body {
	margin: 0px;
	background-image: url(../image/main_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FE9456;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#wrapper {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 150%;
	width: 880px;
	margin-top: 68px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
#header {
	width: 848px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#title {
	float: left;
	height: 70px;
	width: 467px;
	margin-top: 0px;
	margin-left: 0px;
}
#title h1 {
	background-image: url(../image/toplogo.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 467px;
	display: block;
	margin: 0px;
	text-indent: -9999px;
}

#headtxt {
	float: left;
	height: 70px;
	width: 373px;
	text-align: right;
}

.cler {
	clear: both;
}
#mainmenu {
	height: 68px;
	width: 848px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* mainナビゲーション */
ul#navigation {
	position: relative;
	padding: 0;
	list-style: none;
	left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul#navigation li {
	position: absolute;
	top: 0px;
	display: block;
	width: 140px;
	height: 68px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
ul#navigation li#menu1 {
	left: 0px;
	background-image: url(../image/menu01.png);
	background-repeat: no-repeat;
	top: 0px;
}
ul#navigation li#menu2 {
	left: 140px;
	background-image: url(../image/menu02.png);
	background-repeat: no-repeat;
}
ul#navigation li#menu3 {
	left: 280px;
	background-image: url(../image/menu03.png);
	background-repeat: no-repeat;
}
ul#navigation li#menu4 {
	left: 420px;
	background-image: url(../image/menu04.png);
	background-repeat: no-repeat;
}
ul#navigation li#menu5 {
	left: 560px;
	background-image: url(../image/menu05.png);
	background-repeat: no-repeat;
}
ul#navigation li#menu6 {
	left: 700px;
	background-image: url(../image/menu06.png);
	background-repeat: no-repeat;
}

/* ON page */
ul#navigation li#menu1on {
	left: 0px;
	background-image: url(../image/menu01up.png);
	background-repeat: no-repeat;
}
ul#navigation li#menu2on {
	left: 140px;
	background-image: url(../image/menu02up.png);
	background-repeat: no-repeat;
}
ul#navigation li#menu3on {
	left: 280px;
	background-image: url(../image/menu03up.png);
	background-repeat: no-repeat;
}
ul#navigation li#menu4on {
	left: 420px;
	background-image: url(../image/menu04up.png);
	background-repeat: no-repeat;
}
ul#navigation li#menu5on {
	left: 560px;
	background-image: url(../image/menu05up.png);
	background-repeat: no-repeat;
}
ul#navigation li#menu6on {
	left: 700px;
	background-image: url(../image/menu06up.png);
	background-repeat: no-repeat;
}


ul#navigation a {
	display: block;
	width: 140px;
	height: 68px;
	text-decoration: none;
}


/* マウスオーバー時の指定 */
#navigation li#menu1 a:hover {
	background-image: url(../image/menu01up.png);
	background-repeat: no-repeat;
}
#navigation li#menu2 a:hover {
	background-image: url(../image/menu02up.png);
	background-repeat: no-repeat;
}
#navigation li#menu3 a:hover {
	background-image: url(../image/menu03up.png);
	background-repeat: no-repeat;
}
#navigation li#menu4 a:hover {
	background-image: url(../image/menu04up.png);
	background-repeat: no-repeat;
}
#navigation li#menu5 a:hover {
	background-image: url(../image/menu05up.png);
	background-repeat: no-repeat;
}
#navigation li#menu6 a:hover {
	background-image: url(../image/menu06up.png);
	background-repeat: no-repeat;
}


#media {
	height: 41px;
	width: 880px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #F08573;
}
#media img {
	margin-right: 5px;
	margin-left: 5px;
}
#contents {
	width: 880px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../image/back_contents_main.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#contents #head {
	background-image: url(../image/back_contents_head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
	width: 880px;
}
#contents_fla {
	height: 300px;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#contents_main {
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#contents #footer {
	height: 14px;
	width: 880px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../image/back_contents_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.box_nomal {
	margin-top: 20px;
	margin-bottom: 20px;
}
.box_nomal_right {
	width: 848px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: right;
}
.box_shop {
	width: 608px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}
.box_shoplist {
	float: left;
	width: 152px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.shop_link {
	text-align: right;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.box_nomal_wh {
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.in_shoplist {
	margin: 5px;
	width: 142px;
}
#pv_box {
	float: left;
	width: 220px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}


#contents_main h1 {
	margin-bottom: 20px;
	margin-top: 0px;
}
#contents_main h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}
#contents_main h3 {
	margin-bottom: 20px;
	margin-top: 0px;
}
.line_848_wh {
	background-image: url(../image/line_848_wh.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 9px;
	width: 848px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.under_10px {
	margin-bottom: 10px;
}
.under_20px {
	margin-bottom: 20px;
}
#all_footer {
	width: 840px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#all_footer a:link {
	color: #533E11;
	text-decoration: none;
}
#all_footer a:visited {
	color: #533E11;
	text-decoration: none;
}
#all_footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.footer_line_840 {
	background-image: url(../image/footer_line_840.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 2px;
	width: 840px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#footer_title {
	width: 840px;
	margin-bottom: 10px;
	color: #FFF;
	font-weight: bold;
	text-indent: 50px;
	background-image: url(../image/icon_touch.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 44px;
	padding-top: 10px;
}
#footer_menu {
	width: 840px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	color: #533E11;
}
#footer_submenu {
	font-size: 10px;
	width: 840px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #533E11;
}

#footer_cross {
	width: 840px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFF;
}
#footer_copy {
	font-size: 10px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.font10pt {
	font-size: 10pt;
}
.font10px {
	font-size: 10px;
}
.font12pt {
	font-size: 12pt;
	line-height: 150%;
}
.font12px {
	font-size: 12px;
	line-height: 150%;
}
#serch_map {
	height: 346px;
	width: 800px;
}

