/*--------------------------------------
　トップページCSS
---------------------------------------*/
#wrap{
	width:480px;
	background-color: #FFFFFF;
	border-left:#DDDBDB 1px solid;
	border-right:#DDDBDB 1px solid;
	margin:0 auto 0 auto;
	text-align:left;
}
#login{
	margin:0 0 50px 0;
}
#login2{
	margin:0 0 50px 0;
}

#top div#info{
	margin:0 0 0 28px;
	}
#top div#info h2{
	margin:0;
	text-indent:0;
	background:none;
	}
#top div#info div#info_inner{
	margin:0 30px 0 30px;
	overflow:auto;
	height:180px;
	}
#top div#info div#info_inner h3{
	border-width:0;
	margin:5px 5px 0 5px;
	text-indent:0;
	background:none;
	font-size:100%;
	color:#990066;
	font-weight:normal;
	height:auto;
	line-height:1.0em;
}
#top div#info div#info_inner p{
	line-height:150%;
	margin:0 5px 12px 5px;
}
#top div#title{
	font-size:110%;
	border-left:6px solid #ccc;
	padding:.3em .9em;
}
#head p#logo_login{
	font-size:20px;
	font-weight:normal;
	font-family:"Courier New", Courier, mono;
	color:#666666;
	text-indent:10px;
	line-height:26px;
}
#LINE_login{
	border:#333333 1px solid;
	margin:0 0 2px 0;
}
/*--------------------------------------
　エラー&メッセージ
---------------------------------------*/
#login_msg{
	margin:0 0 20px 38px;
	font-size:100%;
}
#login_err {
	font-size:120%;
	font-weight: bold;
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
	color:#FF0000;
}

