@charset "UTF-8";

.template-title { display: none; }

body {
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFF;
	background: url(common/images/cloth_bg.png);
}

/*ーーーーーーーーーーーーー
IE7
ーーーーーーーーーーーーー*/

*+html body {
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFF;
	background: url(common/images/cloth_bg.png);
}

a:link {
	color: rgb(51,51,51);
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

a:visited {
	color: rgb(51,51,51);
	text-decoration: none;
}

a:hover { color: rgb(204,204,0); }

a:focus {
	color: rgb(51,51,51);
	outline: none;
}

a:active {
	color: rgb(51,51,51);
	text-decoration: none;
}

h1 {
	font-size: 138.5%;
	color: rgb(139,123,82);  }

h2 {
	font-size: 138.5%;
	color: rgb(139,123,82);  }

h3 { 
	font-size: 123.1%;
	color: rgb(139,123,82);  }

h4 { font-size: 93%;
	color: rgb(139,123,82);  }

h5 { font-size: 77%; }

h6 { font-size: 77%;
text-align: right; }

p { font-size: 93%; }

ul,
ol,
dl { margin: 20px; }

ul li { list-style: disc;}

ol li { list-style: decimal inside; }

dt {
	font-size: 93%;
	font-weight: bold;
}

dd {
	font-size: 93%;
	margin-left: 20px;
}

table,
th,
td { font-size: 93%;
border-collapse: collapse;}

th { background: rgb(240,230,180); }

hr {
	clear: both;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 0;
	height: 1px;
	border-bottom: 1px solid rgb(255,255,255);
	background: rgb(230,230,230);
}

strong {
	font-weight: bold;
	color: rgb(204,102,0);
}

/*ーーーーーーーーーーー
#container
ーーーーーーーーーーーーー*/

#container { overflow: hidden;}


/*ーーーーーーーーーーー
#header
ーーーーーーーーーーーーー*/

#header-bg {
	position: relative;
	overflow: hidden;
	background: rgb(245,236,190) url(common/images/header_bg.png) repeat-x;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	height: 140px;
}

#header {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	height:140px;
}

#h-logo {
	width: 295px;
	height: 55px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 17px;
}

#h-logo a{
	display: block;
	width: 295px;
	height: 55px;
	padding: 0px;
	margin: 0px;
	background: url(common/images/header_logo.png) no-repeat left bottom;
	background-size: 100%;
	text-indent: -9000px;
}

#h-logo:hover { opacity: 0.75; }


/*ーーーーーーーーーーー
検索窓
ーーーーーーーーーーーーー*/

#search {
	position: relative;
	left:20px;
	width: 200px;
}

.input {
	position: relative;
	padding: 3px 10px 3px 35px;
	border: 1px solid rgb(204,204,204);
	width: 150px;
	font-size: 12px;
	color: rgb(153,153,153);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: rgb(252,252,252);
}

.icn2 {
	position: absolute;
	top: 3px;
	left: 10px;
}

/*ーーーーーーーーーーーーー 
g-nav 
ーーーーーーーーーーーーー*/

#g-nav { float: none; }

#g-nav ul {
	margin: 0px;
	padding:0px;
}
#g-nav ul:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#g-nav ul li {
	padding:0px;
	margin: 0px;
	font-size: 116%;
	line-height: 100%;
	list-style: none;
	text-align: left;
	border-bottom: 1px solid rgb(153,153,153);
}

#g-nav ul li a {
	display: block;
	margin: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-top: 4px;
	text-decoration: none;
	color: rgb(255,255,255);
}

#g-nav ul li a:hover { background: rgb(102,102,102); }

#g-nav ul li a span {
	display:block;
	margin-right: 5px;
	font-size: 60%;
	line-height: 100%;
	vertical-align: middle;
}
#g-nav ul li.close {
	display:block;
	background:rgb(102,102,102);
	border:none;
}

/*ーーーー
モバイルmenu
ーーーーーーーーーーーーーーーーーーーーーー*/
.open {
	display: block;
	float: right;
	width: 48px;
	height: 48px;
	margin-right: 10px;
	margin-top: 0px;
	background: rgb(51,51,51) url(common/images/menu.png) no-repeat center center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-border-radius: 8px;
	box-shadow: inset 0 0 3px rgb(0,0,0);
	text-indent: -999999px;
	border: 0;
}
#container #g-nav ul { display: none; }


#pageslide {
	/* These styles MUST be included. Do not change. */
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	/* Specify the width of your pageslide here */
	width: 200px;
	padding: 10px;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222;
	background: rgba(51,51,51,1);
}
#pageslide #g-nav li a {
	color: rgb(255,255,255);
	border: none;
}


/*ーーーーーーーーーーー
.child-nav
ーーーーーーーーーーーーー*/

.child-nav ul { margin: 0px 0px 10px; }
.story-main .child-nav ul {
	margin-left:0px;
}

.child-nav ul.children li { margin-left: 20px;}

.child-nav ul li,
.story-main .child-nav ul li {
	position: relative;
	list-style: none;
	font-weight:normal;
	margin-bottom:auto;
}

.child-nav ul li a {
	padding: 5px 20px 5px 13px;
	display: block;
	border-bottom: 1px dotted rgb(204,204,204);
}

.child-nav ul li:before {
	content: "";
	position: absolute;
	display: block;
	top: 8px;
	left: 0px;
	width: 12px;
	height: 15px;
	background: url(common/images/arrow11.png) no-repeat left;
}
.child-nav ul li:after {
	content: "";
	position: absolute;
	display: block;
	top: 8px;
	right: 10px;
	width: 11px;
	height: 15px;
	background: url(common/images/arw01.png) no-repeat right;
}
.child-nav ul li a:hover { background: rgb(255,250,230); }




/*ーーーーーーーーーーー　　 
#pankz　　ーーーーーーーーーーーーー*/

#pankz ul {
	overflow: hidden;
	margin: 10px;
	padding: 2px;
	font-size: small;
	color: rgb(153,153,153);
	background: url(common/images/cloth_bg.png);
}

#pankz ul li {
	list-style: none;
	float: left;
	padding-right: 20px;
}

#pankz ul li a {
	padding-right: 25px;
	background: url(common/images/pankz_arrow.png) no-repeat right center;
}

/*ーーーーーーーーーーー
 #section
ーーーーーーーーーーーーー*/

.section {
	clear: both;
	overflow: hidden;
	position: relative;
	margin: auto;
	width: 100%;
}

.section h1 {
	margin-bottom: 20px;
	color: rgb(139,123,83);
}

.section h2 {
	color: rgb(139,123,83);
}

.section h3 {
	color: rgb(139,123,83);
	border-bottom: 1px dotted rgb(139,123,83);
	margin-bottom: 5px;
}

.section h4 { color: rgb(139,123,83); }

.section h5 { }

.section h6 { text-align: right; }


/*ーーーーーーーーーーーーー 
g-img 
ーーーーーーーーーーーーー*/

#g-img-bg {
	position: relative;
	width: 100%;
	padding: 10px 0px;
	margin: 0px auto;
	background: rgb(51,51,51);
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 2px solid rgb(51,51,51);
	background: rgb(42,31,24) url(common/images/g_img_bg.png) repeat-x;
}

#g-img,
#g-img-home {
	position: relative;
	overflow:hidden;
	width:100%;
	margin: 0px;
}


#g-img:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.7);
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
	top: 50%;
	bottom: 5px;
	left: 15px;
	right: 15px;
	/*border-radiusの水平方向と垂直方向の半径のセットは、スラッシュ（ / ）で区切る*/
	-moz-border-radius: 100px / 40px;
	-o-border-radius: 100px / 40px;
	border-radius: 100px / 40px;
}

/*ーーーーーーーーーーーーーーー
　ギャラリー　
ーーーーーーーーーーーーーーー*/

dl.gallery-item {
	width: 210px !important;
	min-height: 230px;
	float: left;
}

dl.gallery-item dt { }

dl.gallery-item dd { font-size: 14px; }

#g-img .hb-thumbox,
body.gallery #g-img .hb-thumbox {float:left;margin:1px;
background:rgb(0,0,0);
}
#g-img .hb-thumbnail a,
body.gallery #g-img .hb-thumbnail a {
	width:94px; height:94px; 
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
table.gallery {
	width: 95%;
	margin: auto auto 20px;
	border: 1px solid rgb(247,247,247);
}

table.gallery th {
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid rgb(247,247,247);
}
table.gallery th.read { width: 7%; }
table.gallery th.year { width: 30%; }
table.gallery td {
	padding: 10px;
	border: 1px solid rgb(247,247,247);
	vertical-align: top;
}
table.gallery td.seireki,
table.gallery td.nenngo {
	width: 50px;
	text-align: center;
}
table.gallery td.read { width: 20%; }

table.gallery p { margin-bottom: 0px; }

table.gallery ul { margin-right: 0px; }

table.gallery ul li a { border: none; }

table.gallery .odd { background: rgb(244,244,244); }

table.gallery .even { background: rgb(255,255,255); }

table.gallery div.sec-box { background: rgb(254,216,214); }

table.gallery div.sec-box ul { margin-bottom: 0px; }

table.gallery .hb-thumbox {
	float:left;
	margin:2px;
}

/*ーーーーーーーーーーー　　
#main-contents　　
ーーーーーーーーーーーーー*/

.main-contents { width: 100%;
}
.main-contents .story-main h2 {
	background: rgb(117,108,103);
	margin: 0px 0px 10px;
	padding: 5px;
	color: rgb(255,255,255);
	font-size: 16px;
	border-bottom: 3px solid rgb(191,174,165);
}

.main-contents h3 {
	background: rgb(117,108,103);
	margin: 0px 0px 10px;
	padding: 5px;
	color: rgb(255,255,255);
	font-size: 16px;
	border-bottom: 3px solid rgb(191,174,165);
}

.more-info a {
	color: rgb(255,255,255);
	background: rgb(139,123,83);
	padding: 2px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

a:focus {
	color: rgb(210,150,80);
	outline: none;
}

a:active {
	color: rgb(210,150,80);
	text-decoration: none;
}

/*ーーーーーーーーーーーーー 
新着情報 一覧ボタン 
ーーーーーーーーーーーーー*/
.info {
	width:95%;
	margin:auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.info h2 {
	background: rgb(117,108,103);
	margin: 10px;
	padding: 5px;
	color: rgb(255,255,255);
	text-align: center;
	font-size:16px;
}

.info .info-article-box {
	margin: 0px 15px 10px;
	padding: 5px 20px 10px 5px;
	border-bottom: 1px solid rgba(204,204,204,1);
	background: url(common/images/arw01.png) no-repeat right center;
}

.info .info-article-box .hb-thumbox  {
	float: left;
	padding: 0px;
	width: 25px;
	height: 25px;
	background: rgb(51,51,51);
	line-height:0px;
	margin: 0px 5px 0px 0px;
}
.info .info-article-box .hb-thumbnail  {
	width: 25px;
	height: 25px;
	padding:0px;
	margin:0px;
	line-height:0px;
	text-align:center;
}
.info .info-article-box  p {
	margin: 0px ;
	padding: 0px;
}
.info ul li {
	list-style: none;
	background: url(common/images/arw01.png) no-repeat right center;
	margin-right: 2px;
	padding: 2px 15px 2px 2px;
	border-bottom: 1px solid rgb(204,204,204);
}

.info ul li span {
	font-size: 93%;
	color: rgb(153,153,153);
}

.info-all a {
	position: absolute;
	top: 15px;
	right: 20px;
	color: rgba(255,255,255,1);
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	background: rgb(139,123,83);
	padding: 2px 15px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.info-all a:hover {
	color: rgba(204,153,51,1);
	background: rgb(255,204,102);
}

/*ーーーーーーーーーーー
home メインバナー
ーーーーーーーーーーーーー*/	

.home-banner {
	overflow: hidden;
	position: relative;
	width: 90%;
	background: url(common/images/footer_bg.png) repeat-x;
	border: 1px solid rgb(153,153,102);
	margin:10px auto;
	padding: 10px;
	cursor: pointer;
}

.home-banner:hover { opacity: 0.75; }

.section .home-banner h2 {
	padding-left: 55px;
	margin-top:0px;
	text-align: left;
	width: 40%;
	font-size: 21px;
	line-height: 120%;
	height:50px;
}

.section .home-banner h2 span {
	display: block;
	font-size: 50%;
	color: rgba(153,153,153,1);
	line-height: 120%;
}

.section .home-banner .hb-thumbox {
	float: right;
	width: 100px;
	height: 100px;
	background: rgb(51,51,51);
}

.section .home-banner .hb-thumbnail {
	width: 100px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.section .home-banner p {
	border-top: 1px solid rgb(204,204,204);
	
	text-align: left;
	padding: 2px;
	margin-top:5px;
	margin-bottom:5px;
}

.home-banner.story h2 { background: url(common/images/icon_movie.png) left top no-repeat; }

.home-banner.engal-library h2 { background: url(common/images/icon_liblrary.png) no-repeat left top; }

.home-banner.biography h2 { background: url(common/images/icon_biography.png) left top no-repeat; }

.home-banner.walking h2 { background: url(common/images/icon_walking.png) no-repeat left top; }


/*ーーーーーーーーーーー
sec-box（セクション）共通スタイル
ーーーーーーーーーーーーー*/	

.sec-box {
	position:relative;
	padding: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	background: rgb(255,253,247);
}

.sec-box .thumbnail {
	margin-bottom: 20px;
	text-align: center;
}

.sec-box p {
	margin-bottom: 10px;
	line-height: 180%;
}

.sec-box .heading { overflow: hidden;
margin-bottom:10px; }

.sec-box .heading h5 {
	background: url(common/images/cloth_bg.png);
	padding: 2px 2px 2px 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

/*ーーーーーーーーーーー
.page-title 
ーーーーーーーーーーーーー*/

.page-title {
	position: relative;
	border: 5px solid rgb(127,127,119);
	padding: 5px;
	width: 90%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background: url(common/images/footer_bg.png) repeat-x;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
	
	
}
.page-title h1 {
	padding-top: 0px;
	padding-left: 60px;
	min-height: 50px;
	margin-bottom: 0px;
	line-height:120%;
}
.section .page-title h1 span {
	display: block;
	font-size: 50%;
	color: rgba(153,153,153,1);
}

.page-title.global h1 { 
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.page-title.story h1 {
	background: url(common/images/icon_movie.png) no-repeat left top;
}
.page-title.engal-library h1 {
	background: url(common/images/icon_liblrary.png) no-repeat left top;
}
.page-title.biography h1 {
	background: url(common/images/icon_biography.png) no-repeat left top;
}
.page-title.walking h1 {
	background: url(common/images/icon_walking.png) no-repeat left top;
}

/*ーーーーーーーーーーー　　
article-box（記事ボックス　リンク用）
ーーーーーーーーーーーーー*/	

.article-box {
	overflow: hidden;
	cursor: pointer;
	background:url(common/images/arw01.png) no-repeat right center;
}
.article-box div.thumbbox {
	width: 60px;
	height: 60px;
	float: left;
	margin: 0px 10px 10px 0px;
	background: rgb(153,153,153);
}
.article-box div.thumbnail {
	width: 60px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.story-main .article-box p {
	text-indent:0px;
}
.article-box .subtitle {
	margin-right:20px;
}


.article-box .subtitle h3 {
	margin-bottom: 0px;
	line-height: 120%;
	color:rgb(139,123,83);
	font-size:18px;
	background:none;
	border:none;
}
 .article-box .subtitle h3 a{
	color:rgb(139,123,83);
}

.article-box .subtitle h5 {
	display: inline;
	background: url(common/images/cloth_bg.png);
	padding: 2px 12px 2px 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.article-box .subtitle p {
	margin-bottom: 0px;
	line-height: 120%;
}

.article-box h3 {
	border: none;
	margin-bottom: 0px;
}

.article-box .text-box {
	float: right;
	width: 240px;
}

.article-box .text-box h2,
.article-box .text-box h5 {
	margin-left: 0px;
	margin-bottom: 10px;
}

.article-box .text-box p {
	line-height: 120%;
	margin-bottom: 0px;
}

.article-box02 {
	overflow: hidden;
	background: rgb(244,243,233);
	padding: 11px;
	margin: 9px;
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.2);
	-o-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
/*ーーーーーーーーーーーーー
 一覧のサムネイル 
 ーーーーーーーーーーーーー*/

.article-box02 .thumbbox {
	width: 200px;
	height: 267px;
	margin:auto;
}
.article-box02 .thumbnail {
	display: table-cell;
	width: 200px;
	height: 267px;
	min-height: 267px;
	background: rgb(255,255,255);
	vertical-align: middle;
	margin:auto;
}
.article-box02 h2 {
	text-align: center;
	margin: 5px;
}

.sec-box .article-box02 p {
	margin-bottom: 0px;
	line-height: 120%;
}

.article-box:hover,
.article-box02:hover{ opacity: 0.75; }

/*ーーーーーーーーーーー　　
.story-main 　　
ーーーーーーーーーーーーー*/

.story-main {
	width: 98%;
	margin: auto auto 20px;
	overflow: hidden;
}
.story-main ul{
	margin-left:20px;
	font-size:93%;
	
}
.story-main ul li{
	margin-bottom:10px;
	color:rgb(139,123,82);
	
}
.story-main p {
	text-indent: 1em;
}

.story-main .map {
	margin:5px;
}
.story-main .mapp-layout,
.story-side .mapp-layout {
	margin:0px;
}


.story-side {
	width: 98%;
	margin: auto;
	/*padding-bottom: 20px;
	border-bottom: 1px solid rgb(204,204,204);*/
	overflow: hidden;
}

/*ーーーーーーーーーーー　　
.sidebar　　
ーーーーーーーーーーーーー*/

.sidebar {
	position: relative;
	width: 100%;
}

.mobi { display: none; }

.sidebar.mobi-on { display: inherit; }

/*ーーーーーーーーーーー　　
#footer　　
ーーーーーーーーーーーーー*/	

#footer {
	padding: 20px 20px 100px;
	margin: 0px auto;
	text-align: center;
	background: url(common/images/footer_bg.png) repeat-x top;
	border-bottom: 1px solid rgb(180,171,155);
	border-top: 1px solid rgb(180,171,155);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.footer-nav-bg { margin: 0px auto; }

ul#menu-footer-nav,
ul#menu-footer-nav-1 { overflow: hidden;
padding:0px; }

ul#menu-footer-nav li,
ul#menu-footer-nav-1 li {
	float: left;
	position: relative;
	list-style: none;
	text-align: left;
	padding-left: 12px;
	padding-right: 20px;
	margin-bottom: 15px;
}

ul#menu-footer-nav li:before,
ul#menu-footer-nav-1 li:before {
	content: "";
	position: absolute;
	display: block;
	top: 4px;
	left: 0px;
	width: 12px;
	height: 15px;
	background: url(common/images/arrow11.png) no-repeat left;
}

.footer-add {
	width: 100%;
	margin: auto;
	border-top: 1px solid rgba(220,220,220,1);
	padding-top: 20px;
	font-size: 12px;
	color: rgba(153,153,153,1);
}


/*ーーーーーーーーーーー　　
banner
ーーーーーーーーーーーーー*/
.center-banner  {
	width: 95%;
	margin: auto auto 20px;
	overflow: hidden;
}
.center-banner .banner {
	float:left;
	margin:5px;}

.banner a {
	display: block;
	padding: 15px;
	color: rgb(153,102,51);
	/* Firefox v3.6+ */
	background: url(common/images/banner_bg.png) repeat-x bottom;
	text-align: left;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-ms-transition: all 0.1s ease-in-out 0s;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.banner a:hover { opacity: 0.75; }

/*.banner a:hover { background: rgb(240,203,198); }
*/
.home-copy { padding-top: 20px; }

.home-copy h2 {
	color: rgb(204,0,0);
	text-align: center;
	margin-bottom: 20px;
	font-size:16px;
}

/*ーーーーーーーーーーー
other 共通項目
ーーーーーーーーーーーーー*/	

.btn02 { width:100px; float:right; margin-bottom:5px; margin-right:10px;}
.btn01 a,
.btn02 a {
	display: block;
	padding: 5px;
	color: rgba(153,102,51,1);
	background: rgb(226,203,190);
	border: 1px solid rgba(255,255,255,1);
	text-align: center;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-ms-transition: all 0.1s ease-in-out 0s;
}

.btn01 a:hover,
.btn02 a:hover { background: rgb(255,250,230); }

.shadow {
	position: relative;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

.radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.float-left { float: left; }

.float-right { float: right; }

.clear { clear: both; }

/*ーーーーーーーーーーーーー
 #pagetop 
 ーーーーーーーーーーーーー*/
#pagetop {
	position: fixed;
	bottom: 0px;
	width:100%;
	text-align:center;
	background:rgba(140,124,84,1);
}

/*ーーーーーーーーーーーーー 
記事中の写真配置 
ーーーーーーーーーーーーー*/
.wp-caption {
	margin-bottom:0px;}
.wp-caption-text, 
.story-main p.wp-caption-text {
	margin-top:2px;
	font-size:85%;
	line-height:120%;
	text-indent:0px;}
.aligncenter,
.alignnone {
	margin: 20px auto;
	display: block;
	text-align: center;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*ーーーーーーーーーーーーー 
引用文献 
ーーーーーーーーーーーーー*/

.quote-box {
	overflow: hidden;
	background: rgb(244,243,233);
	padding: 11px;
	margin: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.quote-box h3 {
	background: rgb(117,108,103);
	margin: 0px 0px 10px;
	padding: 5px;
	color: rgb(255,255,255);
	font-size: 16px;
	border-bottom: 3px solid rgb(191,174,165);
}
/*ーーーーーーーーーーーーー 
年表 
ーーーーーーーーーーーーー*/

table.chronology {
	width:100%;
	margin: auto auto 20px;
	border: 1px solid rgb(247,247,247);
}

table.chronology th {
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid rgb(247,247,247);
}

table.chronology td {
	padding: 5px;
	border: 1px solid rgb(247,247,247);
	word-break: break-all;
}

table.chronology p { margin-bottom: 0px; }

table.chronology ul { margin-right: 0px; }

table.chronology ul li a { border: none; }

table.chronology th.read { width: 5%; }

table.chronology td { vertical-align: top; }

table.chronology td.seireki,
table.chronology td.nenngo {
	width: 60px;
	text-align: center;
}

table.chronology th.seireki,
table.chronology th.nengo  {
	width: 60px;
	text-align: center;
}
table.chronology td.read { width: 20%; }

table.chronology .odd { background: rgb(244,244,244); }

table.chronology .even { background: rgb(255,255,255); }

table.chronology div.sec-box { background: rgb(254,216,214); }

table.chronology div.sec-box ul { margin-bottom: 0px; }
table.chronology div.child-nav ul li:after { 
	display: none; }
table.chronology div.child-nav ul li a { padding-right:0px; }
/*ーーーーーーーーーーーーーーー
今日の出来事
ーーーーーーーーーーーーーーー*/

.event-today {
	width:95%;
	margin:auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.event-today h2 {
	background: rgb(117,108,103);
	margin: 10px;
	padding: 5px;
	color: rgb(255,255,255);
	text-align: center;
	font-size:16px;
}

.event-today .event-today-article-box {
	margin: 0px 15px 10px;
	padding: 5px 20px 5px 5px;
	border-bottom: 1px solid rgba(204,204,204,1);
	background: url(common/images/arw01.png) no-repeat right center;
}

.event-today .event-today-article-box .hb-thumbox  {
	float: left;
	margin-right:10px;
	width: 25px;
	height: 25px;
	background: rgb(51,51,51);
}
.event-today .event-today-article-box .hb-thumbnail  {
	width: 25px;
	height: 25px;
	text-align:center;
}
.event-today .event-today-article-box  p {
	margin: 0px ;
	padding: 0px;
}


.year-list ul { margin:0px; padding:0px}
.year-list ul li { float:left; list-style:none; padding:3px; margin:0px;}


/*ーーーーーーーーーーーーーーー
添付ファイル
ーーーーーーーーーーーーーーー*/

.sec-box .pdf a,
.sec-box .word a,
.sec-box .excel a {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 5px;
	padding-left: 40px;
	height: 50px;
	display: block;
	border-bottom: 1px dotted rgb(204,204,204);
}

.sec-box .pdf { background: url(common/images/icon_pdf.png) no-repeat top left; }

.sec-box .word { background: url(common/images/icon_word.png) no-repeat top left; }

.sec-box .excel { background: url(common/images/icon_excel.png) no-repeat top left; }

.data { display: none; }

.data-bottom { display: block;
clear:both; }

.data-bottom h4,
.story-side h4 {
	padding: 0px 2px 0px 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: rgb(239,234,188);
}


/*ーーーーーーーーーーーーーーー
tag-cloud
ーーーーーーーーーーーーーーー*/

.tag-cloud.mobi {
	display:none;
}

.tag-cloud a:link {
	color: rgb(153,153,153);
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	-moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	-o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

.tag-cloud a:visited {
	color: rgb(153,153,153);
	text-decoration: none;
}

.tag-cloud a:hover { color: rgb(204,204,0); }

.tag-cloud a:focus {
	color: rgb(153,153,153);
	outline: none;
}

.tag-cloud a:active {
	color: rgb(153,153,153);
	text-decoration: none;
}

.link-pages {
	padding-bottom: 10px;
	padding-top: 10px;
}

.link-pages a {
	padding: 6px;
	background: rgb(230,230,230);
}

.access-box {
	width:300px; 
	margin:20px;
	float:left;
}
.mobi-map { display: none;}




.center-contents {
	width: 460px;
	min-height:350px;
	margin: 10px;
}











/*ーーーーーーーーーーーーーーー
　ここからタブレット 
ーーーーーーーーーーーーーーー*/
@media only screen and (min-width: 768px ){
body {min-width:768px;}

/*ーーーーーーーーーーー
#container
ーーーーーーーーーーーーー*/
.open { display: none; }
#g-nav ul li.close {
	display: none;
}



/*ーーーーーーーーーーー
#header
ーーーーーーーーーーーーー*/

#header {
	width: 740px;
	background: url(common/images/header_bg00.png) no-repeat right 7px;
	background-size: 65%;
	
	overflow: hidden;
}

#h-logo { margin-bottom:0px; }


/*ーーーーーーーーーーー
検索窓
ーーーーーーーーーーーーー*/
#search {
	position: absolute;
	top: 20px;
	left:auto;
	right: 0px;
}


/*ーーーーーーーーーーーーー 
#g-nav 
ーーーーーーーーーーーーー*/

#g-nav {
	padding-top: 6px;
}

#container #g-nav ul { 
	display: block;
	margin: auto; }

#g-nav ul li {
	float: left;
	text-align: center;
	font-size: 123.1%;
	border:none;
}

#g-nav ul li a {
	padding: 15px 10px 11px;
	border: none;
	position: relative;
	color:inherit;
}

#g-nav ul li a:hover { background: url(common/images/g-nav_ho.png) repeat-x bottom; }

body.engal-story #g-nav ul li.postid-116,
body.engal-story #g-nav ul li.postid-116 a:hover,
body.biography #g-nav ul li.biography,
body.biography #g-nav ul li.biography a:hover,
body.walking #g-nav ul li.walking,
body.walking #g-nav ul li.walking a:hover,
body.engal-library #g-nav ul li.engal-library,
body.short-story #g-nav ul li.engal-library,
body.tax-story_menu #g-nav ul li.engal-library,
body.term-industry #g-nav ul li.engal-library,
body.term-short-story #g-nav ul li.engal-library,
body.engal-library #g-nav ul li.engal-library a:hover,
body.gallery #g-nav ul li.term-gallery,
body.term-gallery #g-nav ul li.term-gallery,
body.term-gallery #g-nav ul li.term-gallery a:hover,
body.about #g-nav ul li.about,
body.about #g-nav ul li.about a:hover {
	background: url(common/images/g-nav_ac.png) repeat-x bottom;
	cursor: default;
}

/*ーーーーーーーーーーーー
#g-nav ul li a span吹き出し
ーーーーーーーーーーーー*/

#g-nav ul li a span {
	position: absolute;
	margin-right: 5px;
	font-size: 60%;
	line-height: 100%;
	width: 120px;
	display: block;
	display: none\9;
	background: rgb(240,240,240) url(common/images/cloth_bg.png);
	border: 3px solid #ffffff;
	bottom: 50px;
	text-align: left;
	left: 0px;
	opacity: 0;
	padding: 4px;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	color: rgb(102,102,102);
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#g-nav ul li a:hover span {
	display: block\9;
	bottom: 55px;
	opacity: 1;
}

#g-nav ul li a span:after {
	border-top: 16px solid #ffffff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: ' ';
	position: absolute;
	left: 20%;
	bottom: -16px;
	width: 0;
	height: 0;
	margin-left: -8px;
}

/*ーーーーーーーーーーー
.child-nav
ーーーーーーーーーーーーー*/

.child-nav ul li a {
	padding: 5px 5px 5px 13px;
}

.child-nav ul.children li { margin-left: 20px; } 
.child-nav ul li:after {
	display:none;
}

/*ーーーーーーーーーーー　　 
pankz
ーーーーーーーーーーーーー*/

#pankz ul {
	width: 740px;
	margin: 10px auto;
}

/*ーーーーーーーーーーー　　 
#section　　
ーーーーーーーーーーーーー*/

.section {
	width: 740px;
}

/*ーーーーーーーーーーーーー
 g-img 
ーーーーーーーーーーーーー*/
#g-img {
	width: 768px;
	height:97px;
	margin: 0px auto;
}
/*#g-img-home {
	width: 768px;
	margin: 0px auto;
}*/

/*ーーーーーーーーーーー
home コンテンツ紹介バナー
ーーーーーーーーーーーーー*/	

.home-banner {
	width: 330px;
	height: 100px;
	/*margin-bottom: 20px;*/
	border: 5px solid rgb(127,127,119);
	background: url(common/images/footer_bg.png) repeat-x;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	behavior: url(/PIE.htc);
}

.home-banner h2 {
	width: 100%;
	font-size: 24px;
	line-height: 100%;
	margin: 0px 0px 5px;
}
.home-banner h2 a{
	color:rgb(0,0,0);
}

.home-banner.story { float: left; }
.home-banner.engal-library {float: right;}
.home-banner.biography { float: left; }
.home-banner.walking { float: right; }

/*ーーーーーーーーーーー
.sidebar　
ーーーーーーーーーーーーー*/

.sidebar {
	float: left;
	width: 220px;
	margin-bottom: 20px;
}

.sidebar.mobi { display: inherit; }
.sidebar.mobi-on { display: none; }

/*ーーーーーーーーーーー
.sec-box　　
ーーーーーーーーーーーーー*/
.sec-box {
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}

/*ーーーーーーーーーーー
　　main-contents　　
ーーーーーーーーーーーーー*/
.main-contents {
	width: 500px;
	min-height:400px; 
	float: right;
}



/*ーーーーーーーーーーー　　
.center-contents 検索ページ　
ーーーーーーーーーーーーー*/
.center-contents {
	width: 510px;
	margin: 0px auto;
}

/*ーーーーーーーーーーー　　
.story-main 　　
ーーーーーーーーーーーーー*/
.story-main {
	width: 480px;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
}

.story-main .data-bottom { display: block;
clear:both;
overflow:hidden; }

.story-side {
	/*margin-bottom:20px;*/
}
.story-side.tag-cloud {
	width: 100%;
}
.story-main h4,
.story-main .data-bottom h4,
.story-side h4 {
	padding: 0px 2px 0px 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	/*background: rgb(239,234,188);*/
}
.story-side .map { margin-bottom: 10px; }

/*ーーーーーーーーーーー
.heading　ストーリ本文見出し
ーーーーーーーーーーーーー*/
.heading { 
margin-bottom:20px; }
.heading-left { float:left;
width:240px;}

.heading-left h5 {
	background: url(common/images/cloth_bg.png);
	padding: 2px 2px 2px 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.heading-right { float:right;
width:220px;}

.heading-right .btn01 {
	padding-right:5px;}

/*ーーーーーーーーーーー　　
article-box（記事ボックス ループ）
ーーーーーーーーーーーーー*/	
 .article-box .subtitle {
	float: right;
	width: 390px;
	margin-bottom: 10px;
}

/*ーーーーーーーーーーー　　
article-box02（記事ボックス 偉人伝ループ）
ーーーーーーーーーーーーー*/	

.article-box02 {
	float: left;
	width: 200px;
}


.article-box02 .thumbnail {
	width: 200px;
	height: 200px;
}

/*ーーーーーーーーーーー
　　#footer　　
ーーーーーーーーーーーーー*/	

#footer {
	padding: 20px;
}


.footer-nav { width: 740px;
margin:auto; }


/*ーーーーーーーーーーー　　
banner　　
ーーーーーーーーーーーーー*/
.center-banner {
	width:100%;
}
.center-banner .banner {
	margin: auto 7px 20px;
	width: 230px;
	padding: 0px;
}

.banner a {
	text-align:center;
}

/*ーーーーーーーーーーー　　
HOME コピー部分　　
ーーーーーーーーーーーーー*/	
.home-copy {
	text-align: center;
}

.home-copy h2 {
	display: inline-block;
	font-size:138.5%;
}

/*ーーーーーーーーーーー
other 共通項目　ーーーーーーーーーーーーー*/	


/*ーーーーーーーーーーーーー
 #pagetop 
 ーーーーーーーーーーーーー*/

#pagetop {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width:80px;
	height:80px;
}

#pagetop a {
	padding: 0px;
	display: block;
}

/*ーーーーーーーーーーーーー 
年表 
ーーーーーーーーーーーーー*/

table.chronology th.read { width: 50px; }

table.chronology td {
	padding: 5px;
	border: 1px solid rgb(247,247,247);
}

/*ーーーーーーーーーーーーーーー
今日の出来事
ーーーーーーーーーーーーーーー*/

.event-today {
	overflow: hidden;
	border: 1px solid rgb(204,204,204);
	background: rgb(250,250,250);
	width: 49%;
}
.event-today.widht-month {
	width: auto;
}


.event-today.left {
	float:left;
}
.event-today.right {
	float:right;
}

.event-today h2 span {
	font-size:60%;
}

.event-today .event-today-article-box {
	width: 332px;
	float: left;
	margin: 0px 10px 10px;
	background: url(common/images/cloth_bg.png);
	padding: 5px;
	border:none;
}
.event-today .event-today-article-box.widht-month {
	width: 339px;
}


/*ーーーーーーーーーーーーーーー
添付ファイル
ーーーーーーーーーーーーーーー*/

.data {
	clear: both;
}


/*ーーーーーーーーーーーーー 
新着情報 一覧ボタン 
ーーーーーーーーーーーーー*/

.info {
	width:auto;
	margin-bottom:20px;
	border: 1px solid rgb(204,204,204);
	background: rgb(250,250,250);
	}

.info ul li { 
background:none; }


.info-all a {
	top: 20px;
	right: 15px;
}

/*ーーーーーーーーーーーーーーー
　ギャラリー　
ーーーーーーーーーーーーーーー*/

dl.gallery-item {
	min-height: 210px;
	text-align:center;
}
dl.gallery-item img{
	border:none !important;
}
dt.gallery-icon {
	width: 154px;
	padding: 4px;
	margin: auto auto 10px;
	background: rgb(250,250,250);
	}
dt.gallery-icon a{
	height:150px;
	width:150px;
	display: table-cell;
	vertical-align:middle;
	}

dl.gallery-item dd.gallery-caption {
	font-size: 85%;}

/*ーーーーーーーーーーーーーーー
.access-box　アクセスのbox
ーーーーーーーーーーーーーーー*/
.access-box {
	width: 320px;
}
.access-box dl dt{
	display: inline;
	font-weight:normal;
	background: url(common/images/cloth_bg.png);
	padding: 2px 12px 2px 12px;
	margin-top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
}
.access-box dl dd{
	margin-bottom:20px;
	margin-top:5px;
}
.mobi-map { display: inherit;}
	
}

/*ーーーーーーーーーーーーーーー
　ここからPC　
ーーーーーーーーーーーーーーー*/
@media only screen and (min-width: 1024px ) {

body { min-width: 1024px; }

/*ーーーーーーーーーーー
#header
ーーーーーーーーーーーーー*/

#header {
	width: 980px;
}

/*ーーーーーーーーーーーーー 
#g-nav 
ーーーーーーーーーーーーー*/


#g-nav ul li a {/
	padding: 15px 15px 11px;
}


/*ーーーーーーーーーーー　　 
pankz
ーーーーーーーーーーーーー*/

#pankz ul {
	width: 980px;
}

/*ーーーーーーーーーーー　　 
#section　　
ーーーーーーーーーーーーー*/

.section {
	width: 980px;
}

/*ーーーーーーーーーーーーー
 g-img 
ーーーーーーーーーーーーー*/

#g-img {
	width: 961px;
}
#g-img-home {
	width: 1024px;
	margin: 0px auto;
}


/*ーーーーーーーーーーー
home コンテンツ紹介バナー
ーーーーーーーーーーーーー*/	

.home-banner {
	width: 452px;
}

.home-banner p {
	width: 350px;
}

/*ーーーーーーーーーーー
.heading　ストーリ本文見出し
ーーーーーーーーーーーーー*/

.heading-left { float: inherit;
width:220px;}

.heading-right { float: inherit;
}

.heading-right .btn01 {
	display:none;}


/*ーーーーーーーーーーー
　　main-contents　　
ーーーーーーーーーーーーー*/
.main-contents {
	width: 740px;
}

/*ーーーーーーーーーーー　　
.center-contents 検索ページ　
ーーーーーーーーーーーーー*/
.center-contents {
	width: 740px;
}

/*ーーーーーーーーーーー　　
.story-main 　　
ーーーーーーーーーーーーー*/
.story-main {
	width: 460px;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted #CCCCCC;
	
}
.story-main .map {
	margin:5px;
}
.story-main .mapp-layout,
.story-side .mapp-layout {
	margin:0px;
}

.story-main h2 {
	background: rgb(117,108,103);
	margin: 0px 0px 10px;
	padding: 5px;
	color: rgb(255,255,255);
	font-size: 16px;
	border-bottom: 3px solid rgb(191,174,165);
}

.story-side {
	width: 220px;
	float: right;
	margin-left:0px;
	margin-right: 0px;
	margin-top: 0px;
}
.story-side.tag-cloud {
	width: 220px;
}
.story-main .data-bottom { display: none; }

.story-main .data-bottom h4,
.story-side h4 {
	padding: 0px 2px 0px 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: rgb(239,234,188);
}
.story-side .map { margin-bottom: 20px; }

/*ーーーーーーーーーーー　　
article-box（記事ボックス ループ）
ーーーーーーーーーーーーー*/	

 .article-box .subtitle {
	width: 370px;
}

 .article-box .subtitle.box-pc{
	width: 620px;
}

/*ーーーーーーーーーーー
　　#footer　　
ーーーーーーーーーーーーー*/	

.footer-nav { width: 980px;
}

ul#menu-footer-nav li:before,
ul#menu-footer-nav-1 li:before {
	top: 1px;
}

/*ーーーーーーーーーーー　　
banner　　
ーーーーーーーーーーーーー*/
.center-banner .banner {
	float: left;
	margin: auto 7px;
	width: 230px;
}

/*ーーーーーーーーーーー
other 共通項目　ーーーーーーーーーーーーー*/	


/*ーーーーーーーーーーーーー 
年表 
ーーーーーーーーーーーーー*/

table.chronology {
	width: 98%;
}

table.chronology th.read { width: 5%; }

table.chronology td {
	padding: 5px;
	vertical-align: top;
}

table.chronology td.seireki,
table.chronology td.nenngo {
	width: 60px;
	text-align: center;
}

table.chronology th.seireki,
table.chronology th.nengo  {
	width: 60px;
	text-align: center;
}
table.chronology td.read { width: 20%; }

table.chronology p { margin-bottom: 0px; }

table.chronology ul { margin-right: 0px; }

table.chronology ul li a { border: none; }

table.chronology .odd { background: rgb(244,244,244); }

table.chronology .even { background: #fff; }

table.chronology div.sec-box { background: rgb(254,216,214); }

table.chronology div.sec-box ul { margin-bottom: 0px; }

/*ーーーーーーーーーーーーーーー
今日の出来事
ーーーーーーーーーーーーーーー*/
.event-today .event-today-article-box {
	width: 450px;
}
.event-today .event-today-article-box.widht-month {
	width: 458px;
}

/*ーーーーーーーーーーーーーーー
添付ファイル
ーーーーーーーーーーーーーーー*/
.data {
	display: block;
	clear: both;
}

/*ーーーーーーーーーーーーー 
.more-info 
ーーーーーーーーーーーーー*/
.more-info a {
	color: rgb(255,255,255);
	background: rgb(139,123,82);
	padding: 2px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

/*ーーーーーーーーーーーーー 
新着情報 一覧ボタン 
ーーーーーーーーーーーーー*/

.info-all a {
	top: 15px;
	right: 15px;
}

}

/*ーーーーーーーーーーーーーーー
　ここからプリント
ーーーーーーーーーーーーーーー*/
@media only print and (min-width: 1024px ){


body {min-width:1024px;}

/*ーーーーーーーーーーー
#container
ーーーーーーーーーーーーー*/
.open { display: none; }
#g-nav ul li.close {
	display: none;
}



/*ーーーーーーーーーーー
#header
ーーーーーーーーーーーーー*/

#header {
	width: 980px;
	background: url(common/images/header_bg00.png) no-repeat right 7px;
	background-size: 65%;
	
	overflow: hidden;
}

#h-logo { margin-bottom:0px; }


/*ーーーーーーーーーーー
検索窓
ーーーーーーーーーーーーー*/
#search {
	position: absolute;
	top: 20px;
	left:auto;
	right: 0px;
}


/*ーーーーーーーーーーーーー 
#g-nav 
ーーーーーーーーーーーーー*/

#g-nav {
	padding-top: 6px;
}

#container #g-nav ul { 
	display: block;
	margin: auto; }

#g-nav ul li {
	float: left;
	text-align: center;
	font-size: 123.1%;
	border:none;
}

#g-nav ul li a {
	padding: 15px 10px 11px;
	border: none;
	position: relative;
	color:inherit;
}

#g-nav ul li a:hover { background: url(common/images/g-nav_ho.png) repeat-x bottom; }

body.engal-story #g-nav ul li.postid-116,
body.engal-story #g-nav ul li.postid-116 a:hover,
body.biography #g-nav ul li.biography,
body.biography #g-nav ul li.biography a:hover,
body.walking #g-nav ul li.walking,
body.walking #g-nav ul li.walking a:hover,
body.engal-library #g-nav ul li.engal-library,
body.short-story #g-nav ul li.engal-library,
body.tax-story_menu #g-nav ul li.engal-library,
body.term-industry #g-nav ul li.engal-library,
body.term-short-story #g-nav ul li.engal-library,
body.engal-library #g-nav ul li.engal-library a:hover,
body.gallery #g-nav ul li.term-gallery,
body.term-gallery #g-nav ul li.term-gallery,
body.term-gallery #g-nav ul li.term-gallery a:hover,
body.links #g-nav ul li.links,
body.links #g-nav ul li.links a:hover {
	background: url(common/images/g-nav_ac.png) repeat-x bottom;
	cursor: default;
}

/*ーーーーーーーーーーーー
#g-nav ul li a span吹き出し
ーーーーーーーーーーーー*/

#g-nav ul li a span {
	position: absolute;
	margin-right: 5px;
	font-size: 60%;
	line-height: 100%;
	width: 120px;
	display: block;
	display: none\9;
	background: rgb(240,240,240) url(common/images/cloth_bg.png);
	border: 3px solid #ffffff;
	bottom: 50px;
	text-align: left;
	left: 0px;
	opacity: 0;
	padding: 4px;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	color: rgb(102,102,102);
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#g-nav ul li a:hover span {
	display: block\9;
	bottom: 55px;
	opacity: 1;
}

#g-nav ul li a span:after {
	border-top: 16px solid #ffffff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: ' ';
	position: absolute;
	left: 20%;
	bottom: -16px;
	width: 0;
	height: 0;
	margin-left: -8px;
}

/*ーーーーーーーーーーー
.child-nav
ーーーーーーーーーーーーー*/

.child-nav ul li a {
	padding: 5px 5px 5px 13px;
}

.child-nav ul.children li { margin-left: 20px; } 
.child-nav ul li:after {
	display:none;
}

/*ーーーーーーーーーーー　　 
pankz
ーーーーーーーーーーーーー*/

#pankz ul {
	width: 980px;
	margin: 10px auto;
}

/*ーーーーーーーーーーー　　 
#section　　
ーーーーーーーーーーーーー*/

.section {
	width: 980px;
}

/*ーーーーーーーーーーーーー
 g-img 
ーーーーーーーーーーーーー*/
#g-img {
	width: 961px;
	height:97px;
	margin: 0px auto;
}
#g-img-home {
	width: 1024px;
	margin: 0px auto;
}

/*ーーーーーーーーーーー
home コンテンツ紹介バナー
ーーーーーーーーーーーーー*/	

.home-banner {
	width: 452px;
	height: 100px;
	/*margin-bottom: 20px;*/
	border: 5px solid rgb(127,127,119);
	background: url(common/images/footer_bg.png) repeat-x;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	behavior: url(/PIE.htc);
}

.home-banner h2 {
	width: 100%;
	font-size: 24px;
	line-height: 100%;
	margin: 0px 0px 5px;
}
.home-banner h2 a{
	color:rgb(0,0,0);
}

.home-banner p {
	width: 350px;
}


.home-banner.story { float: left; }
.home-banner.engal-library {float: right;}
.home-banner.biography { float: left; }
.home-banner.walking { float: right; }

/*ーーーーーーーーーーー
.sidebar　
ーーーーーーーーーーーーー*/

.sidebar {
	float: left;
	width: 220px;
	margin-bottom: 20px;
}

.sidebar.mobi { display: inherit; }
.sidebar.mobi-on { display: none; }

/*ーーーーーーーーーーー
.sec-box　　
ーーーーーーーーーーーーー*/
.sec-box {
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.htc);
}

/*ーーーーーーーーーーー
　　main-contents　　
ーーーーーーーーーーーーー*/
.main-contents {
	width: 740px;
	min-height:400px; 
	float: right;
}


/*ーーーーーーーーーーー　　
.center-contents 検索ページ　
ーーーーーーーーーーーーー*/
.center-contents {
	width: 740px;
	margin: 0px auto;
}

/*ーーーーーーーーーーー　　
.story-main 　　
ーーーーーーーーーーーーー*/
.story-main {
	width: 460px;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted #CCCCCC;

}
.story-main .map {
	margin:5px;
}
.story-main .mapp-layout,
.story-side .mapp-layout {
	margin:0px;
}
.story-main h2 {
	background: rgb(117,108,103);
	margin: 0px 0px 10px;
	padding: 5px;
	color: rgb(255,255,255);
	font-size: 16px;
	border-bottom: 3px solid rgb(191,174,165);
}

.story-main .data-bottom { display: block;
clear:both;
overflow:hidden; }

.story-side {
	width: 220px;
	float: right;
	margin-left:0px;
	margin-right: 0px;
	margin-top: 0px;
}

.story-side.tag-cloud {
	width: 220px;
}
.story-main h4,
.story-main .data-bottom h4,
.story-side h4 {
	padding: 0px 2px 0px 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	background: rgb(239,234,188);
}
.story-side .map { margin-bottom: 10px; }

/*ーーーーーーーーーーー
.heading　ストーリ本文見出し
ーーーーーーーーーーーーー*/
.heading { 
margin-bottom:20px; }
.heading-left { float:left;
width:220px;}

.heading-left h5 {
	background: url(common/images/cloth_bg.png);
	padding: 2px 2px 2px 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.heading-right { float: inherit;
width:220px;}

.heading-right .btn01 {
	display:none;}

/*ーーーーーーーーーーー　　
article-box（記事ボックス ループ）
ーーーーーーーーーーーーー*/	
 .article-box .subtitle {
	float: right;
	width: 370px;
	margin-bottom: 10px;
}
.article-box .subtitle.box-pc{
	width: 620px;
}

/*ーーーーーーーーーーー　　
article-box02（記事ボックス 偉人伝ループ）
ーーーーーーーーーーーーー*/	

.article-box02 {
	float: left;
	width: 200px;
}


.article-box02 .thumbnail {
	width: 200px;
	height: 200px;
}

/*ーーーーーーーーーーー
　　#footer　　
ーーーーーーーーーーーーー*/	

#footer {
	padding: 20px;
}


.footer-nav { width: 980px;
margin:auto; }


/*ーーーーーーーーーーー　　
banner　　
ーーーーーーーーーーーーー*/
.center-banner {
	width:100%;
}
.center-banner .banner {
	float: left;
	margin: auto 7px ;
	width: 230px;
	padding: 0px;
}

.banner a {
	text-align:center;
}

/*ーーーーーーーーーーー　　
HOME コピー部分　　
ーーーーーーーーーーーーー*/	
.home-copy {
	text-align: center;
}

.home-copy h2 {
	display: inline-block;
	font-size:138.5%;
}

/*ーーーーーーーーーーー
other 共通項目　ーーーーーーーーーーーーー*/	


/*ーーーーーーーーーーーーー
 #pagetop 
 ーーーーーーーーーーーーー*/

#pagetop {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width:80px;
	height:80px;
}

#pagetop a {
	padding: 0px;
	display: block;
}

/*ーーーーーーーーーーーーー 
年表 
ーーーーーーーーーーーーー*/
table.chronology {
	width: 98%;
}

table.chronology th.read { width: 5%; }

table.chronology td {
	padding: 5px;
	
	vertical-align: top;
	border: 1px solid rgb(247,247,247);
}
table.chronology td.seireki,
table.chronology td.nenngo {
	width: 60px;
	text-align: center;
}

table.chronology th.seireki,
table.chronology th.nengo  {
	width: 60px;
	text-align: center;
}
table.chronology td.read { width: 20%; }

table.chronology p { margin-bottom: 0px; }

table.chronology ul { margin-right: 0px; }

table.chronology ul li a { border: none; }

table.chronology .odd { background: rgb(244,244,244); }

table.chronology .even { background: #fff; }

table.chronology div.sec-box { background: rgb(254,216,214); }

table.chronology div.sec-box ul { margin-bottom: 0px; }


/*ーーーーーーーーーーーーーーー
今日の出来事
ーーーーーーーーーーーーーーー*/

.event-today {
	overflow: hidden;
	border: 1px solid rgb(204,204,204);
	background: rgb(250,250,250);
	width: 49%;
}
.event-today.widht-month {
	width: auto;
}


.event-today.left {
	float:left;
}
.event-today.right {
	float:right;
}

.event-today h2 span {
	font-size:60%;
}

.event-today .event-today-article-box {
	width: 450px;
	float: left;
	margin: 0px 10px 10px;
	background: url(common/images/cloth_bg.png);
	padding: 5px;
	border:none;
}
.event-today .event-today-article-box.widht-month {
	width: 458px;
}


/*ーーーーーーーーーーーーーーー
添付ファイル
ーーーーーーーーーーーーーーー*/

.data {
	clear: both;
}


/*ーーーーーーーーーーーーー 
新着情報 一覧ボタン 
ーーーーーーーーーーーーー*/

.info {
	width:auto;
	margin-bottom:20px;
	border: 1px solid rgb(204,204,204);
	background: rgb(250,250,250);
	}

.info ul li { 
background:none; }


.info-all a {
	top: 15px;
	right: 15px;
}

/*ーーーーーーーーーーーーーーー
　ギャラリー　
ーーーーーーーーーーーーーーー*/

dl.gallery-item {
	min-height: 210px;
	text-align:center;
}
dl.gallery-item img{
	border:none !important;
}
dt.gallery-icon {
	width: 154px;
	padding: 4px;
	margin: auto auto 10px;
	background: rgb(250,250,250);
	}
dt.gallery-icon a{
	height:150px;
	width:150px;
	display: table-cell;
	vertical-align:middle;
	}

dl.gallery-item dd.gallery-caption {
	font-size: 85%;}

/*ーーーーーーーーーーーーーーー
.access-box　アクセスのbox
ーーーーーーーーーーーーーーー*/
.access-box {
	width: 320px;
}
.access-box dl dt{
	display: inline;
	font-weight:normal;
	background: url(common/images/cloth_bg.png);
	padding: 2px 12px 2px 12px;
	margin-top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
}
.access-box dl dd{
	margin-bottom:20px;
	margin-top:5px;
}
.mobi-map { display: inherit;}
}

