@charset "UTF-8";


/*==============================================================
ログインページ*/

#login {
	width: 530px;
	margin-bottom: 10px;
	font-size: 92.85%;
}

#login h2 {
	height: 36px;
	width: 530px;
	text-indent: -9999px;
	background: url(../images/h2_login.jpg) no-repeat left top;
}

/*▼ログインボックス*/

#login-box {
	border: 2px solid #DFD8CA;
}


#login-pannel{
	border: 1px solid #DFD8CA;
	margin: 4px;
	background-color: #FFFFDF;
	overflow: hidden;
	height: auto;
	width: auto;
	padding: 10px;
}

/*▼ログインフォーム*/

#login-pannel fieldset {
	display: block;
	border: none;
	height: auto;
	width: 340px;
	float: left;
	overflow: hidden;
}

#login-comment {
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 20px;
	letter-spacing: -0.05em;
	background: url(../images/login_burette.gif) no-repeat left 2px;
}

.form_item {
	color: #000000;
	width: 75px;
	display: block;
	float: left;
	clear: left;
	line-height: 1.5;
}
#login-id {
	width: 250px;
	float: left;
	margin-bottom: 15px;
	color: #666666;
}
#login-pw {
	float: left;
	width: 150px;
	color: #666666;
}
#login-button {
	clear: left;
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#login-comment2 {
	clear: both;
	padding-left: 22px;
	height: 24px;
	display: block;
	float: none;
	line-height: 24px;
	font-size: 92.3%;
	background: url(../images/forget_burette.gif) no-repeat left center;
}

/*▼ログインフォーム内広告*/
#login-ad {
	float: right;
	height: 125px;
	width: 150px;
}
/*▲ログインフォーム内広告ここまで*/
/*▲ログインフォームここまで*/
/*▲ログインボックスここまで*/



#regist {
	width: 530px;
	margin-bottom: 12px;
	padding-bottom: 26px;
	border-bottom: 1px solid #CCCCCC;
}
#regist p {
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 92.85%;
}

#regist h2 {
	height: 36px;
	width: 530px;
	text-indent: -9999px;
	background: url(../images/h2_regist.jpg) no-repeat left top;
}
.regist-button {
	height: 27px;
	width: 179px;
	text-indent: -9999px;
	display: block;
	background: url(../images/regist_button.gif) no-repeat left top;
}
.regist-button2 {
	height: 27px;
	width: 179px;
	text-indent: -9999px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/regist_button.gif) no-repeat left top;
}
#regist h3 {
	height: 35px;
	width: 530px;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-top: 23px;
	background: url(../images/h3_regist.gif) no-repeat left top;
}
#regist dl {
	border: 1px solid #DFD8CA;
	margin-bottom: 14px;
	text-align: left;
	padding: 3px 4px;
}
#regist dl #service1 {
	height: 30px;
	width: 520px;
	text-indent: 40px;
	line-height: 30px;
	color: #000000;
	background: url(../images/service1.jpg) no-repeat left top;
}
#regist dl #service2 {
	height: 30px;
	width: 520px;
	text-indent: 40px;
	line-height: 30px;
	color: #000000;
	background: url(../images/service2.jpg) no-repeat left top;
}
#regist dl #service3 {
	height: 30px;
	width: 520px;
	text-indent: 40px;
	line-height: 30px;
	color: #000000;
	background: url(../images/service3.jpg) no-repeat left top;
}
#regist dl #service4 {
	height: 30px;
	width: 520px;
	text-indent: 40px;
	line-height: 30px;
	color: #000000;
	background: url(../images/service4.jpg) no-repeat left top;
}
#regist dd {
	line-height: 1.5;
	font-size: 92.85%;
	padding-top: 10px;
	padding-left: 4px;
	padding-bottom: 5px;
}
#join {
	text-align: center;
}
#join p {
	font-weight: bold;
	color: #FF0000;
	margin-right: auto;
	margin-left: auto;
}
/*ログインページここまで
=====================================================================*/
