@charset "utf-8";
@import "common.css";
@import "theme.css";
@import "contents.css";
/* CSS Document */

/* body, #header, #header table, ul#menu  { border: 1px solid red; } */

body {
	position: relative;
	width: 950px;
	margin: auto;
	z-index: 0;
	}

html>/**/body {
	width: 949px;
}

/* header */

#header {
	text-align: right;
	padding: 20px 20px 0 0;
	}

#big, #mid, #small {
	cursor: pointer;
}

/* h1 */

h1 {
	position: absolute;
	top: 7px;
	left: 40px;
	z-index: 1;
	}

#header {
	float: right;
	width: 380px;
	height: 117px;
	}
	
a#pageTop {
	display: block;
	position: absolute;
	top: 30px;
	left: 35px;
	width: 300px;
	}
	
a#pageTop strong {
	display: none;
	}

/* top login */

#headerLogin, #headerLogout {
}

#headerLogin form, #headerLogout form {
}

#header table td {
	height: 30px;
	vertical-align: top;
}

#header strong {
	padding-right: 20px;
	}

input.overLay {
	width: 160px;
	height: 18px;
	margin-left: 90px;
	padding-top: 5px;
}

* html input.overLay {
	padding: 0;
}

#headerZoom {
}

#headerZoom img {
	margin: 0 0 0 3px;
}
	
/* menu */

ul#menu {
	float:right;
	position:relative;
	padding:0 9px 0 0;
	width: 700px;
	height:67px;
}
ul#menu li {
	position:absolute;
	background:none;
}

ul#menu li.gnavi01 { top:0;left:0; }
ul#menu li.gnavi02 { top:4px;left:175px; }
ul#menu li.gnavi03 { top:18px;left:351px; }
ul#menu li.gnavi04 { top:10px;left:529px; }

/* content */

#content {
	clear: both;
}

/* navi */

#navi {
	padding: 10px 0 0 40px;
}

* html #navi {
	margin-left: -4px;
	margin-top: 2px;
}

head~/* */body #navi {
	display: block;
	margin-left: -5px;
	padding-top: 12px;
}

html:not(:target) #navi {
	margin-left: -5px;
	margin-top: 0px;
}

#navi li a {
	display: block;
	width: 200px;
	height: 113px;
	padding-bottom: 5px;
}

#navi li a span {
	display: none;
}

/* title */

#main {
	float: right;
	width: 660px;
	padding-right: 20px;
	padding-top: 45px;
	overflow: visible;
}

/* footer */

#footer {
	position: relative;
	clear: both;
	height: 150px;
	padding-top: 40px;
}

#footer img {
	position: absolute;
	top: 34px;
	right: 30px;
	z-index: 1;
}

#footer p {
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 1;
}

#footer #copyright {
	position: absolute;
	bottom: 15px;
	right: 20px;
	z-index: 1;
}

#footer #address {
	position: absolute;
	bottom: 15px;
	left: 20px;
	z-index: 1;
}

/* for Blog */

#wordPressArea {
	width: 660px;
}

#wordPressArea #comment {
	border: 1px solid black;
	margin: 10px 0;
	width: 660px;
}

#wordPressArea .meta {
	margin: 0 0 20px 0;
	padding: 5px;
	background-color: #f6ffee;
	border: 1px solid #779d54;
}

#wordPressArea h3.storytitle {
	margin: 20px 0 10px 0;
}

#wordPressArea p {
	margin: 0 0 20px 0;
}

#betaArea h2 {
	margin: 20px 0 -5px 0;
}

#betaArea h3 {
	font-size: 12px;
	border: none;
	padding: 0;
	margin: 10px 0 0 0;
}

/* tmp */

#toraTop01 {
	background: url(../../img/tora/top_banner01.gif) no-repeat;
	height: 165px;
	width: 620px;
	margin: 20px 0 10px 0;
}

#toraTop01detail {
	background: url(../../img/tora/top_detail01.gif) no-repeat;
	height: 100px;
	width: 620px;
	margin: 20px 0 10px 10px;
}

#toraTop02detail {
	background: url(../../img/tora/top_detail02.gif) no-repeat;
	height: 100px;
	width: 620px;
	margin: 20px 0 10px 10px;
}

#toraTop03detail {
	background: url(../../img/tora/top_detail03.gif) no-repeat;
	height: 100px;
	width: 620px;
	margin: 20px 0 10px 10px;
}

#toraTop02 {
	background: url(../../img/tora/top_banner02.gif) no-repeat;
	height: 165px;
	width: 620px;
	margin-bottom: 10px;
}

#toraTop03 {
	background: url(../../img/tora/top_banner03.gif) no-repeat;
	height: 165px;
	width: 620px;
	margin-bottom: 10px;
}

.toraText {
	display: block;
	padding: 30px 20px 0 220px;
	width: 380px;
	height:60px;
}

#toraTop01detail .toraText, #toraTop02detail .toraText, #toraTop03detail .toraText {
	padding: 0px 20px 0 150px;
	width: 480px;
	height:60px;
}

#forumTop01 {
	background: url(../image/forum/forum_01.gif) no-repeat right;
	height: 90px;
	width: 620px;
	margin: 20px 0 10px 0;
}

.forumText {
	display: block;
	padding: 10px 20px 0 0px;
	width: 380px;
}

	
.toraDetailBtn {
	float: right;
	margin: 15px 15px 0px 0;
}

.supportListTitle {
	margin-top: 10px;
}
.supportListTitle img {
	float: right;
	margin: 0 10px 0 0;
}

.supportTable th,.supportTable td {
	padding: 4px;
	border-top: 1px solid #CCC;
}

#bookContent {
	width: 410px;
	float: left;
}

#bookContent img {
	margin: 20px 10px 0 0;
	float: left;
}

#bookContent p {
	margin-top: 20px;
}

#bookData {
	float: right;
	width: 230px;
	margin-top: 20px;
}

.bookTable {
	width: 220px;
	margin-top: 10px;
}

.bookTable th {
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	padding-top: 4px;
}

.categoryText {
	margin-top: 20px;
	margin-left: 10px;
}

.categoryText img {
	float: right;
	margin: -10px 10px 0;
}
.categoryText2 {
	margin-top: 20px;
	margin-right: 10px;
}

.categoryText2 img {
	float: left;
	margin: 0 10px 0 10px;
}

#tanbouPickup {
	background:#FBF4DA url(../../img/tora/tanbou_pickup_bg.gif) no-repeat;
	margin: 10px 10px 0 0;
	height:1%;
}
#tanbouPickup img {
	float:left;
	padding:20px;
	width:117px;
}
#tanbouPickup_cnt {
	float:right;
	padding:18px 0 0 0;
	width: 485px;
}
#tanbouPickup strong {
}
#tanbouPickup .tanbouCatch {
	padding:15px 0 0 0;
	font-weight: bold;
	color: #7B5F06;
}
#tanbouPickup .tanbouBody {
	padding:5px 10px 0 0;
}
#tanbouPickup p.tanbouMore {
	text-align:right;
	padding:10px;
}
#tanbouPickup p.tanbouMore a {
	background: url(../../img/tora/tanbou_arrow.gif) no-repeat;
	font-weight: bold;
	padding: 3px 0 3px 28px;
}

/**/

#calturePickup {
	background:#FBF4DA url(../../img/calture/calture_pickup_bg.gif) no-repeat;
	margin: 10px 10px 0 0;
	height:1%;
}
#calturePickup_cnt {
	padding:18px 0 0 20px;
}
#calturePickup .caltureCatch {
	padding:15px 0 0 0;
	font-weight: bold;
	color: #7B5F06;
}
#calturePickup .caltureBody {
	padding:5px 10px 0 0;
}
#calturePickup p.caltureMore {
	text-align:right;
	padding:10px;
}
#calturePickup p.caltureMore a {
	background: url(../../img/tora/tanbou_arrow.gif) no-repeat;
	font-weight: bold;
	padding: 3px 0 3px 28px;
}
/**/
#backPart {
	text-align:center;
}
#backPart img {
	margin:40px 0 20px;
	text-decoration:none;
}
/**/

#navi li.naviBanner a {
	background: none;
	width: auto;
	height: auto;
}

#navi li.naviBanner {
	margin: 10px 0 0 -15px;
	padding: 0;
}

#caltureContent p {
	margin: 20px 30px 0 40px;
	line-height: 1.5em;
	letter-spacing: 0.15em;
	text-indent:1em;
}

#childDetail p {
	margin-top: 20px;
}

#childDetail img {
	float: right;
	margin-left: 10px;
}

#submitBtn, #submitConfirm, #submitRegist {
	width: 180px;
	height: 40px;
	margin-top: 20px;
}
/* link */
.link_list p {
	padding:10px 0 0 0;
}
.link_list ul {
	list-style-type: none;
	margin:10px 15px 10px 0;
}
.link_list ul li {
	background:url(../images/icon_arrow02.gif) 10px 0.5em no-repeat;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 0 28px;
}
.link_list ul li a {
	font-weight: bold;
}

/* link 20100831 */
.link_page p {
	padding:15px 0 0 0;
}
.link_page h4 {
	font-weight: bold;
	background-image: url(../images/icon_circle.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #333333;
	margin-left: 10px;
}
.link_page ul {
	list-style-type: none;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.link_page ul li {
	background:url(../images/icon_arrow02.gif) 10px 0.5em no-repeat;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 5px 28px;
	border-bottom:#ccc 1px solid;
}
.link_page ul li a {
	font-weight: bold;
}

/* 民俗芸能TOP 20110228 */
.nation_page {
	width: 620px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
.nation_block {
	width: 615px;
	padding-left: 10px;
}
.nation_line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 10px;
	padding-top: 20px;
}
.nation_block ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.nation_block ul.nation_2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.nation_block ul li,
.nation_block ul.nation_2 li {
	float: left;
	width: 197px;
	margin-right: 7px;
	margin-bottom: 10px;
	list-style-type: none;
}
.nation_tit {
	font-size: 110%;
	font-weight: bold;
	color: #7B5F06;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nation_block2 {
	width: 610px;
	padding-left: 10px;
}
.nation_page h4 {
	font-weight: bold;
	background-image: url(../images/icon_circle.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #333333;
	margin-left: 10px;
	background-position: 0px 23px;
}
.nation_page .caution {
	font-size:80%;
}
.nation_block a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* 市町別ページ 20110307 */
.nation_page .nation_00_navi ul {
	padding-left: 40px;
}
.nation_page .nation_00_navi ul li {
	float: left;
	padding-left: 15px;
	margin-right: 40px;
	background-image: url(../images/icon_arrow02.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.nation_page .nation_00_navi ul li a,
.nation_page .nation_00_box ul li a {
	font-weight: bold;
}
.nation_page .fontsize_80 {
	font-size: 80%;
}
.nation_page .nation_00_box {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.nation_page .nation_00_box ul {
	padding-left: 20px;
	margin-top: 10px;
}
.nation_page .nation_00_box ul li {
	padding-left: 15px;
	margin-bottom: 5px;
	background-image: url(../images/icon_arrow02.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* 神楽ページ 20110307 */
.nation_page .nation_01_img_1 {
	float: left;
	width: 240px;
	margin-right: 10px;
}
.nation_page .nation_01_txt_1 {
	float: left;
	width: 360px;
}
.nation_page .nation_box_green {
	background-color: #8CBBBD;
	padding: 10px;
	margin-top: 20px;
	clear: both;
}
.nation_page .nation_box_green .nation_box_green2 {
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #6AA7AA;
	clear: both;
}
.nation_page .nation_box_green .nation_box_green2 .nation_green_img {
	float: right;
	width: 337px;
}
.nation_page .nation_box_green .nation_box_green2 .nation_green_txt {
	float: left;
	width: 221px;
	line-height: 180%;
}
.nation_page .nation_page01 {
	padding-right: 10px;
	padding-left: 10px;
}
.nation_page .nation_movie {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.nation_page .nation_movie .nation_movie_img {
	text-align: center;
	float: left;
	width: 180px;
	margin-right: 20px;
}
.nation_page .nation_movie .nation_movie_img img {
	margin-bottom: 10px;
}
.nation_page .nation_movie .nation_movie_img a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.nation_page .nation_movie .nation_movie_img p {
	font-size: 85%;
}
.nation_page .nation_movie .nation_movie_txt {
	float: left;
	width: 420px;
}
.nation_page .nation_movie .nation_movie_txt table {
	width: 420px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 85%;
}
.nation_page .nation_movie .nation_movie_txt table th {
	padding: 10px;
	width: 60px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	background-color: #FFF7E4;
}
.nation_page .nation_movie .nation_movie_txt table td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.nation_page .nation_01_txt_1 h3 {
	margin-top: 0px;
	padding-top: 0px;
}
.nation_page h4.nation01 {
	font-weight: bold;
	background-image: url(../images/icon_circle.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #333333;
	margin-left: 0px;
	background-position: 0px center;
}
.nation_page .fontsize_90 {
	font-size: 90%;
}

/* 虎の巻追加k 20110616 */
.tora_back {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
}
a.tora_makanau {
	padding-right:16px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../img/tora/icon_makanau.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display: block;}
/**/
