@charset "utf-8";
/*##################################################
-------------LIST-------------
 00: Base
 --: clearfix
------------------------------
##################################################*/



/* --------------------------------------------------
 00: Base
 -------------------------------------------------- */

/* --見出し-- */
h1	{
	background:url(../images/h1_img.jpg) no-repeat;
}
h2{
	width:740px;
	height:31px;
	text-indent:-9999px;
	margin-top:5px;
}
h2.area01{background:url(../images/h2_01.gif) no-repeat;}
h2.area02{background:url(../images/h2_02.gif) no-repeat;}
h2.area03{background:url(../images/h2_03.gif) no-repeat;}
h2.area04{background:url(../images/h2_04.gif) no-repeat;}
h2.area05{background:url(../images/h2_05.gif) no-repeat;}
h2.area06{background:url(../images/h2_06.gif) no-repeat;}

/* --サブナビ-- */
ul#sub_navi_6 li.area01 a {background:url(../images/navi_area01.jpg) no-repeat;}
ul#sub_navi_6 li.area02 a {background:url(../images/navi_area02.jpg) no-repeat; width:122px;}
ul#sub_navi_6 li.area03 a {background:url(../images/navi_area03.jpg) no-repeat;}
ul#sub_navi_6 li.area04 a {background:url(../images/navi_area04.jpg) no-repeat; width:122px;}
ul#sub_navi_6 li.area05 a {background:url(../images/navi_area05.jpg) no-repeat;}
ul#sub_navi_6 li.area06 a {background:url(../images/navi_area06.jpg) no-repeat; width:122px;}
ul#sub_navi_6 li a:hover {
	background-position:0 -33px;
}

/* --コンテンツスタイル-- */
.shop_box {
	padding-top:20px;
}
.shop_box div{
	float:left;
	padding-left:30px;
	width:519px;
}
.shop_box div h3{
	float:left;
	width:519px;
	height:22px;
	background:url(../images/h3_base.jpg) no-repeat;
	font-weight:bold;
	color:#8D202D;
	margin-bottom:10px;
}
.shop_box div p{
	margin-left:10px;
	padding-bottom:7px;
	display:block;
	background:url(../images/line_01.gif) repeat-x bottom;
}
.shop_box div span{
	display:block;
	font-size:84%;
	padding:10px;
}
.shop_box img{
	float:right;
}
.shop_box p.yaki {
	background:none;
	text-align:right;
	padding: 0 0 10px 5px;
	font-size:84%;
}
.shop_box p.yaki a{
	color:#08413b;
	background:url(../../common/images/icon_brwin.gif) 0 0 no-repeat;
	padding: 0 0 0 15px;
}
.shop_box p.yaki span{
	display:inline;
	padding:0;
}
.shop_box p.yaki a:link{text-decoration: underline;color: #13544d;}
.shop_box p.yaki a:visited{text-decoration: underline;color: #13544d;}
.shop_box p.yaki a:hover{text-decoration: none;color: #37857d;}
.shop_box p.yaki a:active{text-decoration: none;color: #37857d;}
.txt{
	font-size:84%;
	text-align:right;
	clear:right;
	padding-top:20px;
}
p#pagetop	{
	padding-top:5px; 
}

/* --------------------------------------------------
 --: ClearFix
-------------------------------------------------- */
/* for Win IE */
.shop_box
	{zoom:1;}
/* for IE5 Mac start ¥*//*/
.shop_box
	{display:inline-table;}
/*for IE5 Mac end */
.shop_box:after
	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
