/*CSSリセット

------------------------------*/

* { 
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


body {
	font-size: 75%;
}

html>/**/body {

  font-size: 12px; /* Except IE */

}

/*とりあえずHP用cssリセット
------------------------------*/

body {
	color:#333; /*このテンプレの基本色*/
	text-align:center;
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

ul, dl {
	margin-left:40px;
}

/*共通チップス
------------------------------*/
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac ¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

img {
	border:0px;
	margin: 0px;
	padding: 0px;
}
.hide {
	display:none;
}

a {
	text-decoration:underline;
	color:#c66161;
}

a:hover {
	text-decoration:none;
	color:#e08a8a;

}

li {
	list-style:none;
}


/*全体wrapper
------------------------------*/

#wrapper {
	text-align:left;
	margin:0 auto;
    background:url(../../images/25/head_bg.jpg) 0 0 repeat-x;
}

/*head
------------------------------*/

#head {
	width:850px;
	margin:0 auto;
	height:47px;
}


#headBtn {
	float:right;
	padding-right:0px;
	padding-top:7px;
}

/*lead　画像あり
------------------------------*/

#lead {
	width:797px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
}

#leadL {
	width:340px;
	float:left;
	/*font-size:0.9em;*/
}

#site_title a  {
	font-size:2.6em;
	font-weight:bold;
	color:#7e5805;
	text-decoration:none;
}

#leadR {
	float:right;
}

#site_description {
	font-size:1.2em;
	margin-top:37px;
	line-height:160%;
	color:#474747;
}

#site_main_img {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px;
	background:#fefef6;
}




/*lead 画像なし
------------------------------*/

#lead2 {
	width:797px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
}

#site_description2 {
	font-size:1.2em;
	padding-top:37px;
	padding-bottom:40px;
	line-height:160%;
	color:#474747;
	width:797px;
	margin:0 auto;
}

/*lead 階層下
------------------------------*/
#lead3 {
	width:797px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:25px;
}


#bar_top {
	height:13px;
	background:url(../../images/25/bar.jpg) 0 0 repeat-x;
}


/*contents
------------------------------*/

#contents {
	margin-top:15px;
	width:812px;
	margin:0 auto;
}


/*-- パン屑
------------------------------*/
#pnkz {
	color:#666666;
	padding:0 0 17px 0;
}

#pnkz em {
	font-weight:bold;
	font-size:1em;
	font-style:normal;
}

#pnkz a {
	text-decoration:underline;
	font-size:1em;
	color:#c66161;
}
#pnkz a:hover {
	color:#e08a8a;
	text-decoration:none;
}

/*main
------------------------------*/

#main {
	width:812px;
	padding-top:15px;
	margin:0 auto;
	
}

/*mainR
------------------------------*/

#mainR {
	width:520px;
	float:right;
}

/*トピックス
------------------------------*/

/*topics_title
------------------------------*/

#topics {
	margin-bottom:28px;
	color:#333;
}

#topics_title {
	background:url(../../images/25/topics_bg.jpg) 0 0 repeat-x;
	height:26px;
	border:#86151d 1px solid;
}

#topics_title h3 {
	padding:7px 0 0 13px;
}

/*topicsIn
------------------------------*/

#topicsIn {
	border:#86151d 1px solid;
	border-top:none;
	padding:13px 0 10px 13px;
	height:80px;
	overflow:auto;
	background-color:#fff7f7;
	
}

#topicsIn table {
	border-collapse:collapse;
}

#topicsIn table tr {
	
}


.topics_date {
	background:url(../../images/25/ico_news_001.jpg) 4px 2px no-repeat;
	padding:0 0px 8px 0px;
	vertical-align:top;
	line-height:130%;
	width:60px;
	font-family:Times, "Times New Roman", serif;
}

.topics_entry {
	padding:0 20px 8px 10px;
	vertical-align:top;
	line-height:130%;
}

.topics_entry a {
	color:#c66161;
	text-decoration:underline;
}

.topics_entry a:hover {
	color:#e08a8a;
	text-decoration:none;
}

/*-- コンテンツタイトル
------------------------------*/
#cont_title {
	border:1px solid #782827;
	background:url(../../images/25/contents_ttl_bg.jpg) 0 0 no-repeat #c65459;
	margin-bottom:22px;
	}
	
#cont_title span {
	display:block;
	padding:9px 12px 8px 35px;
	color:#e3cfa0;
	background:url(../../images/25/contents_ttl_ico.gif) 15px 15px no-repeat;
	line-height:150%;
	font-weight:bold;
	font-size:1.475em;
}	

/*box 画像あり
------------------------------*/

.box {
	background-color:#FFF;
	margin:0 0 25px 0;
}

/*box タイトル
------------------------------*/

.box_title {
	border:#61450b 1px solid;
	background-color:#816628;
}

.box_title h3 {
	font-size:1.2em;
	color:#fff;
	padding:0px 0 0 25px;
	background:url(../../images/25/ttl_icon2.jpg) 0 0 no-repeat;
	margin:7px 13px 7px 13px;
	line-height:130%;
}

/*boxIn
------------------------------*/

.boxIn {
	border:#61450b 1px solid;
	border-top:none;
}

.boxIn2 {
	width:475px;
	margin:0 auto;
	padding:18px 0 27px 0;
	
}

.box_entry1 {
	width:250px;
	float:left;
	line-height:150%;
}

.box_image {
	width:200px;
	float:right;
}

.box_image span{
	display:block;
	padding-top:5px;
	padding-bottom:15px;
	line-height:130%;
	font-size:0.9em;
	color:#747474;
}

/*box画像なし
------------------------------*/
	
.box_entry2 {
	width:475px;
	margin:0 auto;
	line-height:150%;
	padding:18px 0 27px 0;
}


/*お問い合わせ
------------------------------*/

#inquiry {
	margin:0 0 55px 0;
}

/*ページトップ
------------------------------*/

#pagetop {
	text-align:right;
	
	padding-bottom:15px;
}

/*mainL
------------------------------*/

#mainL {
	width:229px;
	float:left;
}

/*naviA
------------------------------*/

#naviA {
	margin-bottom:30px;
	background:#fdfae9;
	padding-bottom:25px;
}

#naviA h3 {
	padding:10px 0 0 16px;
	text-align:left;
}

#naviAIn {
	padding:18px 15px 0px 15px;
	margin:0;
}

#naviAIn dl {
	margin:0;
	
}

#naviAIn dt {
	margin-bottom:10px;
}

#naviAIn dt:hover {
	
}

#naviAIn dt a {
	display:block;
	width:172px;
	background-color:#dcd0ae;
	border:#897730 1px solid;
	color:#816628;
	font-size:1.3em;
	font-weight:bold;
	line-height:130%;
	padding:10px 10px 10px 15px;
	text-decoration:none;
}

#naviAIn dt a:hover {
	background-color:#a48849;
	color:#fff;
}

#naviAIn dd {
	margin-bottom:5px;
}

#naviAIn dd a {
	display:block;
	padding-left:15px;
	padding-bottom:5px;
	width:165px;
	color:#a48849;
	border-left:3px #a79343 solid; 
	border-bottom:1px #a79343 solid; 
	font-weight:bold;
	font-size:1.2em;
	line-height:130%;
	text-decoration:none;
}

#naviAIn dd a:hover {
	text-decoration:none;
	color:#c1ad76;
}

/*naviB
------------------------------*/

#naviB {
	padding-bottom:15px;
	margin-bottom:15px;
}

#naviBIn {
	border:#8f773f 1px solid;
	width:221px;
	border-top:none;
    background:#fefef6;
}

#naviB_title {
}

#naviB_title h3 {
}

#naviB_site_name {
	color:#7ca2a5;
	margin:0px 0 10px 10px;
	width:180px;
	font-size:1.2em;
	line-height:130%;
	color:#8f773f;
}


#naviB ul {
	margin:0 0 0 10px;
}

#naviB ul li {
	margin:0 0 10px 0;
	padding-right:10px;
	background:url(../../images/25/profile_icon.jpg) 0 4px no-repeat;
	padding-left:20px;
}

#naviB ul li a {
	font-size:1.2em;
	line-height:130%;
	color:#816628;
	text-decoration:none;
	
}

#naviB ul li a:hover {
	color:#c1ad76;
}

/*ブログ
------------------------------*/
#blogBox {
	padding-bottom:15px;
	margin-bottom:15px;
}

#blog_title {
}

#blog_title h3 {
}

#blogIn {
	border:#8f773f 1px solid;
	width:221px;
	border-top:none;
    background:#fefef6;
}

#blog_see {
	color:#7ca2a5;
	margin:0px 0 10px 10px;
	width:180px;
	text-align:right;
	font-size:1.2em;
	line-height:130%;
}

#blog ul {
	margin:0 0 0 10px;
}

#blog ul li {
	margin:0 0 10px 0;
	padding-right:10px;
}

#blog ul li a {
	font-size:1.2em;
	line-height:130%;
    color:#816628;
	text-decoration:underline;
}

#blog ul li a:hover {
	color:#c1ad76;
	text-decoration:none;
}

#inquiry {
	text-align:center;
}




/*背景下
------------------------------*/

#border_under {
	height:13px;
	background:url(../../images/25/bar.jpg) 0 0 repeat-x;
}

#foot {
	width:807px;
	background:url(../../images/25/bg_bottom.jpg) 0 0 no-repeat;
	text-align:left;
	margin:0 auto;
	padding:0 0 10px 0;
}



/*mainL
------------------------------*/





/*-- コピーライト --*/
#copyright {
	text-align:center;
	font-size:12px;
	padding:17px 0 30px 0;
	color:#7b6e60;
}

#copyright a {
	text-decoration:none;
}




/*-----------------------------------------------------------------------------------------------------------*/


/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/
#form01 table, #map01 table, #profile01 table {
	table-layout: fixed;
	width:520px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 20px 0;
}

#form01 th, #map01 th, #profile01 th {	
	width:130px;	
	border:1px solid #61450b;
	background-color:#816628;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#FFF;
}

#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #61450b;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:0 0 20px 0;
}

/*-- プロフィール
-----------------------------------*/
#profile01 #lead_s{
	line-height:150%;
	margin:0 0 17px 0;
	width:500px;
	font-size:1em;
	color:#333;
}

/*-- エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}

.warning {
	line-height :150%;
}

.w_mark {
	color: #333333;
}

.validation_span,.warning span{
	padding-left: 2px;
	color:#c25358;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}



/*-- コンテンツタイトル
-----------------------------------*/

#contents_ttl {
	padding-top:20px;
}

#contents_ttl p {
	text-align:center;
}

#contents_ttl h2 {
	float:right;
	line-height:130%;
	font-size:1.5em;
	padding:15px 30px 0 0;
	width:540px;
}


/*20100609add endo*/

#QRbox {
	width:221px;
	margin-bottom:30px;
	background-color:#FEFEF6;
	
}

#QRbox h4 {
	text-align:center;
	padding:8px 0 0px 0;
	}

#QRin {
	width:221px;
	border:1px solid #8F773F;
	border-top:none;
}
	

.QR_code {
	padding:10px 0 10px 0;
}

.QR_description {
	padding:0 10px 10px 10px;
	color:#8B793B;
	line-height:130%;
}
