@charset "shift_jis";
/* CSS Document */

body{
	background: #f7f7f7 url(../img/login_bg.jpg) repeat-x; font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Arial, sans-serif;
}
html,body{ height: 100%; overflow-y:hidden;}
img{ border: none;}

/* -------------
ログイン
---------------- */
#login_box{
	width: 420px; padding: 0; margin: 0 auto;
}
.login_logo{
	text-align: center; margin: 80px 0 40px;
}
.login_bg{
	background: #ffffff url(../img/login_box_bg.gif) repeat-y; width: 420px;
}
.logo{
	text-align: center;
}
#login_box form{
	margin: 0;
}
.login_form{
	width: 340px; padding: 10px 0 20px 40px; color: #333333; font-weight: bold; font-size: 80%; margin-bottom: 0;
}
.login_form .login_input{
	width: 338px; height: 20px;
}
.login_form th{
	font-size: 130%; border-bottom: 2px dotted #aaaaaa; padding-bottom: 5px;
}
.login_icon{
	vertical-align: middle; padding-right: 10px;
}
.login_form td{
	padding-top: 10px;
}
.login_chk{
	white-space: nowrap;
}
.login_btn{
	padding-top: 50px; text-align: right;
}

/* フッターリンク */
#footer_link,#footer_link a{
	color: #333333;	font-size: 8pt;	text-align: center; margin-top: 25px; text-decoration: none;
}
#footer_link a:hover{
	text-decoration: underline;
}

/* コピーライト */
#copyright{
	color: #333333;	font-size: 8pt;	text-align: center; margin-top: 10px;
}