@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
/*	line-height: 12px;*/
	color: #333333;
	text-align:center;
	background:#EFFFDF url(../images/common/bg_header_sub.jpg) left top repeat-x;
	margin:0px;
}

#container{
position:relative;
	width:780px;
	text-align:left;
	margin:0 auto;
	background-color:#FFFFFF;
	height: auto;
	border-bottom: 0;
}

a,a:hover{
color:#0000FF;
}

#footer{ text-align:center;
padding:5px 0;
border-top:1px solid #333333;
}

/* 基本スタイル
---------------------------------------------*/
img{
border:0px;
margin:0 0 0 0;
}
p{
	font-size: 1em;
	color: #333333;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	margin:0px;
	padding:0px;
	line-height:20px;
}

p.title{
font-weight:bold;
text-decoration:underline;
}
p.gototop{
text-align:right;
margin-bottom:10px;
}

p.blink{
font-weight:bold;
}

table{
margin:0;
padding:0;
font-size:12px;
}

ul{
margin:0;
padding:0;
list-style:none;
}

.f_right{ float:right;}
.f_left{ float:left;}

.rbox{float:right; width:330px; height:auto;}
* html .rbox{float:right; width:330px; height:200px;}


.kaisetsu{ background:#F9F9F9; border-bottom:1px solid #006600; border-left:5px solid #006600; text-indent:15px; margin-top:5px;}

.mb15{ margin-bottom:15px;}
.mtb15{ margin:15px 0;}

/* h要素
---------------------------------------------*/

h2{
font-size:14px;
margin:0px 0px 5px 0px;
padding:0 0 0 5px;
border-top:1px solid #46B749;
border-right:1px solid #CCCCCC;
border-bottom:2px solid #2B5100;
border-left:4px solid #46B749;
color:#333333;
background-color:#EFFFDF;
line-height:22px;
}
h3{
text-align:left;
font-size:12px;
margin:0 0 5px 0;
padding:0 0 0 5px;
/*border-left:5px solid #FF9900;
border-bottom:1px solid #FF9900;*/
color:#FFFFFF;
background-color:#333333;
line-height:20px;
/*\*/
letter-spacing: 0.2em;
/**/
clear:both;
}

/*ヘッダー Start
---------------------------------------------*/
#header{
	/*memo 子要素の絶対配置の親要素になるには親要素にrelativeが必要*/
	position:relative;
	top:0px;
	left:0px;
	width:780px;
	height:95px;

}

	/*ロゴ 絶対配置(header)
	--------------------------------------------*/
	h1{ margin:0; padding:0;}
	
	h1{
	position:absolute;
	top:8px;
	left:2px;
	width:260px;
	height:60px;
	clear:both;
	background:#006633;
	}

	/*検索メニュー 絶対配置(header)
	--------------------------------------------*/
	#information{
	font-size:12px;
	position:absolute;
	top:65px;
	left:477px;
	width:300px;
	height:27px;
	vertical-align:bottom;
	clear:both;
	}
	
	#information ul li{
	display: inline;
	}
	#information ul li a{
	text-decoration: none;
	padding-right:1px;
	}


	/*ナビゲーション
	---------------------------------------------*/
	#product_list {
	margin-top:0px;
	width:780px;
	height:176px;
	}
	#p_01{
	margin-bottom:0px;
	}	
	#p_01,#p_02{
	margin-left:7px;
	}
	
	#p_01 a,#p_02 a{
	margin:0 1px 0 0px;
	}
	/*パンクズリスト
	---------------------------------------------*/
	#pankuzu{
	margin-top:0px;
	margin-bottom:5px;
	text-indent:0px;
	text-align:left;
	}

	#pankuzu a{
	text-decoration:none;
	color:#0066FF;
	margin-left:0px;
	margin-right:0px;
	}
	
	#pankuzu a:hover{
	color:#FF0000;
	}

	
/*ヘッダー End
---------------------------------------------*/

/*プライマリー Start
---------------------------------------------*/
#primary {
	position:relative;
	top: 15px;
	left:183px;
	width:582px;
	height:auto;
	min-height:700px;
	padding-bottom:10px;
/*	background-color:#FF9933;*/
}
#primary_print {
	position:relative;
	top: 15px;
	left:0px;
	width:780px;
	height:auto;
	min-height:700px;
	padding-bottom:10px;
/*	background-color:#FF9933;*/
}


/*ボックス
---------------------------------------------*/
.box {
text-align:left;
margin:0px 0px 0px 0px;
width:582px;
height:auto;
border-top:0px solid #CCCCCC;
border-right:0px solid #CCCCCC;
border-bottom:0px solid #CCCCCC;
border-left:0px solid #CCCCCC;
background-color:#FFFFFF;
}

.box_top {
text-align:left;
margin:0px 0px 0px 0px;
width:582px;
height:auto;
min-height:590px;
border-top:0px solid #CCCCCC;
border-right:0px solid #CCCCCC;
border-bottom:0px solid #CCCCCC;
border-left:0px solid #CCCCCC;
background-color:#FFFFFF;
}

* html .box_top {
text-align:left;
margin:0px 0px 0px 0px;
width:582px;
height:800px;
min-height:590px;
border-top:0px solid #CCCCCC;
border-right:0px solid #CCCCCC;
border-bottom:0px solid #CCCCCC;
border-left:0px solid #CCCCCC;
background-color:#FFFFFF;
}

.box_print {
text-align:left;
margin:0px auto;
width:730px;
height:auto;
border-top:0px solid #CCCCCC;
border-right:0px solid #CCCCCC;
border-bottom:0px solid #CCCCCC;
border-left:0px solid #CCCCCC;
background-color:#FFFFFF;
}

* html .box_print {
text-align:left;
margin-left:25px;
width:730px;
height:500px;
}

.box_print h2{ margin:0 auto; width:715px;}

* html .box_print h2{ margin:0 auto; width:730px;}
.box_print table{ margin:0 auto 10px auto;}
	/*サイドメニュー（左ボックス）　絶対配置(primary)
	---------------------------------------------*/
	#secondary {
	position:absolute;
	top:0px;
	left: -175px;
	width: 166px;
	height:auto;
	}
	
dl.about01{ margin:3px 0 0 0px; color:#333333; }
dl.about01 dt{ border-top:1px solid #333333; line-height:25px; font-weight:bold; text-indent:10px; color:#FF3333; }
dl.about01 dd{ margin-top:-18px; margin-bottom:10px; margin-left:100px; }

dl.about02{ margin:0 0 10 10px; }
dl.about02 dt{ border-top:1px dotted #333333; line-height:19px; font-weight:bold; text-indent:10px; color:#FFFFFF; background:#006600; margin:3px 0px; }
dl.about02 dd{ margin-top:0px; margin-bottom:0px; margin-left:100px; line-height:25px; }

#footer{ position:relative; width:780px; hight:30px;}

/*共通装飾
---------------------------------------------*/
.red{color:#FF0000;}


/*プライマリー END
---------------------------------------------*/
table.price{ width:583px; border:1px solid #999999; margin-bottom:5px; border-collapse:collapse;}
table.price td,table.price th{ border:1px solid #999999; }
table.price th{ text-align:center; background:#006600; color:#FFFFFF; font-weight:bold; }
/*table.price td{ text-align:right; }*/
/*table.price td.center{ text-align:center; }*/

table.price col.c01 { text-align:center;}
table.price col.c02 { text-align:center;}
table.price col.c03 { text-align:center;}
table.price col.c04 { text-align:center;}
table.price col.c05 { text-align:center;}
table.price col.c06 { text-align:right;}
table.price col.c07 { text-align:center;}
table.price col.c08 { text-align:center;}




table.price col.cl_lot		{ text-align:right;}
table.price col.cl_price	{ text-align:right;}
table.price col.cl_buy		{ text-align:center;}


.odd  { background-color:#EFFFDF;}
.even { background-color:#FFFFFF;}

img.bnr_01{ width:570px; height:101px; margin-bottom:10px;}
img.bnr_02{ width:570px; height:101px; margin-bottom:10px;}

table.navi{ width:583px; border:1px solid #CCCCCC; margin:0 auto; margin-bottom:5px; border-collapse:collapse;}
table.navi td,table.navi th{ border:1px solid #CCCCCC; text-align:center; }
table.navi th,table.navi th a{color:#555555; text-decoration:none; background-color:#F5F5F5;}
table.navi img{ margin:0; padding:0;}
table.navi tr.explain td{ text-align:left;}

col.fukuro_01{width:283px;}
col.fukuro_02{width:284px;}

table.detail{ width:583px; border:1px solid #999999; margin-bottom:5px; margin:0 auto; border-collapse:collapse;}
table.detail td,table.detail th{ border:1px solid #999999; text-align:center; }
table.detail th,table.detail th a{color:#333333; text-decoration:none;}
table.detail th h3{ margin:0px; padding:0px; text-indent:10px;}
/*トップナビゲーション
---------------------------------------------*/
#top_navi{ width:780px; height:34px;}
#top_navi li{ display:block; text-indent:-9999px; float:left;}
#top_navi li a { display:block; text-decoration:none;}

/*サイドナビゲーション
---------------------------------------------*/
#side_navi{ width:166px; float:left;}
#side_navi li{ display:block; text-indent:-9999px;}
#side_navi li a { display:block; text-decoration:none;}

#secondary #sn_news{ width:166px; height:155px; background-image:url(../images/side/sn_news.jpg);    background-repeat:no-repeat; margin-bottom:4px; }

#secondary #sn_gn_01 a{ width:166px; height:34px; background-image:url(../images/side/title_cartin.jpg);    background-repeat:no-repeat; margin-bottom:3px; }
#secondary #sn_gn_01 a:hover{ background-image:url(../images/side/title_cartin_on.jpg)}
#secondary #sn_gn_02 { width:166px; height:34px; background-image:url(../images/side/title_cat.jpg);    background-repeat:no-repeat; }
/*#secondary #sn_gn_02 a:hover{ background-image:url(../images/sn_e_00_on.gif);}*/
#secondary #sn_gn_03 a{ width:166px; height:30px; background-image:url(../images/side/about.jpg);    background-repeat:no-repeat; }
#secondary #sn_gn_03 a:hover{ background-image:url(../images/side/about_on.jpg);}
#secondary #sn_gn_04 a{ width:166px; height:30px; background-image:url(../images/side/contact.jpg);    background-repeat:no-repeat; }
#secondary #sn_gn_04 a:hover{ background-image:url(../images/side/contact_on.jpg); }
#secondary #sn_gn_05 a{ width:166px; height:30px; background-image:url(../images/side/low.jpg);    background-repeat:no-repeat; }
#secondary #sn_gn_05 a:hover{ background-image:url(../images/side/low_on.jpg); }
#secondary #sn_gn_06 a{ width:166px; height:70px; background-image:url(../images/side/fax.jpg);    background-repeat:no-repeat; margin-bottom:3px; }
#secondary #sn_gn_06 a:hover{ background-image:url(../images/side/fax_on.jpg); }
#secondary #sn_gn_07 a{ width:166px; height:33px; background-image:url(../images/side/title_money.jpg);    background-repeat:no-repeat; margin-bottom:3px; }
#secondary #sn_gn_07 a:hover{ background-image:url(../images/side/title_money_on.jpg); }


#secondary #sn_01 a{ width:166px; height:23px; background-image:url(../images/side/sn_01.gif);}
#secondary #sn_01 a:hover{ background-image:url(../images/side/sn_01_on.gif);}
#secondary #sn_02 a{ width:166px; height:23px; background-image:url(../images/side/sn_02.gif);}
#secondary #sn_02 a:hover{ background-image:url(../images/side/sn_02_on.gif);}
#secondary #sn_03 a{ width:166px; height:23px; background-image:url(../images/side/sn_03.gif);}
#secondary #sn_03 a:hover{ background-image:url(../images/side/sn_03_on.gif);}
#secondary #sn_04 a{ width:166px; height:23px; background-image:url(../images/side/sn_04.gif);}
#secondary #sn_04 a:hover{ background-image:url(../images/side/sn_04_on.gif);}
#secondary #sn_05 a{ width:166px; height:23px; background-image:url(../images/side/sn_05.gif);}
#secondary #sn_05 a:hover{ background-image:url(../images/side/sn_05_on.gif);}
#secondary #sn_06 a{ width:166px; height:23px; background-image:url(../images/side/sn_06.gif);}
#secondary #sn_06 a:hover{ background-image:url(../images/side/sn_06_on.gif);}
#secondary #sn_07 a{ width:166px; height:23px; background-image:url(../images/side/sn_07.gif);}
#secondary #sn_07 a:hover{ background-image:url(../images/side/sn_07_on.gif);}
#secondary #sn_08 a{ width:166px; height:23px; background-image:url(../images/side/sn_08.gif);}
#secondary #sn_08 a:hover{ background-image:url(../images/side/sn_08_on.gif);}
#secondary #sn_09 a{ width:166px; height:23px; background-image:url(../images/side/sn_09.gif);}
#secondary #sn_09 a:hover{ background-image:url(../images/side/sn_09_on.gif);}
#secondary #sn_10 a{ width:166px; height:23px; background-image:url(../images/side/sn_10.gif);}
#secondary #sn_10 a:hover{ background-image:url(../images/side/sn_10_on.gif);}
#secondary #sn_11 a{ width:166px; height:23px; background-image:url(../images/side/sn_11.gif);}
#secondary #sn_11 a:hover{ background-image:url(../images/side/sn_11_on.gif);}
#secondary #sn_12 a{ width:166px; height:23px; background-image:url(../images/side/sn_12.gif);}
#secondary #sn_12 a:hover{ background-image:url(../images/side/sn_12_on.gif);}
#secondary #sn_13 a{ width:166px; height:23px; background-image:url(../images/side/sn_13.gif);}
#secondary #sn_13 a:hover{ background-image:url(../images/side/sn_13_on.gif);}
#secondary #sn_14 a{ width:166px; height:23px; background-image:url(../images/side/sn_14.gif);}
#secondary #sn_14 a:hover{ background-image:url(../images/side/sn_14_on.gif);}
#secondary #sn_15 a{ width:166px; height:23px; background-image:url(../images/side/sn_15.gif);}
#secondary #sn_15 a:hover{ background-image:url(../images/side/sn_15_on.gif);}
#secondary #sn_16 a{ width:166px; height:24px; background-image:url(../images/side/sn_16.gif); margin-bottom:10px;}
#secondary #sn_16 a:hover{ background-image:url(../images/side/sn_16_on.gif);}

#secondary #sn_17 a{ width:166px; height:35px; background-image:url(../images/side/sn_17.gif);}
#secondary #sn_17 a:hover{ background-image:url(../images/side/sn_17_on.gif);}
#secondary #sn_18 a{ width:166px; height:24px; background-image:url(../images/side/sn_18.gif);}
#secondary #sn_18 a:hover{ background-image:url(../images/side/sn_18_on.gif);}
#secondary #sn_19 a{ width:166px; height:24px; background-image:url(../images/side/sn_19.gif);}
#secondary #sn_19 a:hover{ background-image:url(../images/side/sn_19_on.gif);}
#secondary #sn_20 a{ width:166px; height:24px; background-image:url(../images/side/sn_20.gif);}
#secondary #sn_20 a:hover{ background-image:url(../images/side/sn_20_on.gif);}
#secondary #sn_21 a{ width:166px; height:23px; background-image:url(../images/side/sn_21.gif);}
#secondary #sn_21 a:hover{ background-image:url(../images/side/sn_21_on.gif);}
#secondary #sn_22 a{ width:166px; height:30px; background-image:url(../images/side/sn_22.gif);}
#secondary #sn_22 a:hover{ background-image:url(../images/side/sn_22_on.gif);}
#secondary #sn_23 a{ width:166px; height:23px; background-image:url(../images/side/sn_23.gif);}
#secondary #sn_23 a:hover{ background-image:url(../images/side/sn_23_on.gif);}