@charset "utf-8";

/*****************************************
			Global Setting
*****************************************/
html {
	background: url(../img/parts/page_bg.jpg) 50% 100% no-repeat #000;
	background-attachment: fixed;
}
body { background: url(../img/parts/line8.png) 0 0 repeat-x; }
/*****************************************
				Container
*****************************************/
#container {
	background: url(../img/parts/line8.png) 0 100% repeat-x;
	border-left: 8px solid #452A4A;
	border-right: 8px solid #452A4A;
	min-width: 1006px;
	min-height: 100%;
	_height: 100%;
}
/*****************************************
				Header
*****************************************/
#header {
	background: url(../img/header/header_img.jpg) 50% 8px repeat-x;
	margin: 0;
	padding: 15px 0 0 0;
}
#logoTitle {
	width: 520px;
	height: 150px;
	margin: 0 auto 15px auto;
}
#logoTitle a {
	background: url(../img/header/logo_title.png) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#btn_searchBox,
#btn_menuBox,
#menuBox { display: none; }
#menuBox {
	height: 0;
	overflow: hidden;
}
/*****************************************
			Global Navigation
*****************************************/
#gNav {
	background: url(../img/gnav/gnav_bg.png) 50% 0 repeat-x;
}
#gNav ul {
	width: 1006px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	_zoom: 1;
}
#gNav ul li {
	width: 201px;
	height: 76px;
	margin: 0;
	float: left;
	_display: inline;
}
#gNav ul li.nav05 { width: 202px; }
#gNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/gnav/gnav.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#gNav ul li.nav01 a { background-position: 0 0; }
#gNav ul li.nav02 a { background-position: -201px 0; }
#gNav ul li.nav03 a { background-position: -402px 0; }
#gNav ul li.nav04 a { background-position: -603px 0; }
#gNav ul li.nav05 a { background-position: -804px 0; }
#gNav ul li.nav01 a:hover { background-position: 0 -76px; }
#gNav ul li.nav02 a:hover { background-position: -201px -76px; }
#gNav ul li.nav03 a:hover { background-position: -402px -76px; }
#gNav ul li.nav04 a:hover { background-position: -603px -76px; }
#gNav ul li.nav05 a:hover { background-position: -804px -76px; }
/*****************************************
			Search Form
*****************************************/
#searchArea {
	background: url(../img/search/line_search.png) 0 0 no-repeat;
	width: 1000px;
	height: 151px;
	margin: 0 auto 30px auto;
	overflow: hidden;
	position: relative;
}
#searchArea h2 {
	width: 401px;
	height: 128px;
	position: absolute;
	top: 12px;
	left: 0;
}
#searchArea h2 img {
	width: 401px;
	height: 128px;
}
#searchCategory {
	width: 590px;
	margin: 12px 0 0 410px;
}
#searchCategory ul {
	list-style: none;
	overflow: hidden;
}
#searchCategory ul li {
	background: url(../img/parts/back_blue.png) 0 0 repeat;
	width: 113px;
	height: 70px;
	float: left;
	margin: 0 6px 0 0;
}
#searchCategory ul li.sc05 { margin: 0; }
#searchCategory ul li a {
	background: url(../img/search/search_button.png) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#searchCategory ul li.sc01 a { background-position: 0 0; }
#searchCategory ul li.sc02 a { background-position: -113px 0; }
#searchCategory ul li.sc03 a { background-position: -226px 0; }
#searchCategory ul li.sc04 a { background-position: -339px 0; }
#searchCategory ul li.sc05 a { background-position: -452px 0; }
#searchCategory ul li.sc01 a:hover { background-position: 0 -70px; }
#searchCategory ul li.sc02 a:hover { background-position: -113px -70px; }
#searchCategory ul li.sc03 a:hover { background-position: -226px -70px; }
#searchCategory ul li.sc04 a:hover { background-position: -339px -70px; }
#searchCategory ul li.sc05 a:hover { background-position: -452px -70px; }
#searchBox {
	width: 590px;
	margin: 6px 0 0 410px;
	overflow: hidden;
	display: block;
}
#searchBox h3 { display: none; }
#search {
	overflow: hidden;
}
#label_field_search { display: none; }
#field_search {
	width: 456px;
	height: 48px;
	line-height: 48px;
	border: 2px solid #726BFF;
	padding: 0 5px;
	font-size: 100%;
	float: left;
}
#btn_search {
	width: 114px;
	height: 52px;
	background: url(../img/search/btn_search.png) 0 0 no-repeat;
	border: none;
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	float: right;
}
#btn_search:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*****************************************
				Wrapper
*****************************************/
#wrapper {
	padding-bottom: 156px;
}
/*****************************************
			Topicpath
*****************************************/
#topicpath { background: #FFF; }
#topicpath ol {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#topicpath ol li {
	margin: 0 8px 0 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 93%;
}
#topicpath ol li a {
	margin: 0 8px 0 0;
}
/*****************************************
				Main
*****************************************/
#main {
	overflow: hidden;
	padding: 0 0 30px 0;
}
/*****************************************
			Main Contents
*****************************************/
#mainContents {
	background: #FFF;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
/*****************************************
				Contents
*****************************************/
#contents,
.contentsCalendar {
	padding: 0 30px;
	overflow: hidden;
}
/*****************************************
			Category Title
*****************************************/
#categoryTitle {
	width: 100%;
	height: 180px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
#categoryTitle img {
	width: 100%;
	min-width: 1485px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#BUNKA_FIND #categoryTitle .innerTitle,
#BUNKA_NEWS #categoryTitle .innerTitle,
#BUNKA_EFFORTS #categoryTitle .innerTitle,
#BUNKA_CONTACT #categoryTitle .innerTitle,
#BUNKA_SITEMAP #categoryTitle .innerTitle {
	width: 221px;
	height: 63px;
	margin: 58px auto 0 auto;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#BUNKA_FIND #categoryTitle .innerTitle { background: url(../img/title/cat_title_find.png) 0 0 no-repeat; }
#BUNKA_NEWS #categoryTitle .innerTitle { background: url(../img/title/cat_title_news.png) 0 0 no-repeat; }
#BUNKA_EFFORTS #categoryTitle .innerTitle { background: url(../img/title/cat_tile_efforts.png) 0 0 no-repeat; }
#BUNKA_CONTACT #categoryTitle .innerTitle { background: url(../img/title/cat_title_contact.png) 0 0 no-repeat; }
#BUNKA_SITEMAP #categoryTitle .innerTitle { background: url(../img/title/cat_title_sitemap.png) 0 0 no-repeat; }
#BUNKA_DEFAULT #categoryTitle .innerTitle {
	padding: 40px 0 0 0;
	display: block;
	font-family: Georgia, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 225%;
	font-weight: bold;
	text-align: center;
	line-height: 1.41;
	color: #FFF;
	position: relative;
	z-index: 10;
}
/*****************************************
			Local Navigation
*****************************************/
#lNav {
	width: 1000px;
	margin: 0 auto 15px auto;
}
#lNav ul {
	background: url(../img/parts/lnav_bg.jpg) 0 0 repeat;
	border-top: none;
	letter-spacing: -0.4em;
	text-align: left;
	font-size: 93%;
	list-style: none;
}
#lNav ul li {
	background: url(../img/parts/list_point02.png) 0 6px no-repeat;
	margin: 0 20px 0 0;
	padding: 2px 0 2px 20px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	vertical-align: top;
}
#lNav ul li a { color: #FFF; }
#lNav ul li a:hover { color: #FF0; }
/*****************************************
			Page Title
*****************************************/
#pageTitle,
.newsTitle {
	background: url(../img/title/pagetitle_bg.png) 0 0 repeat;
	width: 1000px;
	margin-bottom: 10px;
	border-top: 3px solid #7E6381;
	border-bottom: 3px solid #7E6381;
}
#pageTitle .innerTitle,
.newsTitle .innerTitle {
	background: url(../img/title/pagetitle.png) 10px 10px no-repeat;
	width: 970px;
	padding: 8px 5px 8px 25px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	display: block;
	font-size: 200%;
	font-weight: bold;
	color: #FFF;
}
/*****************************************
			Contents Title
*****************************************/
#contents h2,
.contentsCalendar h2 {
	background: url(../img/title/h2_title.png) 0 0 no-repeat;
	margin: 15px 0 8px 0;
	padding: 6px 10px 6px 30px;
	display: block;
	font-size: 179%;
	font-weight: bold;
	color: #402000;
}
#contents h2 a,
.contentsCalendar h2 a { color: #402000; }
#contents h2 a:hover,
.contentsCalendar h2 a:hover { color: #00C; }
#contents h3,
.contentsCalendar h3 {
	background: url(../img/title/h3_title.png) 0 100% no-repeat;
	margin: 15px 0 8px 0;
	padding: 0 0 4px 18px;
	display: block;
	font-size: 150%;
	font-weight: bold;
	color: #7E6381;
}
#contents h4,
.contentsCalendar h4 {
	background: #E5E5E5;
	margin: 15px 0 8px 0;
	padding: 2px 10px;
	display: block;
	font-size: 129%;
	font-weight: bold;
	color: #402000;
}
#contents h5,
.contentsCalendar h5 {
	margin: 15px 0 8px 0;
	padding: 2px 9px;
	border: 1px solid #7E6381;
	display: block;
	font-size: 129%;
	font-weight: bold;
	color: #7E6381;
}
#contents h6,
.contentsCalendar h6 {
	margin: 15px 0 8px 0;
	padding: 2px 10px;
	border-bottom: 1px solid #7E6381;
	display: block;
	font-size: 129%;
	font-weight: bold;
	color: #7E6381;
}
/*****************************************
			List Index
*****************************************/
.list_index {}
.list_index ul {
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
	list-style: none;
}
.list_index ul li {
	background: url(../img/parts/list_point01.png) 8px 5px no-repeat !important;
	margin: 0 0 5px 0 !important;
	padding: 0 5px 5px 30px !important;
	border-bottom: dotted 1px #CCC;
}
/*****************************************
			Directory News
*****************************************/
#dirNews {
	margin: 0;
	padding: 30px 30px 0 30px;
	overflow: hidden;
	position: relative;
}
#dirNews h3 {
	background: url(../img/dir/dir_title.png) 0 0 repeat;
	padding: 6px 12px;
	font-size: 150%;
	font-weight: bold;
	color: #FFF;
	border: 2px solid #846987;
}
#dirNewsList {
	border: 2px solid #846987;
	height: 180px;
	border-top: none;
	overflow: auto;
	position: relative;
}
#dirNews dl {
	background: url(../img/parts/list_point03.png) 8px 16px no-repeat;
	margin: -1px 0 0 0;
	padding: 5px 5px 5px 16px;
	border-top: dotted 1px #999;
	overflow: hidden;
}
#dirNews dl dt {
	width: 10em;
	padding: 4px 0;
	float: left;
	_display: inline;
	color: #777;
}
#dirNews dl dd {
	padding: 4px 0;
	margin: 0 0 0 10.5em;
}
/*****************************************
			Directory Index
*****************************************/
#dir,
#dirRel {
	width: 960px;
	margin: 0 0 0 30px;
	overflow: hidden;
	letter-spacing: -0.4em;
}
.dirIndex,
#dirRelInfo {
	width: 460px;
	margin: 30px 20px 0 0;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	overflow: hidden;
}
.dirIndex h3,
#dirRelInfo h3,
#dirRel .dirIndex h3 {
	background: #F9F9F9;
	padding: 6px 10px;
	font-size: 114%;
	font-weight: bold;
	overflow: hidden;
}
.dirIndex h3 {
	border: 2px solid #846987;
	border-left: 6px solid #846987;
}
#dirRelInfo h3 {
	border: 2px solid #0080FF;
	border-left: 6px solid #0080FF;
}
#dirRel .dirIndex h3 {
	border: 2px solid #FF8000;
	border-left: 6px solid #FF8000;
}
.dirIndex p,
#dirRelInfo p {
	margin: 5px 0 0 0;
	padding: 0 5px;
	line-height: 1.41;
}
.dirIndex ul,
#dirRelInfo ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
.dirIndex ul li,
#dirRelInfo ul li {
	padding: 4px 5px 4px 18px;
	background: url(../img/parts/list_point03.png) 8px 12px no-repeat;
}
.dirIndex ul li p,
#dirRelInfo ul li p {
	display: block;
	margin: 2px 0 0 0 !important;
	padding: 0 0 0 5px;
	border-left: solid 3px #AAA;
	_zoom: 1;
}
.dirIndex ul li.bg,
#dirRelInfo ul li.bg { background-color: #FAFAFA; }
/*****************************************
		Directory Index Q&A
*****************************************/
#dirIndexQA {
	width: 940px;
	margin: 30px 0 0 0;
	overflow: hidden;
	letter-spacing: normal;
}
#dirIndexQA h3 {
	background: #F9F9F9;
	padding: 6px 10px;
	border: solid 2px #726BFF;
	border-left: solid 6px #726BFF;
	font-size: 114%;
	font-weight: bold;
}
#dirIndexQABox {
	padding: 5px 0 0 0;
}
#searchQA {}
#field_search_QA {
	padding: 0 5px;
	width: 850px;
	height: 26px;
	line-height: 26px;
	border: 2px solid #CCC;
	float: left;
	_display: inline;
}
#btn_search_QA {
	margin: 0 0 0 10px;
	width: 66px;
	height: 30px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	background: url(../img/dir/btn_search_dir.png) 0 0 no-repeat;
	border: none;
	text-indent: 105%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
#btn_search_QA:hover { background-position: 0 -30px }
#dirIndexQA ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
#dirIndexQA ul li {
	padding: 4px 5px 4px 18px;
	background: url(../img/parts/list_point03.png) 8px 12px no-repeat;
}
/*****************************************
			Page Information
*****************************************/
#pageInfo {
	background: url(../img/parts/pageinfo_bg.png) 0 0 no-repeat;
	width: 976px;
	height: 79px;
	margin: 0 auto;
	padding: 0 12px;
	overflow: hidden;
	font-size: 93%;
	color: #FFF;
}
#pageInfo ul {
	background: url(../img/parts/pageinfo.png) 0 0 repeat-y;
	width: 700px;
	margin: 15px 0 0 0;
	float: left;
	_display: inline;
	list-style: none;
	overflow: hidden;
	_zoom: 1;
}
#pageInfo ul li {
	background: url(../img/parts/pageinfo.png) 100% 0 repeat-y;
	float: left;
	_display: inline;
	line-height: 30px;
}
#pageInfo ul li span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#counter span {
	background: url(../img/parts/icon_count.png) 10px 5px no-repeat;
	padding: 0 10px 0 54px;
}
#update span {
	background: url(../img/parts/icon_update.png) 10px 8px no-repeat;
	padding: 0 10px 0 63px;
}
#print a {
	background: url(../img/parts/icon_print.png) 10px 2px no-repeat;
	padding: 0 10px 0 44px;
	display: block;
	color: #FFF;
}
#print a:hover { color: #FF0; }
/*****************************************
			Page Top
*****************************************/
#pageTop {
	width: 61px;
	height: 39px;
	margin: 10px 0 0 0;
	float: right;
	display: block;
	background: url(../img/parts/pagetop.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#pageTop:hover { background-position: 0 -39px;}
/*****************************************
				Footer
*****************************************/
#footer {
	min-width: 1006px;
	margin-top: -156px;
	height: 156px;
	text-align: center;
	color: #FFF;
}
#footerLogo {
	background: url(../img/footer/footer_title.png) 0 0 no-repeat;
	width: 990px;
	height: 46px;
	margin: 0 auto 13px auto;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#contactus {}
#contactus ul {
	list-style: none;
	text-align: center;
	letter-spacing: -0.4em;
}
#contactus ul li {
	margin: 0 10px;
	padding: 0 0 0 22px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 136%;
	font-weight: bold;
}
#contactus ul li#tel { background: url(../img/footer/icon_tel.png) 0 8px no-repeat; }
#contactus ul li#fax { background: url(../img/footer/icon_fax.png) 0 8px no-repeat; }
/*****************************************
			Copy Right
*****************************************/
#copyright {
	height: 30px;
	line-height: 30px;
	font-size: 86%;
}
/*****************************************
			Copy Right
*****************************************/
#spotBox { overflow: hidden; }
#spotImage {
	background: #C1A045;
	width: 360px;
	padding: 5px;
	float: left;
}
#spotImage img {
	width: 100%;
	height: auto;
}
#spotArticle {
	margin: 0 0 0 390px;
}
#spotArticle h2 {
	background: #C1A045;
	margin: 0 0 10px -10px;
	padding: 6px 8px;
	font-family: Georgia,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 172%;
	color: #FFF;
}
#spotArticle h2 span {
	font-size: 50%;
	display: block;
	line-height: 1;
	padding: 5px 0 0 0;
}
#spotArticle p { padding: 0 7px 0 0; }
.spotNote {
	font-size: 86%;
	text-align: right;
}
.spotItem {
	width: 554px;
	margin: 0 0 8px -5px;
	overflow: hidden;
}
.spotItem dl {
	background: #F2F2F2;
	margin: 0 2px 0 0;
	padding: 2px 8px;
	width: 259px;
	float: left;
/*
	width: 255px;
	border: 2px solid #C1A045;
*/
}
.spotItem dl dt { font-size: 79%; }
.spotItem dl dd {}
.spotItem2 {}
.spotItem2 dt { font-size: 79%; }
.spotItem2 dd {}
/*****************************************
			Item List
*****************************************/
#itemList {
	padding: 5px 0 0 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#itemList li {
	background: none !important;
	margin: 0 10px 5px 0;
	padding: 0 !important;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
}
#itemList li a {
	display: block;
	background: #7E6381 !important;
	padding: 4px 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#itemList li a:hover {
	background: #9E83A1 !important;
	color: #FFF;
}
/*****************************************
			Search
*****************************************/
#contentsSearch {
	margin: 0 0 30px 0;
	position: relative;
}
#contentsSsearchCategory {
	width: 940px;
	margin: 0;
	overflow: hidden;
}
#contentsSsearchCategory ul {
	width: 950px;
	list-style: none;
	overflow: hidden;
}
#contentsSsearchCategory ul li {
	background: url(../img/parts/back_blue.png) 0 0 repeat;
	width: 180px;
	height: 98px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#contentsSsearchCategory ul li.sc05 { margin: 0; }
#contentsSsearchCategory ul li a {
	background: url(../img/search/search_button2.png) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#contentsSsearchCategory ul li.sc01 a { background-position: 0 0; }
#contentsSsearchCategory ul li.sc02 a { background-position: -180px 0; }
#contentsSsearchCategory ul li.sc03 a { background-position: -360px 0; }
#contentsSsearchCategory ul li.sc04 a { background-position: -540px 0; }
#contentsSsearchCategory ul li.sc05 a { background-position: -720px 0; }
#contentsSsearchCategory ul li.sc01 a:hover { background-position: 0 -98px; }
#contentsSsearchCategory ul li.sc02 a:hover { background-position: -180px -98px; }
#contentsSsearchCategory ul li.sc03 a:hover { background-position: -360px -98px; }
#contentsSsearchCategory ul li.sc04 a:hover { background-position: -540px -98px; }
#contentsSsearchCategory ul li.sc05 a:hover { background-position: -720px -98px; }
#contentsSsearchBox {
	width: 940px;
	margin: 6px 0 0 0;
	overflow: hidden;
}
#contentsSearch #field_search {
	width: 800px;
	height: 48px;
	line-height: 48px;
	border: 2px solid #726BFF;
	padding: 0 5px;
	font-size: 100%;
	float: left;
}