
html{
	background-color: #fff;
}

body{
	width:700px;
	margin:20px auto;
}

h1{
	background-color: #009;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	margin-top: 30px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	-ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

h1 span{
	font-size: 12px;
}

h2,h3{
	border-bottom: 3px double #B92A2C;
	font-size: 16px;
	height: auto;
	margin: 30px 0 10px 0;
	padding: 10px 0;
}

p{
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 180%;
	height: auto;
	text-align: justify;
}

.close_text {
	margin:20px auto 40px auto;
	height: auto;
	text-align: center;
}

.close_text a{
	padding: 10px;
	border: solid 1px #00f;
	background-color: #EEE;
}

.close_text a:hover{
	background-color: #DDD;
}

.copyright_text{
	text-align: center;
}

.img_box{
	width:100%;
	margin:30px 0;
	text-align:center;
	color:#943634;
}
.img_box p{
	text-align: center;
}



.member{
	width: 740px;
	white-space:nowrap;
	font-size: 13px;
}

.zuhan{
	width: 550px;
	border: solid 2px #009;
	background-color: #eee;
	margin: 0px auto;
}

.zuhan td{
	 padding:10px;	
}

.review_link{
	width: 480px;
	margin:20px auto;
	text-align: center;
	background-color: #f99;
	border :solid 2px #009;
	padding: 10px;
	font-weight: bold;
}

.kouki_link{
	background-color: #ce0;
}

.list_table{
	width:100%;
	border-collapse: collapse;
	padding: 5px;
	font-size: 12px;
}
.list_table th {
	font-size: 14px;
	border: solid 1px #666666;
	color: #000000;
	background-color: #ff9;
	padding: 10px;
}

.list_table th.th_title{
	text-align:left;
	background-color: #ffc;
}


.list_table td {
	border: solid 1px #666666;
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
}

.list_table .nowrap_box {
	white-space:nowrap;
}

.yokoku_fukei{
	margin:30px 0;
	text-align:center;
}

.yokoku_table{
	margin-bottom:20px;
	text-align:center;
	font-size:14px;
	border:none;
}

.yokoku_table img{
	margin-top:15px;
}

.yokoku_table span{
	font-size:12px;
}

.yokoku_table td{
	padding:5px  0;
}

.topics_box{
	padding:10px;
	text-align:justify;
	font-size:14px;
}

.exb_title{
	background-color:#CCFF00;
	text-align:center;
}

.exb_title p{
	font-size:14px;
	font-weight:bold;
}
.exb_title strong{
	font-size:18px;
	color:#c00;
}
.exp_text{
	width:630px;
	font-weight:bold;
	padding:10px;
	background-color:#EFEFEF;
}

.exp_box{
	width:100%;
	padding:10px;
box-sizing: border-box;
	font-size:13px;
	line-height:180%;
	text-align:left;
}

.exp_box p{
	font-size:14px;
	line-height:180%;
	margin-bottom:20px;
	text-align:justify;
}

.exp_box strong{
	color:#993333;
}


.bio_table{
	font-size:14px;
	margin-bottom:30px;
	
}
.bio_table td{
vertical-align:top;
padding:5px;
}

.holiday_text{
	font-size:100%;
	color:#00C;
	}
	
.topics_text{
	color:#943634
}

.navi{
width: 620px;
margin: 0 auto;

}
.navi ul{
font-size: 80%;
list-style: none;
padding-left: 0;
}

.navi li {
display: inline;
}

.img_center{
margin: 40px auto 10px auto;
text-align: center;
}

