﻿@charset "UTF-8";

body {
    color: #000;
    background: #f2f2f2;
    /* font-family: Century; */
    font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MS P Gothic",Osaka,Verdana,Arial,Helvetica,sans-serif;
    margin: 0 auto;
    line-height: 1.5em;
}

#wrapper {
    width: 990px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
}

/* =============== ヘッダー ================= */

.head_left { /* ロゴ*/
    float: left;
}

.head_logo {
    font-size: 24px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
}

.head_right {
    float: right;
    padding-bottom: 5px;
    text-align: right;
    color: #000;
}

.head a {
    color: #000;
}

    .head a:hover,
    .head a:active {
        color: #ac2dd1;
    }

#menubar { /* メニューバー*/
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
}

#menubar a { /* メニューバー*/
    width: 115px;
    height: 33px;
    color: #000;
    background: url(../images/opac/menu_1.gif) no-repeat;
    display: block;
    float: right;
    line-height: 1em;
    margin-top: 0px;
    margin-left: 2px;
    padding: 10px 0 0;
    text-decoration: none;
}

#menubar a:hover { /* メニューバー*/
    background: url(../images/opac/menu_2.gif) no-repeat;
    color: #f6b608;
}

/*ログインエリア*/
#logintxtarea {
    display: block;
    background: #FFF;
    border-radius: 0px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05);
    margin: 100px auto;
    width: 640px;
    /*height: 240px;*/
    padding: 20px;
    text-align: center;
}

#logintxtarea .lead{
  text-align:center;
  color:#414445;
  font-size:28px;
  font-weight:bold;
}
#logintxtarea .wells{
  text-align:center;
}

/*フォームテキストエリア*/
.txtarea{
  clear:both;
}
.txtarea label,
.form-text{
    text-align: right!important;
    padding: 2px;
    margin-bottom:5px;
    font-size: 16px;
    float:left;
}
.txtarea label{
    width: 40%;
    margin-right:10px;
    color: #ccc;
}
.form-text {
    border: 2px dotted #blue;
    width: auto;
}

#form-chk {
    width: 340px;
    margin: 5px 5px 5px 5px;
    padding: 2px 2px 2px 2px;
    font-size: 14px;
    float: left;
}

/* 不要
#footer{
  position:relative;
  bottom:0;
  background: url(../images/opac/login_logo.png) no-repeat center bottom;
  font-size: 10px;
  text-align: center;
  font-weight: normal;
  height:35px;
}
*/

/* ログインボタン */
.button3d {
    text-align:center;
    clear:both;
    padding-top:25px;
}

/* 通常時のspan要素 */
#buttonLogin{
    background:#414445;
    color:#FFF;
    height:100%;
    border:1px solid #ccc;
    border-radius:4px;
    font-size: 16px;
    padding:10px 20px;
}
#buttonLogin:hover{
  opacity:0.8;
}


.error{
    color:Red;
    font-size:medium;
}

.notice{
    background-color:rgb(243,236,221);
    background-image:URL('/images/icon_caution.gif');
    background-repeat:no-repeat;
    background-position:10px center;
    padding:10pt 20pt 10pt 30pt;
    color:#465639;
    font-size:12pt;
    margin: 20px auto 20px auto;
    bottom: 60px;
    width: 750px;
    text-align: left;
}
