@charset "utf-8";

/*お約束*/
body {margin:0;
	padding:0;
	height:100%;
	color:#333333;
	font-size:96%;
	font-family:sans-serif;
	background-color:#faf8f4;
	line-height:1.4;}
a, a:link { text-decoration:none; }
a:hover { text-decoration:underline; }
img {border:0;
	margin:0 7px 5px 7px;}
.b {font-weight:bold;}
.n {font-weight:normal;}
.i {font-style:italic;}

/*レイアウト*/
#main { min-width:898px;
	max-width:1098px;
	margin:0 auto;
	height:100%;
	padding:0 0 30px 0;
	border-left:solid 1px #d3d3d3;
	border-right:solid 1px #d3d3d3;
	background:white url(imgs/background_01.jpg) no-repeat right top;
    }
#header, #header_menu, #contents, #footer {
		width:97%;
		margin:0 auto;
		}

#header { height:110px;
	  color:#000000; 
	  background:transparent url(imgs/furanologo.jpg) no-repeat 45px 15px;
		}

#header_menu {
		padding:0;
		}

#contents { padding-bottom:30px;
        clear:both;
        }

#footer { padding:10px 0;
          clear:both;
        border-bottom:solid 12px #0b058c;
        font-size:smaller;
        text-align:center;
        color:gray;
	 }

/* 装飾 */
/* 共通 */
h1 { margin-top:0;padding-top:0;
		text-indent:-999px}
h2 , #resmenu caption, .top3 h3, .equip h3, h4 { color:#515659;}
h3 { margin:20px 70px; }
h4 {margin:5px 90px;}
h5 { margin:5px 110px ;}
table {text-align:center;
		vertical-align:middle;
		border-collapse:separate;
		}
table,th,td {
		border:solid 1px #d3d3d3;
		}
thead th { background-color:#f0e68c;
	font-weight:normal;
	}
tbody th { background-color:#f3f2ea;} 
em {font-style:normal;
	font-weight:bold;
	color:#000066;
	}
strong {color:red;}
textarea { font-size:1em;
		width:640px;
		padding:5px;
		border:double 3px #d3d3d3;
		background-color:transparent;
		overflow:visible;
		font-family:sans-serif;
		}
address {font-style:normal;}

.clr {clear:both;}
.sm { font-size:smaller;}
.cnt {text-align:center;}
.rt {text-align:right;}
.right {float:right;
	margin-bottom:.2em;}
.banner {margin:20px 150px;}
.space {padding-left:1em;
		padding-right:2em;}
.vbom {vertical-align:middle;}
.hosoku { margin:0 auto;
		font-size:.85em;
		text-align:center;
		color:#778899;
		}

/* #header */
#header_menu ul {margin:0;
			padding:3px 0 3px 20px;
			height:23px;
			list-style:none;
			background-color: #0b058c;
			}

#header_menu li {margin:0;
				padding:0;
				float:left;
				list-style:none;
				font-size:.9em;
				border-left:solid 1px #d3d3d3;
				}
#header_menu li.end {border-right:solid 1px #d3d3d3;}
				
#header_menu li a,#header_menu li a:link,#header_menu li a:visited {
		text-decoration:none;
		padding:2px 10px;
		display:block;
		color:#ffffff;
		background-color:#0b058c;
		}
#header_menu li a:hover {
	color:#0b058c;
	background-color:#ffffff;
	}
#header_menu li a.cueent, #header_menu li a:link.current, #header_menu li a:visited.current {
	background-color:#319cf3;
	color:white;
	font-weight:bold;
	}
#header_menu p {
    margin:0px auto 0 auto;
    padding:3px 0 3px 21em;
    border-bottom:solid 1px #0b058c;
	}
#header_menu p a {
	background:transparent url(imgs/line.jpg) no-repeat;
	padding-left:14px;
	padding-top:5px;
}
	
/* #contents */
#contents h2 { margin:20px 30px 10px 30px;
	font-weight:bold;
	padding:4px 0 2px 14px;
	border-bottom:double 3px #d3d3d3; 
	}

#contents table.price {
	margin:10px auto;
	}

.blue {background-color:#edf4f8;}

#contents table.price th, #contents table.price td {
	padding: 4px 15px;
	}
#contents address {
	margin:8px 20px 8px 120px;}
	
p {margin:8px 120px}
#contents p.rooms {font-size:1.2em;
			text-align:center;
			margin-bottom:0;}
#contents p.bbq {
	margin: 8px 100px 8px 120px;}

/* 画像の配置 */
#contents div.image, #contents div.image2 ,#contents div.image3,#contents div.image4 {
		margin:10px auto;
		padding:0;
		overflow:hidden;}
#contents div.image {
		width:455px;
		}
#contents div.image2 {
		width:620px;
		}
#contents div.image3 {
		width:680px;
		}
#contents div.image4 {
		width:490px;}
#contents div.image p, #contents div.image2 p, #contents div.image3 p,#contents div.image4 p  {
		margin:0 5px;
		padding:5px;
		width:200px;
		float:left;
		font-size:.9em;
		text-align:center;
		line-height:1.5;
	}
#contents div.image img, #contents div.image2 img, #contents div.image3 img,#contents div.image4 img {
		margin:0 0 5px 0;
		}
#contents div.image2 p,#contents div.image4 p {
		width:285px;}
#contents div.image4 p.tate {
		width:150px;
		}
#contents div.image4 p.bbq {
		width:220px;
		}
		
/* 客室ページでの但し書き */
#contents ul {
		width:33em;
		margin:10px auto;
		padding-left:15px;
		}

/* レストラン営業時間 */
#contents dl.timesofopen {
		margin:10px 140px;}
#contents dl.timesofopen dt, .equip dt {
		float:left;
		font-weight:bold;
		width:6em;}
#contents dl.timesofopen dd, .equip dd {
		margin-left:6em;}

/* レストランのトップ3 */
div.top3 {background-color:#edf4f8;
	margin:40px auto;
	padding:10px 40px;
	width:550px;
	}
div.top3 h3 {
		margin:1px auto;
		text-align:center;
		}
div.top3 h3 span {
		font-size:.85em;
	}
div.top3 dl {margin:0 20px;}
div.top3 dt {font-size:1.0em;
	font-weight:bold;
	padding:3px 26px;
	background:transparent url(imgs/oukan01.gif) left no-repeat;}
div.top3 dd {margin-left:3.5em;}
div.top3 h4 {width:2.5em;
			margin-left:3em;
			padding:3px;
			color:red;
			text-align:center;}
div.top3 p {margin:0 10px;
		text-align:center;}

/* #resmenu レストランのメニュー */
#resmenu {
	width:52%;
	margin:0 0 20px 0;
	padding-left:0;
	float:left;
	}

#resmenu table {
	margin: 15px auto 6px auto;
	width:26em;
}
#resmenu caption {
	margin:10px auto;
	margin-bottom:-.3em;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	}
#resmenu table th {
    padding:4px 10px;
    text-align:left;
    line-height:1.5;
    }
#resmenu table td {
	text-align:right;
	padding-right:10px;
	font-weight:normal;
	width:20%;
}
#resmenu th span {
	font-size:smaller;
	font-weight:normal;
	}
#resmenu table.none th {
	background-color:white;
	}
#resmenu .hosoku{
	width:32em;
	}
	
#res_menu_photo {
	margin:45px 0 0 0;
	float:left;
	width:410px;
	background-color:transparent;
	}
#res_menu_photo div {
	width:205px;
	float:left;
	}
#res_menu_photo div.liner {
	margin-top:120px;
	}
#res_menu_photo p {
	margin:0;
	width:200px;
	height:240px;
	line-height:1.3;
	font-size:.9em;
	text-align:center;
	}
#res_menu_photo img{
	margin:0 0 5px 0;
	}

/* ラベンダー開花情報 */
table.lavender {
	margin:10px auto;
	}
table.lavender th, table.lavender td {
	padding: 8px 10px;
	vertical-align:top;
	color:#000066;
	}
table.labender img {
	margin:0;
	padding:0;
	}
col#date, col#apendix {
	width:10em;
	}
col#photo {
	width:460px;
	}
table.lavender tr {
	background-color:#edf4f8;
	}
table.lavender tr.line2  {
	background-color:#fffff0;
	}

/* 施設の紹介のブログ風画面 */
.equip {
	margin-left:80px;
	margin-right:80px;
	}
.equip h3 {
	width:75%;
	margin:15px 10px 10px 0;
	padding:5px 5px 5px 15px;
	border-bottom:dotted 1px #d3d3d3;
	clear:both;
	}
.equip img {
	float:right;
	margin-left:15px;
	margin-bottom:12px;
	}
.equip p {
	margin:10px 10px 10px 40px;
	}
.equip dl {
	margin-left:3em;}
	
h3.way {
	padding-left:10px;
	width:80%;
	border-bottom:solid 1px #d3d3d3;
	}

/* 地産地消 ページ */
p.syun {
	margin:0 120px 20px 15px;
	float:right;
	text-align:center;
	font-size:1.3em;
	width:262px;
}
p.top {
	margin-top:40px;
}
p.chisanintro {
	margin-left:70px;
}

div#june, div#august, div#october, div#july, div#september, div.photo1 {
      float:left;
      margin-top:20px;
      margin-bottom:30px;
      overflow:visible;
}
div#june, div#august, div#october, div#july, div#september {
      width:42%;
      padding:0;
      background-color:#edf4f8;
}
div#june, div#august, div#october {
	 margin-left:5%;
	 margin-right:2%;
	 }
div#july, div#september {
	margin-left:2%;
	margin-right:3%;
	}
div#june,div#july {
	height:350px;
	}
div#august,div#september {
	height:550px;
	}
div#june {
    clear:right;
    }
div.photo1 {
	margin-left:2%;
	margin-right:0;
	padding:30px 0 0 0;
	width:420px;
	}
div.photo2 {
	clear:both;
	margin:0 auto;
	padding-top:20px;
	width:850px;
}
div.photo1 p, div.photo2 p {
	width:200px;
	margin:0 5px;
	text-align:center;
	float:left;
	font-size:.9em;
	line-height:1.3;
}

div.photo1 p img, div.photo2 p img {
	margin:0;
	padding:0 0 3px 0;
}
div.photo2 p {
	padding-bottom:20px;
	}
div#june h3, div#august h3, div#october h3, div#july h3, div#september h3 {
	color:#ff3300;
	font-size:1.3em;
	letter-spacing:.2em;
	margin:10px 0 5px 60px;
}
div#june dl, div#august dl, div#october dl, div#july dl, div#september dl {
	margin:0 20px 10px 20px;
	height:1%; /*IE6対策*/
}
div#june dt, div#august dt, div#october dt, div#july dt, div#september dt {
	font-size:1.2em;
	font-weight:bold;
	color:#008080;
	margin:7px 0;
	padding-left:0.7em;
	border-bottom:solid 1px #dcdcdc;
}
div#june dd, div#august dd, div#october dd, div#july dd, div#september dd {
	margin:0 1.5em;
	
	}
	
/* アクセス ページ */
.gmaps { width:780px;
		height:450px;
		margin:20px auto 30px auto;
		}
.gmaps div.map {width:500px;
		float:left;
		}
.gmaps div.entrance {
		width:266px;
		margin-top:0;
		padding:0;
		float:left;
		}

/* お問い合わせページ */
#contents div.hidari
	{width:46%;
	min-width:425px;
	float:left;}
#contents div.migi
	{ width:435px;
	margin-left:1%;
	margin-bottom:40px;
	float:left;	}
#contents div.hidari address {
	margin:0 0 8px 70px;
	width:23em;
	padding:10px 0 10px 20px;
	background-color:#f3f2ea;
	border:double 3px #d2b48c;
	}
#contents div.hidari p {
		margin-right:0
		}
		
/* リンク */
table.links, table.links tbody th, table.links tbody td {
		border:none;
		}
table.links {
		margin:10px 0 10px 140px;
		}
table.links th,table.links td {
 		padding:4px 6px;
 		text-align:left;
 		}
table.links tbody th {
		background-color:transparent;
		width:20em;
		font-weight:normal;
		}
table.links tbody th em {
		font-weight:bold;
		font-size:1.3em;
		color:#333333;
		}
div.top3 table.links {
		margin:10px auto;
		}
div.top3 table.links tbody th {
		background-color:#edf4f8;
		width:15em;
		font-weight:bold;
		}

	
/* #footer */
#footer p {
	margin:0 25px 0 0;
	text-align:right;
	color:#d3d3d3;
	font-style:italic;
	}
	
#footer div.bmenu {
		width:360px;
		margin:0 0 0 auto;
		text-align:right;
		}
#footer ul {margin:0;
			padding:0 0 1em 0;
			height:1em;
			}

#footer li {margin:0;
		padding:1px 10px;
		float:left;
		list-style:none;
		border-right:solid 1px #d3d3d3;
		}
#footer li.right {
		border-right:none;
		}
