@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: "ＭＳ Ｐゴシック","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"MS P Gothic",Arial,Helvetica,sans-serif;
}

/*font-size初期化*/

body{
	font-size:10px;
	_font-size:62.5%;/*IE6向け*/
	background-color:#666;
}

/*border初期化*/

img,object{border:0;}

/*table設定*/

table{
	border-collapse:collapse;
	border-spacing:0;
}
/*テキスト設定*/

p{
	text-align:justify;
	text-justify:distribute;
}

ul { list-style:none;}
.bold {font-weight:bold;}
.clear {clear:both;}
.floatL {float:left;}
.floatR {float:right;}

.mB10 {margin-bottom:10px;}
.mB25 {margin-bottom:25px;}

/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/*　■段組
----------------------------------------*/
#container {
	width:935px;
	margin:0 auto;
	background:#000 url(../img/left_bg.gif) left top repeat-y;
	overflow:hidden;
	_height:1%;
	padding:0 10px;
}

#secondary {
	width:185px;
	float:left;
	background-color:#000;
}

#primary {
	float:right;
	width:750px;
	background-color:#fff;
}

#primary_inner {
	width:720px;
	padding:20px 15px 5px;
}

/*　■secondary　エリア
----------------------------------------------------------------------------*/
/*　global_navi
----------------*/
#global_navi {
	background:url(../img/global_navi_bg.jpg) left top no-repeat;
	width:180px;
	padding:5px 0 5px 5px;
	height:335px;
	margin-bottom:70px;
}

#global_navi li {
	margin-bottom:5px;
}

#global_navi li img {
	vertical-align:bottom;
}

#company_box {
	background:url(../img/company_info_bg.jpg) left top no-repeat;
	width:165px;
	height:150px;
	padding:25px 10px 0 10px;
}

#company_box p {
	font-size:1.2em;
}

#company_box p a {color:#000;}

/*　■primary　エリア
----------------------------------------------------------------------------*/
/*　sub_navi
---------------*/
#sub_navi {
	margin-bottom:20px;
}

#sub_navi li {
	float:left;
}

#sub_navi li img {
	vertical-align:bottom;
}

/*　footer_navi
---------------*/
#footer_navi {
	clear:both;
	text-align:center;
	color:#666;
}

#footer_navi li {
	display:inline;
	padding:3px;
}

#footer_navi li a {
	text-decoration:none;
	color:#666;
	font-size:1.2em;
}

#footer_navi li a:hover {
	text-decoration:underline;
}

/*　★見出し
----------------------------------------*/
h2.v2 {
	clear:both;
	background:url(../img/h2_v2.jpg) left top no-repeat;
	padding-left:10px;
	width:710px;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:1.2em;
	margin-bottom:12px;
}

h2.v3 {
	line-height:20px;	
	font-size:1.2em;
}

h2.v4 {
	clear:both;
	background:url(../img/h2_v4.jpg) left top no-repeat;
	padding-left:10px;
	width:500px;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:1.2em;
	margin-bottom:12px;
}

h2.v5 {
	background:url(../img/h2_v5.jpg) left top no-repeat;
	padding-left:10px;
	width:495px;
	height:40px;
	line-height:40px;
	font-size:2em;
	margin-bottom:18px;
}

h3.v2 {
	font-size:1.2em;
	color:#333;
	margin-bottom:5px;
}

h3.v3 {
	font-size:1.2em;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
}

/*　★テキスト
----------------------------------------*/
.company_box p {
	font-size:1.2em;
	line-height:1.4;
}

.txt01 {
	font-size:1.5em;
	line-height:1.4;
	text-indent:1em;
	padding:0 10px;
}

.txt02 {
	font-size:1.2em;
	color:#666;
	margin-bottom:30px;
}

/*　■footer  エリア
-----------------------------------------------------------------------*/
#footer {
	clear:both;
	background-color:#000;
	height:25px;
}

address {
	font-style:normal;
	text-align:center;
	color:#ccc;
	line-height:25px;
}

/*  maboroshi.html
------------------------------------------------------------------------*/

/*  company.html
------------------------------------------------------------------------*/
.tb_company {
	float:left;
	width:500px;
	margin:0 auto 25px;
	font-size:1.6em;
}

.tb_company th {
	text-align:right;
	color:#666;
}

.tb_company th,.tb_company td {
	padding:7px;
}

.tb_company td span {
	background:url(../img/company_02.jpg) left bottom repeat-x;
	xdisplay:block;
	padding-bottom:3px;
}

.tb_company a {
	color:#333;
	text-decoration:none;
}

/*  toku.html
------------------------------------------------------------------------*/
#toku_box {
	border:1px solid #CCC;
	padding:7px;
	width:310px;
	
	font-size:1.2em;
	color:#666;
	margin-bottom:15px;
}

/*  form.html
------------------------------------------------------------------------*/

.tb_form th {
	text-align:right;
}

.tb_form th,.tb_form td {
	padding:8px;
	font-size:1.2em;
}

.txt_form {
	background-color:#000;
	color:#fff;
}

/*　■box  エリア
-----------------------------------------------------------------------*/
.box700 {
	width:700px;
	margin:0 auto;
}

.box700 img {
	xmargin-bottom:30px;
}

.box700 p {
	font-size:1.2em;
	line-height:1.4;
	margin-bottom:10px;
}

.box680 {
	width:680px;
	margin:0 auto 25px;
	overflow:hidden;
	_height:1%;
}

.box490 {width:490px;}
.box350 {width:350px;}
.box380 {width:380px;}


/* photo.html
---------------------------------------*/
.tb_photo {
	margin-bottom:85px;
}

.tb_photo th {
	font-size:2em;
	padding:30px 0;
}

.tb_photo td {
	vertical-align:top;
	font-size:1.4em;
	line-height:1.6;
	padding:0 5px;
}

.tb_photo td.photo_txt {
	vertical-align:bottom;
}






/* shop.html
---------------------------------------*/
.box510 {width:510px;}
.box200 {width:200px;}

.box200 p {
	font-size:1.1em;
	line-height:1.4;
	margin-bottom:10px;
}

.red {color:#FF0000;}
.bold {font-weight:bold;}

.company_info {
	border:1px solid #ccc;
	padding:5px;
	background-color:#EFEFEF;
}
/*　■shop.html
-----------------------------------------------------------------------*/
.tb_goods {
	float:left;
	width:118px;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin-right:5px;
	margin-bottom:10px;
}

.tb_goods td {
	padding:2px;
	font-size:1.2em;
}

.tb_goods td.name {
	background:url(../img/shop_bg01.jpg) repeat;
	text-align:center;
	padding:3px;
	height:40px;
}

.tb_goods td.price {
	background:url(../img/shop_bg02.jpg) repeat;
	text-align:right;
	height:50px;
	vertical-align:top;
}

/* navi
---------------------*/
#shop_list {
	margin-bottom:20px;
}

#shop_list li a {
	text-decoration:none;
	font-size:1.2em;
	line-height:1.4;
	background:url(../img/arrow.gif) right center no-repeat;
	padding-right:15px;
}

#shop_list li a:hover {
	text-decoration:underline;
}

/*　■shop2.html
-----------------------------------------------------------------------*/
.box430 {
	width:428px;
	margin:0 auto 90px;
	border:1px solid #666;
	overflow:hidden;
	_height:1%;
}

/* padding20px空けるため */
.box430_Inner {
	padding:20px;
}

/* floatRの方 */
.box170 {width:170px;}


.tb_shop {
	width:170px;
	border-collapse:collapse;
	margin-bottom:20px;
}

.tb_shop th {
	background-color:#e7e7e7;
	font-weight:normal;
}

.tb_shop th,.tb_shop td {
	border:1px solid #999;
	padding:3px;
}

.tb_shop2 {
	width:400px;
}

.tb_shop2 th {
	padding:10px;
	font-size:1.4em;
}

/* 下の説明の伸縮するボックス */
.shopBox_top {
	clear:both;
	background:url(../img/shop_kado_top.jpg) left top no-repeat;
	width:428px;
	padding-top:45px;
}

.shopBox_side {
	background:url(../img/shop_kado_side.jpg) left top repeat-y;
	width:428px;
}

.shopBox_side p {
	padding:0 25px;
	font-size:1.4em;
	line-height:1.4;
}


/* 送料について */
.box430_basic {
	width:430px;
	margin:0 auto
}

.box430_basic p {
	font-size:1.2em;
	line-height:1.2;
	margin-bottom:20px;
}

/* seo-master */

div.sbox table {
	margin:0 auto;
}

div.sbox h1.stext {
	margin-right:10px;
	color:#FFF;
}

div.sbox div.summary {
	color:#FFF;
}