@charset "UTF-8";

* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
body {
	background:url(../img/bg_contents3.png) repeat-x;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#52483B;
	letter-spacing:0.1em;
	line-height:1.6;
	text-align:center;
	background-color:#f7f5f3;
}

a:link,
a:visited {
	color:#52483B;
	text-decoration:underline;
}
a:hover,
a:active {
	text-decoration:none;
}

#footer a:link,
#footer a:visited {
	color:#FFF;
	text-decoration:underline;
}
#footer a:hover,
#footer a:active {
	text-decoration:none;
}
a img {
	border:none;
}
h1 {
	padding-left:35px;
}

#wrap {
	width:1000px;
	margin:0 auto;
	background:url(../img/back_wh.gif);
	text-align:left;
}
#header {
	width: 1000px;
	height: 110px;
	background: url(../img/bg_header.png) no-repeat;
	margin-top: 0px;
	margin-bottom: 20px;
}

#mainmenu {
	width:100%; float:left; margin-top:15px;
}

#main-contents {
	width:800px;
	margin:0 auto;
}

#contents {
	width: 980px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main-photo {
	width:800px;
	height:420px;
	margin:0px auto 0px auto;
	list-style-type:none;
	float:right;
	margin-right:20px;
}
#main {
	width:644px;
	height:394px;
	float:left;
	list-style-type:none;
	overflow:hidden;
}

#menu {
	width:150px;
	float:left;
	margin-left:20px;
 	border-top:1px dotted #663300;
}
#story {
	width:550px;
	float:left;
}
#story h2 {
	height:30px;
	margin-bottom:15px;
	padding-left:15px;
	font-size:16px;
	font-weight:bold;
	background:url(../img/line_02.png) no-repeat bottom;
}

#info {
	width:150px;
	float:right;
}

#info h2 {
	height:30px;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
	background:url(../img/line_01.png) no-repeat bottom;
}

.infobox {
   height: 230px;
   overflow: auto;
   width:95%;
   margin-left:5px;
   list-style:none;
 }

#pickup {
	width:400px;
	float:right;
	margin-right:10px;
}
#pickup h2 {
	height:30px;
	margin-bottom:15px;
	padding-left:15px;
	font-size:16px;
	font-weight:bold;
	background:url(../img/line_02.png) no-repeat bottom;
}
#pickup ul {
	list-style-type:none;
}
#pickup ul li {
	width:400px;
	float:left;
	background:url(../img/pickup_contents.png) repeat-y;
}
#pickup ul li .pickup_contents {
	width:390px;
	margin:0 auto;
}
#pickup ul li h3 {
	padding:15px 0px 7px 10px;
	line-height:1.8em;
	font-size:12px;
	font-weight:bold;
}
#pickup ul li.pickup_01 {
	margin-left:10px;
}
#pickup ul li.pickup_02 {
	margin-left:10px;
	margin-top:20px;
}
#pickup ul li .text {
	line-height:1.8em;
}
.btn_more {
	padding:10px 0;
	text-align:right;
}
#contents_footer {
	clear:both;
	padding-top:40px;
}
#footer {
	clear:both;
	height:190px;
	margin-top:24px;
	padding-top:20px;
	background:url(../img/bg_footer.png) repeat-x;
}
#footer address {
	font-size:12px;
	font-style:normal;
	color:#FFFFFF;
	text-align:center;
}
#title {
	height:30px;
	margin-top:15px;
	padding-bottom:5px;
	background:url(../img/line_04.png) no-repeat bottom;
}
#title h2 {
	width:370px;
	padding-left:10px;
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	vertical-align:bottom;
}
#title .copy {
	padding-top:5px;
	float:right;
	line-height:1.5em;
	vertical-align:bottom;
	font-size:12px;
	text-align:right;
}
/* クリアフィックスハック */
.clearfix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearfix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 
}
