@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html{
	height: 100%;
	overflow:scroll; 
}
body {
	background-color: #eee;
	position: relative;
	height: 100%;
	min-width: 626px;
	min-height: 370px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom;
}
p {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
}
#wrap {
	width: 626px;
	height: 370px;
	background-image: url(../images/login_bg.jpg);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -185px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -313px;
}
#login {
	margin-top: 15px;
	margin-bottom: 10px;
}
.h1_01 {
	margin-bottom: 40px;
}


.p_center {
	text-align: center;
}
.p_01 {
	width: 85px;
	float: left;
	height: 20px;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
}
.form01 {
	margin-right: auto;
	margin-left: auto;
	width: 260px;
}
.form_box01 {
	height: 20px;
	width: 170px;
}
.form_btn01 {
	height: 25px;
	width: 75px;
}
.em01 {
	font-weight: bold;
	color: #F00;
}
.clear_fix:after  {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clear_l {
	clear: left;
}
.margin_b20 {
	margin-bottom: 20px;
}
