/*--------------------------------------*/
/* メインブロック */
/*--------------------------------------*/

#Member_center{
	float: left;
	width: 615px;
	margin:0px;
	text-align:left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/*--------------------------------------*/
/* 会員登録用 */
/*--------------------------------------*/

#Member_center h1{
	font-size:18px;
	color:#008DD5;
}

#Member_center p{
	color:#F7366B;
	line-height:130%;
	font-weight:bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#Member_center .bear h2{
	background:url(img/web1.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:8px;
	margin-top:7px;
	margin-bottom:0px;
	font-size:18px;
	color:#d0111b;
	height:28px;
}
*html body#Member_center .bear h2{ /* IE6 */
	background:url(img/web1.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:8px;
	margin-top:15px;
	margin-bottom:0px;
	font-size:18px;
	color:#d0111b;
	height:28px;
}
#Member_center .penguin h2{
	background:url(img/web2.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:8px;
	margin-top:7px;
	margin-bottom:0px;
	font-size:18px;
	color:#d0111b;
	height:28px;
}
*html body#Member_center .penguin h2{ /* IE6 */
	background:url(img/web2.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:8px;
	margin-top:15px;
	margin-bottom:0px;
	font-size:18px;
	color:#d0111b;
	height:28px;
}

#Member_center .p1{
	line-height:130%;
	font-weight:bold;
	color:#000000;
	margin-top:7px;
}
*html body#Member_center .p1{ /* IE6 */
	line-height:130%;
	font-weight:bold;
	color:#000000;
	margin-top:15px;
}
#Attention{
	border:1px #000000 solid;
	padding:10px;
}

#Attention p{
	color:#000000;
	line-height:130%;
	font-weight:normal;
}

#Agreement{
	width:615px;
	text-align:center;
}

*html body#Agreement img{
	margin:5px 5px 10px 5px;
}
#Agreement img{ /* IE6 */
	margin:10px 10px 20px 10px;
}
.Member_kiyaku{
	width: 550px;
	height:200px;
	background-color:#FFEACA;
}

/*--------------------------------------*/
/* 右ブロック */
/*--------------------------------------*/

#Member_right{
	float: left;
	width: 180px;
	vertical-align:bottom;
}

#Member_right img{
	margin:0px 0px 5px 0px;
	padding:0px;
}
*html body#Member_right img{ /* IE6 */
	margin:0px 0px 10px 0px;
	padding:0px;
}


/*--------------------------------------*/
/* 入力フォーム */
/*--------------------------------------*/
h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.f_back {
	background-color:#FFF1D0;
}
.f_check {
	background-color:#FFF0F0;
}
.f_50 {
	width:50px;
	background-color:#FFF0F0;
}
.f_250 {
	width:250px;
	background-color:#FFF0F0;
}
.f_select {
	background-color:#FFF0F0;
}
.f_kiyaku {
	width:550px;
	height:200px;
	background-color:#F4FCFF;
}
.form_table {
	border-collapse: collapse;
}
.form_table td {
	border: 1px #666666 solid;
}
