@charset "UTF-8";

html>body {
	font-size: 16px;
}

body {
	color: #020202;
	font-size: 16px;
	background-image: url(../images/bg_contents.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/*基本リンク設定*/

p,
a {
	text-align: justify;
}
a:link {
	text-decoration: none;
	color: #566b39;
}
a:visited {
	text-decoration: none;
	color: #566b39;
}
a:hover {
	text-decoration: underline;
}
a:active {
}

.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
div.error {
	font-weight: bold;
	color: #FFF;
	background-color: #213B20;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

/*ヘッダー以下*/


/*ヘッダー背景用*/
#header {


}
/*ヘッダーの中身*/
div#headerInner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 10px;
}
div#headerInner p#toHome {
	margin-bottom: 9px;
	padding-top: 11px;
	padding-right: 11px;
	text-align: right;

}
h1#keyimage {
	margin-bottom: 10px;
}

ul#navi {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url(../images/bg_navi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	padding-bottom: 5px;
	padding-top: 5px;
}


ul#navi li {
	float: left;
	margin-right: 22px;
	padding-right: 22px;
	background-image: url(../images/navi_delimiter.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 16px;
	padding-top: 13px;
	padding-bottom: 13px;
	line-height: 1;
}


/*firefoxなどでリンク選択時の点線*/
ul#navi li a:focus {
	overflow:hidden;
	outline:none;
}
ul#navi li.lastChild {
	float: left;
	margin-right: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 0px;
}
/*コンテンツ全体*/
div.contents {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}


ul.breadcrumbs {
	font-size: 81.25%;
	margin-bottom: 20px;
}
ul.breadcrumbs li {
	display: inline;
}
ul.breadcrumbs li a {
	margin-right: 10px;
}
div.contents h2 {
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.lh2 {
	line-height: 2;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.w100 {
	width: 100%;
}
.w90 {
	width: 90%;
}
.w80 {
	width: 80%;
}
.w45 {
	width: 45%;
}


div.mainCol {
	width: 754px;
	margin-right: 25px;
	float: left;
}
div.mainCol p {
	font-size: 100%;
	margin-bottom: 1em;
}
div.mainCol .wp-pagenavi {
	font-size: 100%;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
div.mainCol .singlePagenavi {
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
div.mainCol .singlePagenavi .previous {
	float: left;
	width: 48%;
}
div.mainCol .singlePagenavi .next {
	float: right;
	width: 48%;
}

h2.entryTitle {
	margin-left: 10px;
	background-image: url(../images/bg_cat_h2.png);
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-size: 100%;
}
h2.second {
	margin-left: 10px;
	background-image: url(../images/bg_h2_second.png);
	background-position: left center;
	padding-left: 40px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	font-size: 100%;
	height: 47px;
	padding-top: 2px;
	color: #223909;
}
h3.first {
	font-size: 87.5%;
	background-image: url(../images/bg_h3_first.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 13px;
	padding-left: 35px;
	margin-bottom: 20px;
	height: 25px;
	font-weight: normal;
}
h3.second {
	margin-left: 10px;
	background-image: url(../images/bg_green_h3_request.png);
	background-position: left center;
	padding-left: 40px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	font-size: 100%;
	height: 30px;
	padding-top: 3px;
	color: #223909;
}
h3.third {
	margin-left: 10px;
	background-image: url(../images/bg_green_h3.png);
	background-position: left center;
	padding-left: 40px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-size: 87.5%;
	height: 30px;
	padding-top: 16px;
	color: #223909;
}
h3.fourth {
	margin-left: 10px;
	background-image: url(../images/bg_cm_h3.png);
	background-position: left center;
	padding-left: 40px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-size: 87.5%;
	height: 30px;
	padding-top: 16px;
	color: #df555e;
}
div.col {
	margin-left: 20px;
	margin-bottom: 20px;
}
dl.entryBox {
	background-image: url(../images/bg_cat_date.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-left: 10px;
	margin-bottom: 20px;
	height: 26px;
}
dl.entryBox dt {
	float: left;
	width: 150px;
	font-size: 87.5%;
}
dl.entryBox dd {
	margin-left: 150px;
}
dl.entryBox dd div.catList ul {
}
dl.entryBox dd div.catList ul li {
	float: left;
	margin-right: 20px;
	background-image: url(../images/bg_catList.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	font-size: 87.5%;
}


div.contentsBody {
	margin-left: 10px;
	margin-bottom: 50px;
}
div.contentsBody p {
	line-height: 1.5;
	font-size: 87.5%;
}
div.contentsBody p.more {
	text-align: right;
}
div.contentsBody table.about {
	line-height: 1.5;
	font-size: 87.5%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C6C6C6;
	border-left-color: #C6C6C6;
	width: 710px;
}
div.contentsBody table.about th {
	background-color: #FFFBDB;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
	width: 200px;
	text-align: left;
}
div.contentsBody table.about td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
	text-align: left;
}
div.contentsBodyHalf {
	float: left;
	width: 310px;
	margin-right: 20px;
	padding: 20px;
}
div.contentsBody .bgYellow {
	background-color: #FFFBDB;
}
div.contentsBody .photoBox {
	margin-bottom: 10px;
}
div.contentsBody .photoBox img {
	margin-right: 10px;
}
div.contentsBody div.gallery {
	margin-bottom: 20px;
}
div.contentsBody div.gallery dl.gallery-item {
	float: left;
	margin-right: 10px;
}

div.nopage404 {
}
div.nopage404 p {
	text-align: center;
	line-height: 3;
}


div.contents div.subCol {
	width: 221px;
	float: left;
}
div.contents div.subCol ul.btn {
	margin-bottom: 12px;
}
div.contents div.subCol ul.btn li {
	margin-bottom: 12px;
}
div.contents div.subCol div.about {
	background-image: url(../images/bg_bottomOfAbout.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
div.contents div.subCol div.about div.textBox {
	background-image: url(../images/bg_topOfAboutText.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 12px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
}
div.contents div.subCol div.about div.bgBox {
	background-image: url(../images/bg_sideOfAbout.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	zoom: 1;
}
div.contents div.subCol div.about div#aboutText {
	background-image: url(../images/bg_bottomOfAboutText.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 4px;
}
div.contents div.subCol div.about p {
	margin-bottom: 1em;
	font-size: 87.5%;
	line-height: 1.5;
	background-color: #FFF;
}
div.contents div.subCol div.about p.lastChild {
	margin-bottom: 0em;
	font-size: 87.5%;
}
div.contents div.subCol div.about h2 {
	margin-bottom: 0px;
}
div.contents div.subCol ul.sideNavi {
	margin-bottom: 25px;
	background-image: url(../images/bg_topOfsideLinkBox.png);
	background-repeat: no-repeat;
	padding-top: 8px;
}
div.contents div.subCol ul.sideNavi li {
	display: block;
	background-color: #FFEFB8;
	padding-bottom: 8px;
}
div.contents div.subCol ul.sideNavi li.lastChild {
	background-color: #FFF;
	padding-bottom: 8px;
	background-image: url(../images/bg_bottomOfsideLinkBox.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.contents div.subCol ul.sideNavi02 {
	margin-bottom: 20px;
}
div.contents div.subCol ul.sideNavi02 li {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
div.contents div.subCol ul.sideNavi02 li#simul {
	border: 1px solid #CCC;
}
div.contents div.subCol ul.sideNavi02 li#fct img {
	border: 1px solid #0219A5;
}

/*カテゴリーページサイドナビ*/
div.subCol div.sideNaviForBottom {
	margin-bottom: 25px;
	background-image: url(../images/bg_bottomOfSidenavi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 6px;
	zoom: 1;
}
div.subCol ul.sideNaviCategory {
	background-color: #FFEFB8;
	background-image: url(../images/bg_sidenavi.png);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
}
div.subCol ul.sideNaviCategory li {
	display: block;
	background-color: #FFEFB8;
	background-image: url(../images/bg_sidenavi_delimiter.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 4px;
	padding-bottom: 14px;
	padding-top: 10px;
}
div.subCol ul.sideNaviCategory li.noDelimiter {
	display: block;
	background-color: #FFEFB8;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 4px;
	padding-bottom: 14px;
	padding-top: 10px;
}
div.subCol ul.sideNaviCategory li.aboutSub {
	display: block;
	background-color: #FFEFB8;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 4px;
	padding-bottom: 14px;
	padding-top: 10px;
}
div.subCol ul.sideNaviCategory li.lastChild {
	display: block;
	background-color: #FFEFB8;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 10px;
}
/*Archive*/
div.subCol ul.sideNaviArchive {
	color: #566b39;
	background-color: #FFEFB8;
	background-image: url(../images/bg_sidenavi.png);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
div.subCol ul.sideNaviArchive li {
	display: block;
	background-color: #FFEFB8;
	background-image: url(../images/bg_sidenavi_archive.gif);
	background-repeat: no-repeat;
	background-position: 9px center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 27px;
}
div.subCol ul.sideNaviArchive li.lastChild {
	display: none;
}


/*フッター背景用*/
div#totop {
	text-align: right;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
div#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat;
	color: #223909;
	padding-top: 10px;
	padding-bottom: 30px;
}

div#footer a:link {
	text-decoration: none;
	color: #223909;
}
div#footer a:visited {
	text-decoration: none;
	color: #223909;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer a:active {
}

/*フッターの中身*/
div#footerInner {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
div#footerInner  p#footerCopyright{
	float: left;
	width: 273px;
}	

div#footerInner ul.list01 {
	float: left;
	font-size: 87.5%;
	padding-top: 20px;
	margin-bottom: 10px;
}
div#footerInner ul.list02 {
	font-size: 87.5%;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
div#footerInner ul.list01 li,
div#footerInner ul.list02 li {
	float: left;
	display: block;
	margin-right: 7px;
	background-image: url(../images/footer_delimiter.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 7px;
}
div#footerInner ul.list01 li.firstChild,
div#footerInner ul.list02 li.firstChild {
}
div#footerInner ul.list01 li.lastChild,
div#footerInner ul.list02 li.lastChild {
	float: left;
	display: block;
	margin-right: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 0px;
}
