@charset "Shift_JIS";

/*ブラウザスタイルの初期化*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",san-serif;
}

/*font-size初期化*/

body{
	font-size:10px;
	_font-size:62.5%;/*IE6向け*/
	color:#333;
}

/*border初期化*/

img,object{
	border:0;
}

/*table設定*/

table{
	border-collapse:collapse;
	border-spacing:0;
}
/*テキスト設定*/

p,
li{
	text-align:justify;
	text-justify:distribute;
}

/*共通*/

#container{
	margin:0 auto;
	width:1000px;
}

/*ヘッダー*/

#header{
	margin-bottom:5px;
}

#header ul{
	border:solid 1px #666;
	padding-left:10px;
	list-style:none;
	line-height:33px;
	font-size:1.2em;
	font-weight:bold;
}

#header li{
	display:inline;
	padding-right:45px;
}

#header a{
	color:#360;
}

#header a:hover{
}

/*ラッパー*/

#wrapper{
	width:1000px;
}

/*メイン*/

#main{
	float:left;
	width:580px;
}

#main h3{
	border-left:solid 5px #660;
	border-bottom:solid 1px #999;
	margin-bottom:15px;
	padding-left:20px;
	line-height:29px;
	font-size:14px;
}

#main h3 a{
	color:#333;
	text-decoration:none;
}

#main h3 a:hover{
	text-decoration:underline;
}

/*iframe関係*/

iframe{
	overflow:hidden;
}

.shopBox1,
.shopBox2,
.shopBox3,
.shopBox4,
.shopBox5,
.shopBox6,
.shopBox7{
	padding:0 7px;
	font-size:1.4em;
	font-weight:bold;
}

.shopBox1 a,
.shopBox2 a,
.shopBox3 a,
.shopBox4 a,
.shopBox5 a,
.shopBox6 a,
.shopBox7 a{
	color:#369;
}

.shopBox1 table,
.shopBox3 table,
.shopBox4 table,
.shopBox5 table,
.shopBox6 table{
	width:100%;
}

.shopBox1 th,
.shopBox3 th,
.shopBox4 th,
.shopBox5 th,
.shopBox6 th{
	padding:0 0 10px 0;
	width:15%;
	vertical-align:top;
	text-align:left;
}

.shopBox1 td,
.shopBox3 td,
.shopBox4 td,
.shopBox5 td,
.shopBox6 td{
	padding:0 10px 10px;
	width:35%;
	vertical-align:top;
}

.shopBox2 p,
.shopBox4 p,
.shopBox5 p,
.shopBox6 p{
	padding-right:20px;
	line-height:1.6;
	display:inline;
	font-weight:normal;
}

h4.v2{
	border-left:solid 5px #333;
	margin-bottom:10px;
	padding-left:14px;
	font-size:14px;
	line-height:1;
}

.shopBox4 table,
.shopBox5 table{
	margin-bottom:10px;
}

.shopBox6 div{
	padding-bottom:10px;
}

.shopBox7{
	margin-bottom:5px;
	padding:0 7px;
	width:566px;
	font-size:1.4em;
	font-weight:bold;
	overflow:hidden;
}

.shopBox7:after{
	content:"";
	display:block;
	clear:both;
	height:0.1px;
	visibility:hidden;
}

.shopBox7_inner{
	float:left;
	width:283px;
}

.shopBox7_left{
	float:left;
	padding-bottom:10px;
	width:85px;
}

.shopBox7_right{
	float:right;
	padding-bottom:10px;
	width:198px;
}

.shopBox7_right h5{
	padding:5px;
	width:188px;
}

.shopBox7_right ul{
	padding:0 5px;
	list-style:none;
}

.shopBox7_right a{
	font-weight:normal;
}

.clear{
	clear:both;
}

/*メイン２*/

#main2{
	float:left;
	border-bottom:dotted 1px #999;
	width:580px;
}

.mainL{
	float:left;
	width:250px;
}

.mainL p{
	text-align:center;
}

.mainR{
	float:right;
	padding-bottom:15px;
	width:320px;
}

.mainR p{
	padding-bottom:10px;
	font-size:1.2em;
	line-height:1.4;
}

.mainFoot{
	clear:both;
}

#main2 h3{
	border-left:solid 5px #336;
	border-bottom:solid 1px #CCC;
	margin-bottom:10px;
	padding-left:15px;
	font-size:1.4em;
	color:#000;
	line-height:34px;
}

.itemBox{
	background:url(img/item_boxBg.jpg) repeat-y;
	font-size:1.2em;
}

.itemBox table{
	margin:0 14px 5px;
	width:292px;
}

.itemBox th{
	border-bottom:solid 1px #63911E;
	padding:5px 0;
	text-align:left;
	line-height:1.4;
	color:#63911E;
}

.itemBox td{
	border-bottom:solid 1px #63911E;
	padding:5px;
	line-height:1.4;
}

.itemComment{
	background:url(img/item_boxB.gif) no-repeat bottom;
	padding:0 14px 22px;
}

.itemComment dl{
	border:solid 1px #CCC;
	background-color:#FFF;
	padding:0 4px;
	line-height:1.4;
}

.itemComment dt{
	border-bottom:solid 1px #63911E;
	padding:5px 0;
}

.itemComment dd{
	padding:5px 0 15px;
}

.mainFoot table{
	border-bottom:solid 1px #CCC;
	margin-left:auto;
	margin-right:0;
	width:470px;
	font-size:1.2em;
	line-height:1.4;
}

.mainFoot th{
	background-color:#EBEBD6;
	padding:5px 10px;
}

.mainFoot th.thL{
	text-align:left;
	color:#069;
}

.mainFoot th.thR{
	text-align:right;
}

.mainFoot td{
	padding:5px 10px 10px;
}

.mainFoot div{
	padding:5px 10px;
}

.mainFoot div p{
	text-align:right;
}

/*プライマリ*/

#primary{
	float:left;
	margin-bottom:30px;
	margin-right:9px;
	width:195px;
	font-size:1.2em;
}

.primary_inner{
	background:url(img/left_bg.jpg) repeat-y;
}

.primary_inner ul{
	border-bottom:solid 1px #999;
	width:190px;
	list-style:none;
}

.primary_inner a{
	display:block;
	background:url(img/navi_bg1.jpg) no-repeat left bottom;
	padding-left:30px;
	widows:160px;
	height:35px;
	text-decoration:none;
	color:#333;
	line-height:35px;
}

.primary_inner a.rak{
	background:url(img/navi_bg2.jpg) no-repeat left bottom;
}

.primary_inner a:hover,
.primary_inner a.act{
	background-position:left top;
}

.primary_txt{
	background:url(img/leftB_bg.jpg) no-repeat left bottom;
	padding:7px 11px 80px 7px;
}

.primary_txt p{
	padding-bottom:20px;
	line-height:1.4;
}

.primary_inner ul.first{
	background:url(img/navi_bg.gif) no-repeat left top;
	padding-top:11px;
}


/*セカンダリ*/

#secondary{
	float:right;
	width:200px;
}

#secondary div{
	margin-bottom:10px;
}

h3.v2{
	background-color:#999;
	margin-bottom:6px;
	padding-left:20px;
	color:#FFF;
	line-height:25px;
	font-size:1.2em;
}

.secondary_inner1,
.secondary_inner2{
	border:solid 1px #999;
	background-color:#EBEBD6;
}

.secondary_inner1 p{
	padding:0 6px 15px;
	font-size:1.2em;
	line-height:1.4;
}

.secondary_inner2{
	font-size:1.2em;
	line-height:1.4;
}

.secondary_inner2 dl{
	padding:6px 6px 15px;
}

.secondary_inner2 ul{
	padding:0 6px 15px;
	list-style:none;
}

.secondary_inner2 address{
	padding:0 6px;
	font-style:normal;
}

.secondary_inner2 p{
	padding-bottom:10px;
}

/*フッタ*/

#footer{
	clear:both;
	border-top:dotted 1px #666;
	padding:5px 0 10px;
	width:1000px;
}

#footer address:first-line {
	font-weight:bold;
}

#footer address{
	font-style:normal;
	text-align:center;
	line-height:1.3;
	font-size:1.2em;
}


