@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #7D5612;
	background-color: #E4FFAA;
	background-image: url(images/index/index_01.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
}

.twoColFixLtHdr #container { 
	width: 789px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.twoColFixLtHdr #header {
	background-image: url(images/index/index_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	width: 789px;
	position: relative;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 165px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #EEFDCC;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 6px;
	margin-bottom: 15px;
	display: inline;	/* IE6に対応 */
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 209px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 

#mainContent p {
	padding-right: 30px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 18px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#8DD40D; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: center;
	font-size: 11px;
	color: #FFF;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header td {
	font-size: 10px;
	line-height: 13px;
}
#header table {

	margin-top: 5px;
}
#header2 {
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#flash {
	height: 276px;
	width: 789px;
	background-image: url(images/index/index_12.png);
	background-repeat: no-repeat;
}
.menu {
	background-image: url(images/index/index_23.gif);
	height: 25px;
	width: 157px;
	background-repeat: no-repeat;
	margin-top: 10px;
	}
	.menu a {
	color: #7D5612;
	text-decoration: none;
	}
	.menu a:hover {
	color: #7D5612;
	text-decoration: none;
	}
	img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;		
		}
	.menu p {
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
.menu2 {
	height: 25px;
	width: 157px;
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0E0B0;
	}
.menu2 a {
	color: #7D5612;
	text-decoration: none;
}
.menu2 a:hover {
	color: #7D5612;
	text-decoration: underline;
}
#home {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#otayori {
	background-repeat: no-repeat;
	margin-top: 10px;
}
#mono {
	height: 234px;
	width: 730px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#wrap {
	background-image: url(images/index/index_47.png);
	background-repeat: repeat-y;
}
h1 {
	margin: 0px;
}
h2 {
	width: 547px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h3 {
	background-image: url(images/index/index_27.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 531px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 2px;
}
.h3_text {
	background-image: url(images/index/index_27.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 531px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.h3-murasaki {
	background-image: url(images/kind/kind_07.gif);
	background-repeat: no-repeat;
	width: 531px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
		line-height: 16px;
}
.h3-pink {
	background-image: url(images/kind/kind_23.gif);
	background-repeat: no-repeat;
	width: 531px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
}
.h3-orange {
	background-image: url(images/kind/kind_24.gif);
	background-repeat: no-repeat;
	width: 531px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
}
h4 {
	width: 531px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#oshirase {
	background-image: url(images/index/index_07.gif);
	height: 225px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
}
.yohaku-top-bottom_15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.yohaku_5 {
	padding: 5px;
}
.haikei1 {
	background-image: url(images/index/index_07.gif);
	background-repeat: no-repeat;
	height: 225px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
		padding-top: 5px;

}

.twoColFixLtHdr #container #wrap #mainContent .haikei1 table {
	font-size: 12px;
	line-height: 16px;
	margin-right: auto;
	margin-left: auto;

}
.center1 {
	width: 551px;
	height: 226px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.center2 {
	width: 551px;
	height: 124px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.center3 {
	width: 521px;
	height: 366px;
	margin-right: auto;
	margin-left: auto;
}
.center4 {
	width: 515px;
	margin-right: auto;
	margin-left: auto;
}
.center5 {
	width: 546px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;

}
.center6 {
	width: 516px;
	margin-right: auto;
	margin-left: auto;
		margin-top: 15px;
	margin-bottom: 15px;
}
.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px;
	line-height: 16px;
}
.font-green {
	color: #3C6006;
}
.font-murasaki {
	color: #AC50A4;
	font-weight: bold;
}
.font-pink {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #E40070;
}
.font-orange {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #E48100;
}
.font-shiro {
	font-size: 12px;
	color: #FFF;
}
#access {
	background-color: #F4FCE1;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}
#pannavi {
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.floatR {
	float: right;
}
#photo {
	height: 81px;
	width: 141px;
	position: absolute;
	left: 0px;
	top: 0px;
	}
.align-R {
	text-align: right;	
	}

.sen {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8BFDC;	
	}
.yohaku {
	margin-bottom: 5px;	
	}

	.calendar {
	padding: 3px;
}
	.font-big-center {
	padding: 3px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #E40070;
}
.item_name  {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
}
.item_price {
	color: #F36;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 14px;
	margin-bottom: 10px;
}
.item_box {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	margin-bottom: 20px;
}
.alert {
	font-size: 12px;
	color: #FF0000;
}
.ajiron_wine_explain {
	font-size: 14px;
	color: #E40070;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.link_td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.kaiji {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #755111;
	padding-bottom: 10px;
	color: #931D89;
}
.water_box {
	padding: 8px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 10px;
	border: 1px solid #06C;
}
.water_box_01 {
	padding-bottom:5px;
	font-size:14px;
}
.water_box_02 {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#06C;
}
#index_memo {
	padding-top:10px;
	padding-bottom:10px;
}
#index_memo01 {
	background-image: url(images/index/index_memo_01.gif);
	height: 105px;
	background-repeat: no-repeat;
}
#index_memo02 {
	background-image: url(images/index/index_memo_02.gif);
	background-repeat:repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
}
#index_memo03 {
	background-image: url(images/index/index_memo_03.gif);
	height: 55px;
	background-repeat: no-repeat;
}
.index_caption {
	background-image: url(images/index/index_caption.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 3px;
}
#index_1105 {
	padding-left: 5px;
}


#index_1105_01 {
	margin-bottom: 20px;
}
#index_1105_01 #index_1105_01_h2_sentence {
	padding-bottom: 10px;
	line-height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9F85A;
	width: 505px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C9F85A;
	border-left-color: #C9F85A;
}


#index_1105_02 {
	margin-bottom: 20px;
}
#index_1105_02 #index_1105_02_h2_sentence {
	padding-bottom: 10px;
	line-height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9F85A;
	width: 505px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C9F85A;
	border-left-color: #C9F85A;
}

#index_1105_03 {
	margin-bottom: 20px;
}
#index_1105_03 #index_1105_03_h2_sentence {
	padding-bottom: 10px;
	line-height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9F85A;
	width: 505px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C9F85A;
	border-left-color: #C9F85A;
}

.clear_both {
	clear: both;
}
.important {
	color: #F00;
}
.yoyaku_hanbai {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
}
.adiron_ul_li      {
	font-size: 14px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #63249A;
	font-weight:bold;
}
.tokutei_atobarai1 {
	padding-top:15px;
	padding-left: 25px;
	padding-bottom: 30px;
	
}
.tokutei_atobarai2 {
	color: #FFF;
	background-color: #090;
	padding: 10px;
}
.tokutei_atobarai3 {
	background-image: url(images/tokuteisyotorihiki/bg_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
.index_banner {
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.shopping6_amakuchi {
	font-weight: bold;
	color: #fff;
	background-color: #F66;
	padding: 2px;
	text-decoration: none;
	font-size: 1em;
}
.shopping6_karakuchi {
	font-weight: bold;
	color: #fff;
	background-color: #906;
	padding: 2px;
	text-decoration: none;
	font-size: 1em;
}
.shopping6_koshu {
	font-weight: bold;
	color: #fff;
	background-color: #F96;
	padding: 2px;
	text-decoration: none;
	font-size: 1em;
}
.hoshigaki {
	font-size: 0.8em;
	padding-top: 10px;
}

