@charset "UTF-8";

@import "reset.css";

/*===========================================================
	Copyright: (c)Manigraphi Co.,Ltd.
	Created: 20100611
	Modified: 2010611
===========================================================*/

body {
background:url(../img/login_bg.jpg) center top no-repeat;
margin:0 auto;
padding:0;
color:#333;
text-align:center;
}

body.logout {
background:url(../img/logout_bg.jpg) center top no-repeat;
}

a:link {
   color:#19558D;
   text-decoration:none;
}

a:visited {
   color:#19558D;
   text-decoration:none;
}

a:hover {
text-decoration:underline;
   color:#19558D;
}

a:active {
   color:#19558D;
}

.l_05{margin-left:05px;}
.t_05{margin-top:05px;}
.t_10{margin-top:10px;}
.t_15{margin-top:15px;}
.t_20{margin-top:20px;}
.t_25{margin-top:25px;}
.t_30{margin-top:30px;}
.t_40{margin-top:40px;}
.t_50{margin-top:40px;}
.c{text-align:center;}
.r{text-align:right;}
.l{text-align:left;}
.f_l{float:left;}
.f_r{float:right;}


img { vertical-align: bottom; behavior:url(iepngfix.htc)}
img ,div{behavior:url(iepngfix.htc);  behavior: expression(IEPNGFIX.fix(this));
}



/*contents*/

#contents{
width:920px;
margin:0 auto;
text-align:center;
}
#contents #logo{
text-align:left;
}


/*login*/

#login_area{
margin:115px auto 170px;
text-align:center;
width:476px;
}
#login_area_top{
background:url(../img/login_top-trans.png) no-repeat center top;
width:476px;
height:23px;
margin:0 auto;
}
#login_area_in{
background:url(../img/login_in-trans.png) repeat-y center top;
width:366px;
padding:20px 55px;
text-align:left;
}

#login_area_in table{
margin-top:10px;
background-color:#0D74BC;
}
#login_area_in table th{
background-color:#F0F0F0;
padding:10px;
width:90px;
border-right:4px solid #0D74BC;
}
#login_area_in table td{
background-color:#FFF;
padding:10px;
}
#login_area_in table td .text{
border:1px solid #CCC;
padding:2px 5px 3px;
line-height:1.5;
width:220px;
}

#login_area_in #login_btn{
text-align:center;
margin:15px auto 5px auto;
}
#login_area_in .att{
font-weight:bold;
text-align:center;
color:#FF0000;
}

#login_area_btm{
background:url(../img/login_btm-trans.png) no-repeat center top;
width:476px;
height:23px;
margin:0 auto;
}



/*footer*/
#footer{
width:100%;
background-color:#FFF;
text-align:center;
clear:both;
padding:20px 0 20px 0;
}
#copyright{
font-size:93%;
}

