@charset "utf-8";
/* CSS Document */
/*=ページ全体
-------------------------------------------------------------------*/
HTML {
	scrollbar-3dlight-color:#F0F0E0;
	scrollbar-arrow-color:#A58673;
	scrollbar-darkshadow-color:#F0F0E0;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#999999;
	scrollbar-track-color:#FFFFFF;
	overflow-y:scroll;
}

* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

* html img {
behavior: expression(IEPNGFIX.fix(this));
}

img {
	border: none;
}

p {
	font-size: 12px;
	line-height: 1.3em;
	text-align:justify;
	text-justify:distribute;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 3px;
	font-weight: normal;
}

a:link      { color: #482B1B; text-decoration: none; }
a:visited   { color: #482B1B; text-decoration: none; }
a:active   { color: #660000; text-decoration: none;
             background-color: #FFFFCC; }
a:hover   {color:#660000; text-decoration: none;
           background-color: #FFFFCC;
}


body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ　Pro　W3", sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
}

#wrapper {
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 768px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/

* html .clearfix { height: 1%; }

.clearfix {display:block;}
/* end MacIE5 */

#main #menu2 object {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 100%;
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header h1 {
	font-size: xx-small;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: right;
	clear: both;
	letter-spacing: 0.1em;
}
#header h1 a:hover {
	background-color: transparent;
}
#header #topnavi {
	height: 15px;
	width: 750px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: normal;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header h2 {
	padding: 0px;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #511B00;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	margin-top: 15px;
	text-align: right;
}
#header p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidenavi {
	width: 165px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F0F0F0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
}
#main {
	padding: 0px;
	height: auto;
	width: 580px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: right;
}
#sidenavi h3 {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #A90000;
	margin: 0px;
	padding: 0px;
}
#sidenavi ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 7px;
}
#sidenavi li {
	list-style-type: none;
}
#sidenavi p {
	font-size: 11px;
	line-height: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: -0.1em;
	width: 160px;
	height: auto;
}
#footer {
	padding: 0px;
	width: 768px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 0.1em;
	text-align: right;
	clear: both;
}
/*=トップページ
-------------------------------------------------------------------*/
#main h3 {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #663333;
	margin: 0px;
	padding: 0px;
}
#main #menu {
	width: 570px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#main #menu a:hover {
 background-color: transparent;
	
}
#main #menu h2 {
	padding: 0px;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #A90000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}#main #menu img {
	margin: 0px　2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main #menu p {
	width: auto;
	font-size: 11px;
	line-height: normal;
	float: left;
	margin: 0px;
	padding: 0px;
}
#main #menu2 {
	width: 570px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main #menu2 h2 {
	padding: 0px;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #A90000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	width: 300px;
}


#main #menu2 img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main #menu2 p {
	width: 280px;
	float: left;
	padding: 0px;
	clear: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#main h2 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#main li {
	display: list-item;
}
#main ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#pankuzu {
	font-size: 10px;
	line-height: normal;
	float: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#main #toha img {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#main #itiran {
	height: auto;
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 2px dotted #663333;
}
#count {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main #top {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#main #saibai {
	margin: 0px;
	height: 500px;
	width: 550px;
	background-image: url(../seisansya_img/jinenjyo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main embed {
	float: right;
}

#susume p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#susume p img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#susume h4 {
	margin: 5px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}
#susume {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#susume h3 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 550px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#susume h2 {
	font-size: 13px;
	letter-spacing: 0.1em;
	background-color: #663333;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#susume ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#susume li {
	list-style-type: none;
	margin-left: 15px;
	display: inline;
}
#susume #pagetop {
	font-size: 11px;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
}
#contents {
	height: auto;
	width: 572px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 3px;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ACB00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#contents h1 {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}
#contents img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear {
	clear: both;
}

/* 種芋予約ページ */
#main h3.title {
	border-left: 6px solid;
	border-bottom: 1px solid;
	font-size: 120%;
	padding: 0.5em;
	margin: 0.5em 6px 1em 0px;;
	width: auto;
}

/* 予約ページ */
table#cartlist {
}
table#cartlist th {
	border-bottom: 3px double black;
}
table#cartlist td {
	border-bottom: 1px solid gray;
}
table#cartlist caption {
	background-color: #006400;
	color: white;
	padding: 6px auto;
	text-align: 2em;
}
table#cartlist h3 {
	background-color: #F5F5DC;
	padding: 6px 1em;
}

#main h2.title {
	background-image: url(../images/bg04-9.gif);
	padding: 6px;
	border-left: 6px solid #999933;
	border-bottom: 1px solid #999933;
	margin: 20px 6px 20px 0px;
	width: auto;
	font-size: 120%;
	color: #333333;
}

