@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:140%;
	}

a {
	color:#333;
	}
	
a:hover {
	color:#f60;
	}	

body{
	color:#333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

#wrap {
	width:807px;
	margin:0 auto;
	}
	
#wrap_content {
	background:url(../img/bg_wrap.jpg) repeat-y right 0;
	}
	
#content {
	padding:20px 0 20px 25px;
	background:url(../img/bg_content.jpg) repeat 0 0;
	width:775px;
	}
	
#what_is_yb {
	background:url(../img/bg_yb.jpg) no-repeat 0 0;
	width:721px;
	height:123px;
	padding:10px 20px;
	margin:0 0 0 15px;
	}
	
#what_is_yb p{
	width:460px;
	margin-top:10px;
	}
	
.text_box {
	background:#fff;
	border:1px solid #e4e4e4;
	width:720px;
	padding:10px 0;
	margin:0 0 15px 15px;
	}
.text_box h3 {
	margin-bottom:10px;
	}

.section h2 {
	margin-bottom:20px;
	}

li {
	list-style:none;
	padding-left:15px;
	background:url(../img/listmark.jpg) no-repeat left 6px;
	margin-left:15px;
	line-height:160%;
	}
	
.text_box ul {
	margin-top:10px;
	}
	
table {
	width:720px;
	margin:0 0 15px 15px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	}
	
th {
	background:#FE8F00;
	color:#fff;
	text-align:left;
	padding:10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:140px;
	}
	
td {
	background:#fff;
	text-align:left;
	padding:10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	}

#entry {
	text-align:center;
	}
	
.red {
	color:#E61A1A;
	font-weight:bold;
	}
	
#entry a{
	display:block;
	height:87px;
	width:155px;
	background:url(../img/btn_entry.jpg) no-repeat 0 0;
	margin:10px auto;
	text-indent:-9999px;
	}
	
#entry a:hover{
	background:url(../img/btn_entry.jpg) no-repeat 0 -87px;;
	text-indent:-9999px;
	}
	
#footer {
	background:url(../img/bg_contentfooter.jpg) no-repeat 0 top;
	padding-top:5px;
	height:30px;
	}

#footer ul li {
	float:left;
	background:url(../img/listmark.jpg) no-repeat left 7px;
	}
	
#footer ul li a{
	font-size:12px;
	}
	
#footer ul .right {
	float:right;
	background:none;
	color:#666;
	}
	
.plain {
	margin-left:15px;
	line-height:180%;
	}
	
.address {
	margin-top:5px;
	}
dl {
	margin-bottom:10px;
	}

#entry_confirm{
	text-align:center;
	}
	
#entry_confirm a:hover{
	background:url(../img/btn_inquiry.jpg) no-repeat 0 -34px;
	text-indent:-9999px;
	}
	
#entry_finish a{
	display:block;
	height:34px;
	width:180px;
	background:url(../img/btn_finish.jpg) no-repeat 0 0;
	margin:10px auto;
	text-indent:-9999px;
	}
	
#entry_finish a:hover{
	background:url(../img/btn_finish.jpg) no-repeat 0 -34px;
	text-indent:-9999px;
	}