@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka";
	font-size: 80%;
	line-height: 130%;
}
.hide {
	display: none;
}

a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
}

#header {
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
#container {
	width: 866px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
} 
#cont_box {
	width: 800px;
	margin-left: 33px;
	margin-right: 33px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 210;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.top   a  {
	height: 250px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	display: block;
}
#sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 250px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

* html #sidebar1 {
	margin-right: -10px;
}

#footer {
	background-image: url(../img/footer.gif);
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 40px;
} 



#footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	padding-top: 78px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
	font-size: 70%;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navi_bar {
	height: 47px;
	padding: 0px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.navi {
	list-style:none;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navi  li {
	float:left;
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.left_btn {
	background-image: url(../img/btn_left.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 33px;
}
.btn01 a {
	background-image: url(../img/btn001.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 113px;
	display: block;
}
.btn02 a {
	background-image: url(../img/btn002.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 113px;
	display: block;
}
.btn03 a {
	background-image: url(../img/btn003.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 113px;
	display: block;
}
.btn04 a {
	background-image: url(../img/btn004.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 113px;
	display: block;
}
.btn05 a {
	background-image: url(../img/btn005.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 113px;
	display: block;
}
.btn06 a {
	background-image: url(../img/btn006.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 113px;
	display: block;
}
.btn07 a {
	background-image: url(../img/btn007.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 114px;
	display: block;
}
.right_btn {
	background-image: url(../img/btn_right.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 33px;
}
.btn01 a:hover {
	background-image: url(../img/btn001_over.gif);
}
.btn02 a:hover {
	background-image: url(../img/btn002_over.gif);
}
.btn03 a:hover {
	background-image: url(../img/btn003_over.gif);
}
.btn04 a:hover {
	background-image: url(../img/btn004_over.gif);
}
.btn05 a:hover {
	background-image: url(../img/btn005_over.gif);
}
.btn06 a:hover {
	background-image: url(../img/btn006_over.gif);
}
.btn07 a:hover {
	background-image: url(../img/btn007_over.gif);
}
.news {
	background-image: url(../img/h_news.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 154px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	background-position: bottom;
}
.topi_box {
	height: 165px;
	width: 500px;
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
	background-image: url(../img/topi_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.topix {
	padding-top: 5px;
	padding-bottom: 5px;
}
.date {
	font-weight: bold;
}
.text {
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EDE0AD;
}
.bana {
	margin-bottom: 10px;
}
.pickup {
	background-image: url(../img/h_pickup.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 400px;
	background-position: left bottom;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 20px;
}
#item_list {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 50px;
}
.item_box {
	height: 260px;
	width: 220px;
	float: left;
	margin-right: 30px;
	text-align: center;
}
.item_img {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

html>body .item_img {
	margin-left: 14px;
}

.item_name {
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.item_price {
	margin-bottom: 14px;
	margin-left: 6px;
}
.kounyu_btn a {
	background-image: url(../img/kounyu_btn.gif);
	height: 34px;
	width: 182px;
	background-repeat: no-repeat;
	display: block;
	margin-left: 20px;
}
.kounyu_btn a:hover {
	background-image: url(../img/kounyu_btn_over.gif);

}
.item_tittle {
	font-size: 1.7em;
	margin-left: 20px;
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: #66CC33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CC33;
	margin-right: 40px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.spc {
	height: 20px;
}
.item_gazo {
	margin-left: 30px;
}
#container #cont_box .item_gazo img {
	margin-right: 10px;
}
.item_datel {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#container #cont_box .price {
	margin-left: 50px;
	font-size: 1.3em;
	margin-bottom: 20px;
}
#container #cont_box .btn {
	margin-left: 60px;
	margin-top: 20px;
}
#container #cont_box #mainContent .item_datel td {
	padding: 5px;
}
#container #cont_box #mainContent .item_datel th {
	text-align: right;
	padding-right: 20px;
}
.seibun {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #336600;
}
.allitems {
	background-image: url(../img/h_item.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 400px;
}
#item_list2 {
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.item_cate {
	font-size: 1.4em;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #669933;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	border-bottom-color: #669933;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/bg-washi.jpg);
}
.item_navi {
	margin-left: 40px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#container #cont_box .item_navi img {
	margin-right: 20px;
	border: 2px solid #FFFFFF;
}
#container #cont_box .item_navi img:hover {
	border: 2px solid #66CC00;
}
.item_link {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.text_conts {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
}
.concept {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.tenpo {
	background-color: #ECF5E2;
	padding: 10px;
}
.tenpo:hover {
	background-color: #FFFFD9;
}
.shop_name {
	font-size: 1.2em;
	padding-bottom: 5px;
	background-color: #669933;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}
.shop_datel {
	padding-left: 14px;
	line-height: 150%;
	font-size: 1.1em;
	padding-bottom: 10px;
}
.shop_map {
	padding-left: 25px;
}
.h_syuki {
	background-image: url(../img/h_syuki.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 400px;
}
.link_bana {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	height: 70px;
}
.otoiawase {
	margin-bottom: 60px;
}

