@charset "utf-8";

/*　2010.11.23　*/

/*　ログイン専用　*/
#LOGINBOX{
	font-size:100%;
	width:370px;
	margin:50px auto;
	color:#000000;
}

#LOGINBOX h1{
	margin-bottom:20px;
	text-align: center;
}

#LOGINBOX h2{
	padding-bottom:10px;
}

.LoginInnerBox{
	background:url(/images/login_bg.gif) repeat-y 0 center;
}

.LoginInnerBoxBtm{
	background:url(/images/login_btm_bg.gif) no-repeat 0 bottom;
	padding-bottom:11px;
}

form.LoginInnerForm{
	width:330px;
	margin:10px auto;
}

#LOGINBOX dl input{
	font-size:100%;
	width:250px;
	margin-bottom:5px;
	height:20px;
	border: 1px solid #CCC;
}

#LOGINBOX dl{
	width:250px;
	margin:0 20px 15px 20px;
	padding:0 20px 15px 20px;
	border-bottom: 1px dotted #FFFFFF;
}

#LOGINBOX dl.LoginInnerFormLine{
	width:250px;
	margin:0 0 15px 0;
	padding:0 40px 15px 40px;
	border-bottom: 1px solid #FFFFFF;
}

#LOGINBOX dt{
	font-weight:bold;
	padding:2px 0;
	margin-bottom:5px;
}

.LoginBtn{
	text-align:center;
	margin-bottom:20px;
}

