@charset "UTF-8";
/*******************/
/* 全体 */
/*******************/

@import url(header.css);
@import url(menu.css);

html {
	overflow-y:scroll;
	font-size: small;
}
body {
	margin:0px;
	padding:0px;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	background: #2F0100 url(../images/bg_body.jpg) no-repeat center top;
	text-align: center;
	color: #000000;
	border-top: 5px solid #BD9939;
}
#mainBlock {
	margin: 0px auto 20px auto;
	line-height: 1.3em;
	width: 951px;
	text-align: center;
}
#footer {
	clear: both;
	position: relative;
	margin: 0px;
	height: 80px;
	clear:both;
	color: #009D9F;
	line-height: 1.6em;
	font-size: 80%;
	width: 760px;
	text-align: left;
}
.footerCopyright {
	margin-top: 5px;
	padding: 10px 0px;
	background: url(../images/bg_footer.gif) no-repeat;
	line-height: 1.6em;
	color: #000000;
	text-align: left;
}
.top_footer {
	padding: 20px 0px 10px 0px;
	background: url(../images/bg_top_footer.gif) no-repeat 750px 0px;
	height: 126px;
	text-align: center;
	vertical-align: bottom;
	color: #100000;
}
.contents_footer {
	padding: 20px 0px 10px 0px;
	background: none;
	height: 126px;
	text-align: center;
	vertical-align: bottom;
	color: #100000;
}
.top_footer h4,
.contents_footer h4 {
	margin: 0px;
	padding: 3px;
	font-size: 100%;
}
.top_footer h4 strong
.contents_footer h4 strong {
	font-size: 120%;
}
a {
	color: #4D3700;
	text-decoration: underline;
}
a:hover {
	color: #2E0000;
	text-decoration: underline;
}
img {
	border-style: none;
}
/* float解除 */
.clearBoth {
	clear: both;
}
.clearBothSmall {
	margin:0px;
	padding:0px;
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.contentsBlock {
	width: 556px;
	float: right;
}
/* パンくず */
.pan {
	margin: 10px 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
	font-size: 85%;
}
.pan a {
	color: #FFFFFF;
	text-decoration: underline;
}
.pan a:hover {
	color: #FFDA78;
	text-decoration: underline;
}

/*******************/
/* トップページ */
/*******************/
#top_img {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 950px;
	text-align: center;
}
#top_img img {
	border-top: 1px solid #AE8723;
	border-left: 1px solid #AE8723;
	border-right: 1px solid #AE8723;
}
#contents {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 950px;
	border: 1px solid #BD9939;
	background: #FFFFFF url(../images/bg_contents.jpg) repeat-x left bottom;
	text-align: left;
}
.info_area {
	float: left;
	margin: 20px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	width: 589px;
}
.bnr_area {
	float: left;
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 10px 0px;
	width: 320px;
}
.info_area span {
	visibility: hidden;
	font-size: 1%;
}
.title_info {
	margin: 0px;
	padding: 0px;
	background: url(../images/bar_info.gif) no-repeat;
	width: 587px;
	height: 48px;
}
.title_info strong {
	float: left;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	width: 330px;
	display: block;
}
.title_info a span {
	visibility: hidden;
}
.title_admission {
	margin: 2.5em 0em 0em 0em;
	padding: 0px;
	background: url(../images/bar_admission.gif) no-repeat;
	width: 589px;
	height: 48px;
}
.title_admission strong {
	float: left;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	width: 330px;
	display: block;
}
.title_admission a,
.title_admission a:visited,
.title_admission a:hover {
	float: left;
	margin-top: 5px;
	text-decoration: none;
	width: 41px;
	height: 17px;
	display: block;
}
.title_admission a span {
	visibility: hidden;
}
a.list {
	background: url(../images/icon_list.gif) no-repeat;
}
a.rss {
	margin-left: 5px;
	background: url(../images/icon_rss.gif) no-repeat;
}
.info_area dl {
	clear: both;
	margin: 0px 0px 0px 20px;
	padding: 3px;
}
.info_area dt {
	clear: both;
	width: 6px;
	font-size: 1px;
	line-height: 1px;
	display: block;
}
.info_area dt span {
	margin-top: -1px;
	visibility: hidden;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.info_area dd {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 10px;
	width: 475px;
	line-height: 1.6em;
	color: #2E0000;
	background: url(../images/icon_mini.gif) no-repeat left 0.5em;
}
.info_area iframe {
	clear: both;
	margin: 0px 0px 0px 20px;
	padding: 3px;
}

/*.info_area dl {
	clear: both;
	margin: 0px 0px 0px 20px;
	padding: 3px;
}
.info_area dt {
	float: left;
	width: 78px;
	height: 19px;
	display: block;
	font-size: 1%;
	line-height: 1%;
}
.info_area dt a {
	width: 78px;
	height: 19px;
	display: block;
}
.info_area dd {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 470px;
	line-height: 1.6em;
	color: #2E0000;
}
.info_area dt.info {
	background: url(../images/icon_infomation.gif) no-repeat;
}
.info_area dt.about {
	background: url(../images/icon_about.gif) no-repeat;
}
.info_area dt.guide {
	background: url(../images/icon_guide.gif) no-repeat;
}
.info_area dt.season {
	background: url(../images/icon_season.gif) no-repeat;
}
.info_area dt.event {
	background: url(../images/icon_event.gif) no-repeat;
}
.info_area dt.admission {
	background: url(../images/icon_admission.gif) no-repeat;
}
*/
.bnr_area h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 85%;
	font-weight: normal;
}
/*******************/
/* コンテンツ */
/*******************/
#contents h2 {
	margin: 0px;
	padding: 0px;
}
.contents_area {
	margin: 0px 35px;
	line-height: 1.5em;
}
.contents_area02 {
	margin: 0px 35px 0px 0px;
	line-height: 1.5em;
}
h3.subtitle {
	margin: 20px 0px 10px 0px;
	background: url(../images/bg_subtitle.gif) no-repeat;
	width: 913px;
	height: 44px;
	font-size: 100%;
}
h3.subtitle span {
	padding: 5px 0px 10px 40px;
	font-size: 120%;
	display: block;
}
h3.subtitle_short {
	margin: 10px 0px;
	background: url(../images/bg_subtitle_short.gif) no-repeat;
	width: 550px;
	height: 44px;
	font-size: 100%;
}
h3.subtitle_short span {
	padding: 5px 0px 10px 40px;
	font-size: 120%;
	display: block;
}
/*行事案内*/
#event_list{
	margin:0px auto;
	padding:0px;
	width:690px;
}
#event_list .event_left{
	background-color:#DBE0C3;
	margin:0px;
	padding:5px 15px;
	text-align:left;
	font-weight:bold;
	width:140px;
}
#event_list .event_right{
	background-color:#FFFFFF;
	margin:0px;
	padding:5px 15px;
	border:1px solid #D3D3D3;
	text-align:left;
	width:550px;
}
#event_list .event_right img{
	margin:0px 5px;
	vertical-align:middle;
}

.keidai_photoarea{
	width: 220px;
	text-align: center;
	float: left;
	padding: 0px;
	margin:0px 0px 0px 10px;
}
.keidai_textarea{
	width: 310px;
	float: left;
	text-align:left;
	padding: 0px;
	margin:0px 0px 0px 20px;
}
.keidai_name{
	/*margin: 20px 0px 5px 20px;*/
	margin: 0px 0px 5px 0px;
	height: 20px;
	color: #000000;
	font-weight: bold;
	border-left: 5px solid #DBE0C3;
	padding-left: 5px;
	display: block;
}

/*周辺案内*/
#guidemap_space{
	margin:15px auto;
	padding:0px;
	text-align:center;
	display:block;
}
.guideimage_list{
	list-style-type:none;
	margin:0px 25px;
	padding:0px;
}
.guideimage_list li{
	margin:0px;
	padding:0px;
	width:50%;
	text-align:center;
	float:left;
}
.guideimage_list li .guideimage_inline{
	background:url(../guide/images/image_top_bg.gif) no-repeat top center;
	margin:0px auto;
	padding:20px 25px 10px 25px;
	width:398px;
	text-align:left;
}
.guideimage_list li .guideimage_inline img{
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
.guideimage_list li .guideimage_inline .image_space{
	margin:0px auto;
	padding:10px 0px;
	text-align:center;
	display:block;
}
.guideimage_list li .guideimage_inline .image_space img{
	margin:0px 5px;
	vertical-align:middle;
}
.guideimage_list li .guideimage_inline .text_space{
	margin:0px;
	padding:0px;
	text-align:left;
	line-height:180%;
	display:block;
}
.guideimage_list li .guideimage_bottom{
	background:url(../guide/images/image_bottom_bg.gif) no-repeat top center;
	margin:0px auto;
	padding:0px;
	font-size:1px;
	line-height:100%;
	width:448px;
	height:14px;
}

#guide_haru{
	background:url(../guide/images/guide_bg_haru.gif) no-repeat top center;
	margin:0px auto 25px auto;
	padding:65px 0px 15px 0px;
	width:850px;
	text-align:center;
	clear:both;
}
#guide_natsu{
	background:url(../guide/images/guide_bg_natsu.gif) no-repeat top center;
	margin:0px auto 25px auto;
	padding:65px 0px 15px 0px;
	width:850px;
	text-align:center;
	clear:both;
}
#guide_aki{
	background:url(../guide/images/guide_bg_aki.gif) no-repeat top center;
	margin:0px auto 25px auto;
	padding:65px 0px 15px 0px;
	width:850px;
	text-align:center;
	clear:both;
}
#guide_fuyu{
	background:url(../guide/images/guide_bg_fuyu.gif) no-repeat top center;
	margin:0px auto 25px auto;
	padding:65px 0px 15px 0px;
	width:850px;
	text-align:center;
	clear:both;
}
#guide_haru ul,
#guide_natsu ul,
#guide_aki ul,
#guide_fuyu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:100%;
}
#guide_haru ul li,
#guide_natsu ul li,
#guide_fuyu ul li{
	margin:0px;
	padding:0px;
	text-align:center;
	width:50%;
	float:left;
}
#guide_aki ul li{
	margin:0px;
	padding:0px;
	text-align:center;
	width:33%;
	float:left;
}
#guide_haru ul:after,
#guide_natsu ul:after,
#guide_aki ul:after,
#guide_fuyu ul:after,
.guideimage_list:after{
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.f_bold {
	color: #492100;
	font-weight: bold;
}