@charset "utf-8";


/* ----------------------------------------
 * 会員説明　entry_front.html
 * ---------------------------------------- */
 
div#entry_front_st{
	margin:30px auto 0 130px;
}

div#entry_front_header{
	width:700px;
	text-align:center;

}


/*　タイトル　*/
div#entry_front_header div.head_text01 img {
	margin:20px 0 20px 7px;
	padding:0;
	text-align:center;
}
div#entry_front_header div.head_text02 img {
	margin:0 auto;
	padding:0;
	text-align:center;
}
div#entry_front_header div.head_text03{
	float:right;
	clear:both;
}

div#entry_front_header div.head_text03 a {
	margin:15px 0 0 0;
	padding:0;
	display:block;
	text-indent:-9999px;
	width:247px;
	height:20px;
	background:url(../../images/account/entry_front_text01.gif) no-repeat 0 0;
}
div#entry_front_header div.head_text03 a:hover {
	background:url(../../images/account/entry_front_text01.gif) no-repeat 0 -20px;
}
 


div#entry_front_table_box{
	padding-top:50px;
	clear:both;
}



table.entry_front_table {
	margin:0 0 30px 18px;
	padding:0;
	width:590px;
}
table.entry_front_table th {
	margin:0;
	padding:0;
	background-color:#e0f6d8;
}
table.entry_front_table th.none {
	margin:0;
	padding:0;
	background-color:#fff;
}
table.entry_front_table td {
	vertical-align:top;
	margin:0;
	padding:10px;
	text-align:center;
}
table.entry_front_table td p{
	text-align:left;
}
table.entry_front_table td.p_none {
	margin:0;
	padding:0;
	height:46px;
}


table.entry_front_table td span.pink {
	font-weight:bold;
	color:#fe725c;
}
table.entry_front_table td span.blue {
	font-weight:bold;
	color:#3ab8ec;

}

table.entry_front_table td span.pink02 {
	font-weight:bold;
	color:#fe725c;
	line-height:30px;
}
table.entry_front_table td span.blue02 {
	font-weight:bold;
	color:#3ab8ec;
	line-height:30px;
}




div#new_entry_btn {
	margin-left:205px;
}

div#new_entry_btn p {
	display: block;
	width: 180px;
	height: 73px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/front/new_entry/entry_btn.gif) no-repeat 0 0;
}
div#new_entry_btn p a{
	display: block;
	width: 180px;
	height: 73px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/front/new_entry/entry_btn.gif) no-repeat 0 0;
}
div#new_entry_btn p a:hover{
	display: block;
	width: 180px;
	height: 73px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/front/new_entry/entry_btn.gif) no-repeat 0 -75px;
}



