@charset "UTF-8";


/* ************************************************
Reset Styles
************************************************ */
/* Structual and block-level Elements */
/* 構造要素とブロックレベル要素 */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	line-height: 1.5;
}

/* New HTML5 elements */ 
/* HTML5の新要素 */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption,
summary {
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: sans-serif;
}

/* Keep the vertical scrollbar area */
/* 縦スクロールバー */
html {
/*	overflow-y: scroll;
	margin-bottom: 1px;	*/	/* Opera用 */
}

/* Resolve IE7's "HasLayout" problem */
/* IE 7のhasLayout問題を解決 */
*:first-child+html * {
	letter-spacing: 0;
	/* Don't use "zoom: 1;" */
}

/* Table borders */
/* テーブルセルボーダー */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Image borders */
/* 画像のリンクボーダー */
a img,
img {
	border: 0;
}

/* Vertical positioning about images and form controls */
/* 画像とフォームパーツの上下位置をテキストの真ん中に */
img, input, select, textarea {
	vertical-align: middle;
}

/* Font style */
/* フォントスタイル */
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
}
/* Font size for form controls */
/* フォームでのフォントサイズ */
input, select, textarea {
	font-size: 12px;
}
/* ************************************************
a11y etc.
************************************************ */
.hidden {
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}
.goto_pagetop {
	text-align: right;
}
#gotoPT6 {
	margin-top:50px;
}
.clear_float {
	clear: both;
	overflow: hidden;
}
/* ************************************************
Basic Styles
************************************************ */
html {
	font-size: 12px;
}
body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color:#fff;
/*	color: #C69875;*/
	background-color: #2D1F16;/*311D16*/
}
table td {
	font-size: 12px;
}

a	{
	color: #C6ACA2;
	outline: none;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
}
a:link                     { color: #C6ACA2; text-decoration: underline; }
a:visited                  { color: #C6ACA2; text-decoration: none; }
a:hover, a:focus, a:active { color: #C69875; text-decoration: none; }

.bnrFade a:hover img{
	/*opacity ie*/
	filter: alpha(opacity=20);
}
.bnrFade a:hover{
	/*opacity for mozila,safari*/
	-moz-opacity:0.20;
	opacity:0.20;
}

#wrapper {
	position: relative;
/*
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
	background-position: center top;
*/
}

#container6 {
	position:relative;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
#page_home #container6 {
	width: 960px;
}
#logoB {
	margin-top:10px;
	margin-bottom:20px;
}
#logoA {
	clear:both;
	width: 800px;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	margin-top:60px;
}

/* header
************************************************ */
#header {
	color: #5D4639;
	background-color: #FFFDF8;
}
/* nav_main */
/********************************************/
#nav_main_top {
	width: 800px;
	margin-left: auto;
	margin-right:auto;
	overflow:hidden;
	margin-top: 30px;
}
#nav_main_top li {
	list-style-type:none;
	float:left;
	padding-bottom: 30px;
}
#nml01 {
	margin-left:15px;
	margin-right: 45px;
}
#nml02 {
	margin-right: 45px;
}
#nml03 {
	margin-right: 45px;
}
#nml04 {
	margin-right: 45px;
}
#nml05 {
}
#nml06 {
	clear: left;
	margin-left: 215px;
	float:left;
}
#nml07 {
	margin-left: 90px;
}
#nav_main {
	overflow:hidden;
	margin-bottom:50px;
}
#nav_main li {
	list-style-type: none;
	float: left;
	padding-right:33px;
}
#nav_main li.ultima {
	padding-right:0;
}

/* content main
************************************************ */
#wrapper_content6 {
	clear: both;
	overflow: hidden;
	background-image: url(../images/logoC.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content_main6 {
	width:73%;
	float:left;
	overflow:hidden;
	font-size: 14px;
}
.area_content6,
.area_column_subR {
	overflow:hidden;
	background-color:#3E2920;/*43271E*/
	padding: 30px 25px 30px 25px;
	border: 1px solid #212121;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#column_subR {
	width:25%;
	float:right;
	overflow:hidden;
	margin-bottom:100px;
}
.topicpath {
	font-size: 10px;
	padding-left: 4px;
	padding-top: 20px;
}
/* ==================== コンテンツ ==================== */
.post {
	padding-bottom:30px;
}
.post h2 a {
	text-decoration:none;
}
.post h2 a:hover {
	text-decoration:underline;
}
.postmeta	{
	font-size:10px;
/*	text-align:right;
	margin-top:-15px;*/
}
/* 画像 */
.alignleft	{float: left;
	margin-right: 20px;
	margin-bottom: 20px;}
.alignright	{float: right;
	margin-left: 20px;
	margin-bottom: 20px;}
.aligncenter	{clear: both;
	display: block;
	margin: 25px auto;}
.wp-caption-text	{margin: 5px 0 0;}
.wp-caption	{border: solid 1px #cccccc;
	background-color: #f1f1f1;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 25px;}
/* 前後のページへのリンク */
.prevnext	{font-size: 14px;
	font-family: Verdana, sans-serif;
	margin-top: 30px;
	overflow:hidden;}
.prevnext a:hover	{color: #ff8800;}
.prev	{margin: 0;
	float: left;}
.next	{margin: 0;
	float: right;}
/* ==================== サイドバー ==================== */
#column_subR_menu01,
#column_subR_menu02	{
}
#column_subR_menu01 li	,
#column_subR_menu02 li	{
	list-style-type: none;
}
#column_subR_menu01 ul,
#column_subR_menu02 ul{
	margin: 0 0 30px;
	padding: 0;
}
#column_subR_menu01 h2	,
#column_subR_menu02 h2	{
	font-size: 16px;
	font-family: Verdana, sans-serif;
	line-height: 2.0;
}
#column_subR_menu01 li li,
#column_subR_menu02 li li{
	margin-bottom: 8px;
	line-height: 1.4;
	margin-left: 10px;
}
#column_subR_menu01 li a:hover,
#column_subR_menu02 li a:hover{
	color: #ff8800;
}
/* ==================== コメント ==================== */
#com	{
	border: 1px solid #735843;
	padding: 20px;
	margin-top: 100px;
	clear: both;
	font-size: 12px;
}
#com h3	{
	margin: 0;
	background-color: #735843;
	padding: 5px 10px 3px;
	color: white;
}
#tr	{
	background-color: #735843;
	font-size: 10px;
	padding: 7px 10px 5px;
	line-height:1.3;
}
.commentlist	{
	list-style-type: none;
	clear: both;
	margin: 0 12px 25px 10px;
	padding: 0;
}
.commentlist li	{
	border-top: dotted 1px #735843;
	padding-top: 10px;
	padding-bottom:10px;
	font-size: 12px;
}
.comment-meta	{
}
#commentform {
	margin: 10px 12px 20px 10px;
}
#commentform p {
	margin-bottom:5px;
}
/* ==================== リンク集 ==================== */
.link_rrrlink	{
}
.link_rrrlink,
.link_rrrlink ul	{
	list-style-type: none;
}
.link_rrrlink li li	{
	font-size: 12px;
	margin: 10px 20px 15px 20px;
	line-height:1.2;
	padding-bottom:12px;
	border-bottom:dotted 1px #735843;
}
.link_rrrlink a	{
	font-size: 14px;
	font-weight: bold;
	display:block;
	padding-bottom:4px;
	text-decoration:none;
}
.link_rrrlink a:hover {
	text-decoration:underline;
}
.linkcat {
	padding-bottom:35px;
}

/* *****************************************
feed 	de aqui
****************************************** */
#column_s_02 {
	padding-bottom: 50px;
}
#column_s_02 h2 {
	line-height: 1.0;
}
#feed {
	height: 300px;
	overflow: auto;
	overflow-y: scroll;
	margin-bottom: 1px;	/* Opera用 */
	padding-top: 4px;
	padding-left: 2px;
	font-size: 12px;
	margin-left: 0;
	padding-left: 0;
}
#feed li {
	padding-bottom: 13px;
	margin-bottom: 4px;
	margin-top: 15px;
	margin-right: 4px;
	padding-left: 6px;
	list-style-type: none;
	line-height: 1.2;
	border-bottom: 1px solid #EDE2CE;
}
#feed li a {
}
.ent_date {
	display: block;
	font-size: 10px;
	padding-bottom: 3px;
}
.ebN {
	font-size: 10px;
	display: block;
	text-align: right;
}
/* *****************************************
feed		a aqui
****************************************** */


/* footer
************************************************ */
#footer {
	clear: both;
	overflow: hidden;
	font-size:10px;
	margin-top: 100px;
/*	border-top: 1px solid #735843;*/
	color:#735843;
	text-align: center;
}
#footer address {
	color:#C6ACA2;
	font-size:12px;
	margin-bottom: 10px;
}
#footer address a {
	text-decoration:none;
}
#footer address a:hover {
	text-decoration: underline;
}
#footer2 {
	clear: both;
	overflow: hidden;
	font-size:10px;
	margin-top: 5px;
	padding-top:10px;
	border-top: 1px solid #553D2E;
	color:#735843;
}
#footer2 ul {
	float:left;
	overflow:hidden;
	margin-left:-12px;
	padding-bottom:5px;
}
#footer2 ul li {
	list-style-type:none;
	float:left;
	padding-right: 15px;
	padding-left:15px;
	border-right: 1px solid #553D2E;
	padding-top:2px;
	padding-bottom:2px;
}
#left_footer2 {
	float:right;
}
#left_footer2 address {
	color:#C6ACA2;
	font-size:12px;
	text-align:right;
}
#left_footer2 p {
	text-align:right;
}
/* ************************************************
Styles for pages
************************************************ */
.tagcloud {
	margin-left:10px;
	margin-bottom:30px;
}
/* page	home
************************************************ */
#news_topics {
	clear:both;
	color:#FFF;
	font-size:14px;
	width: 580px;
	margin-top: 80px;
	margin-left:auto;
	margin-right:auto;
}
#news_topics h2 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#news_topics dl {
}
#news_topics dl dt {
	margin-bottom: 10px;
}
#news_topics dl dd {
	text-indent: 1em;
}
.news_title {
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 10px;
}
.news_conts {
	line-height: 1.8em;
}

.moreinfo66 {
	text-align: right;
}
.rrrIMGtop {
	display:block;
	margin-top:1px;
	margin-bottom:10px;
	text-align:center;
}
.rrr_add {
	margin-top: 10px;
	font-size:18px;
	margin-left:4.8em;
}
#area_news66 {
	clear:both;
	color:#FFF;
	font-size:14px;
	width: 500px;
	margin-top: 80px;
	margin-left:auto;
	margin-right:auto;
}
#area_news66 h2 {
	font-size:12px;
}
#area_news66 p {
	font-size:10px;
}
#area_news66 .post {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #553D2E;
}

#area_schedule666 {
	clear:both;
	color:#FFF;
	font-size:14px;
	width: 500px;
	margin-top: 80px;
	margin-left:auto;
	margin-right:auto;
}
#area_schedule666 h2 {
	font-size:12px;
}
.area_sche666p {}
#area_schedule666 p {
	font-size:10px;
}
#area_schedule666 .post {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #553D2E;
}

/* page	404
************************************************ */
#page_not_found {
	padding-bottom:200px;
}
#page_not_found h2 {
	margin-bottom:20px;
}
/* pages
************************************************ */
#h2img66 {
	margin-left:-5px;
	margin-bottom:30px;
}

.pan66 {
	font-size:10px;
	margin-top:-60px;
	margin-bottom:45px;
	margin-left:180px;
}
.pan66 a {
	padding-right:10px;
	padding-left:10px;
}
#content66page01 {
	margin-left: 10px;
}
.rrr_ul_sche1 li {
	font-size:16px;
	font-weight:bold;
	list-style-type:none;
	margin-left:5px;
	margin-bottom:5px;
}
.rrr_ul_sche1 .children {
	margin-top:5px;
	margin-bottom:20px;
}
.rrr_ul_sche1 .children li {
	font-size:14px;
	font-weight:normal;
	margin-left:15px;
}
.rrr_h3_sche2 {
	margin-left:0;
	margin-bottom:20px;
	background-color: #735843;
	padding: 5px 10px 3px;
	color: white;
}
.rrr_ul_sche2 {
	margin-bottom:20px;
}
.rrr_ul_sche2 li {
	list-style-type:none;
	margin-left:20px;
	margin-bottom:5px;
}


#wp-calendar {
	width:100%;
	margin-bottom:20px;
}
#wp-calendar td {
	text-align:center;
}


/* pages sitemap
************************************************ */
.page-id-97 .area_content6 #sitemap_list {
	margin-left: 30px;
}
.page-id-97 .area_content6 #sitemap_list li {
	line-height:2.0;
}
.page-id-97 .area_content6 #sitemap_list ul {
	margin-left:30px;
}
.page-id-97 .area_content6 address {
	display:none;
}
/* pages contact
************************************************ */
form.wpcf7-form {
	margin-left:20px;
}
form.wpcf7-form p {
	margin-bottom:20px;
}
/* pages ブログ
************************************************ */
.pan66_blog {
	font-size:10px;
	margin-top:-26px;
	margin-bottom:41px;
	margin-left:110px;
}
.pan66_blog a {
	padding-right:5px;
	padding-left:5px;
}
#blog66_title01 {
	margin-bottom:20px;
	background-color: #735843;
	padding: 6px 10px 3px;
	color: white;
}
#blog66_title01 span,
#blog66_title02 span {
	font-size:10px;
}
.newspost {
	margin-bottom:30px;
}
#blog66_excerpt {
	font-size:12px;
	margin-left:10px;
}

/* pages プラグイン
************************************************ */
.wp_social_bookmarking_light {
	margin-top:35px;
}
.wp_social_bookmarking_light div{
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    height: 23px !important;
    text-indent: 0 !important;
}



/* pages トップ2017-12修正
************************************************ */
#area_sche66be {
	clear:both;
	color:#FFF;
	font-size:14px;
	width: 500px !important;
	margin-top: 80px;
	margin-left:auto;
	margin-right:auto;
}
.title-areaScheBe img {
	margin-left: -2.0em;
	margin-bottom: 2.0em;
}
#area_sche66be h2 {
	font-size:12px;
}
#area_sche66be p {
	font-size:10px;
}
#area_sche66be .post {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #553D2E;
}
#area_sche66be .moreinfo66{
	margin-top: 10px;
}

#area_sche66be_ul {
	height: 300px;
	overflow: auto;
	overflow-y: scroll;
	margin-bottom: 1px;	/* Opera用 */
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 6px;
	font-size: 12px;
	margin-left: 0;
	border: 1px solid #553D2E;
}
#area_sche66be_ul li {
	padding-bottom: 13px;
	margin-bottom: 4px;
	margin-top: 15px;
	margin-right: 4px;
	padding-left: 6px;
	list-style-type: none;
	line-height: 1.2;
	border-bottom: 1px solid #553D2E;
}
#area_sche66be_ul li a:link {
	text-decoration: none;
}
#area_sche66be_ul li a:hover {
	text-decoration: underline;
}