@charset "UTF-8";
/* CSS Document */
/*深ナビ　ショッピンクモール 基本構造css*/


/*基本・共通*/
img{
	vertical-align:top;
	margin:0;
	padding:0;
	border:0;
}

p{
	margin:5px 10px;
	padding:0px;
}
p.jisage{
	text-indent: 1em;
}

.section{
	margin-bottom: 10px;
}
.about{
	font-size:85%;
	margin-bottom:15px;
}


strong{
	font-size:110%;
	font-weight: bold;
}
em{
	font-style: italic;	
}
big{
	font-size:120%;
	/*line-height:1.5em;*/
}
small{
	font-size:80%;
}
.bold{
	font-weight: bold;
}

ol, ul {
	margin: 5px 0px 5px 2em;
	padding: 0px;
}
li{
	margin:0px;
	padding:0px;
}

dl{
	margin:5px 10px;
	padding: 0px;
}
dt{
	font-weight:bold;
}
dd{
	margin-left:2em;
}


hr{
	border-width: 1px 0px 0px;
	border-style: dotted;
	border-color: #000000;
}

h2 {
	margin:5px 0px;
	padding:5px;
	font-size:130%;
	line-height:1.2em;
}
h2 img{
	margin:0px;
	padding:0px;
}
h3{
	margin:5px 0px;
	padding:5px;
	font-size:110%;
	line-height:1.2em;
}
h4{
	margin:5px 0px;
	padding:5px;
	font-size:100%;
	line-height:1.2em;
}
h5{
	margin:5px 0px;
	padding:5px;
	font-size:90%;
	line-height:1.2em;
}
.clear{
	clear:both;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
.photo_l{
	float:left;
	margin:5px;
}
.photo_r{
	float:right;
	margin:5px;
}
.photo{
	margin:5px;
}
.center{
	text-align:center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
	/*color:#000000;*/
}
a:hover, a:active {
	text-decoration:none;
	font-weight:bold;
/*	color: #FFFFFF;
	background-color: #0000FF;*/
}
/*ページ構造*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height:1.2em;
	/*color:#666666;*/
	/*background-color:#FFFFFF;*/
}
#wrapper {
	margin: 5px 10px;
	padding:0px;
	width:auto;
	min-width:960px;
	display:block;
}
/*min-width ie6*/
* html body #wrapper{
	width:expression(ie_lw1());
}
@media print{
/*印刷時*/
	* html body #wrapper{/*IE*/
		width:610px;
	}
	#wrapper {
		width:auto;
	}
}
/*ヘッダー*/
#header{
	width:100%;
	margin:0px;
	padding:0px;
	border-top-color: #367800;
	border-top-width: 4px;
	border-top-style: solid;
	text-align:left;
	background-color:#83D271;
/*	background-color:#003300;*/
}
/*min-width ie6*/
* html body #header{
	width:expression(ie_lw1());
}
@media print{
/*印刷時*/
	#header{
		width:100%;
	}
	* html body #header{
		width:600px;
	}
}

#header h1{
	padding:0px;
	margin:0px;
	float:left;
}

/*状態*/
#stat{
	float:right;
	margin:0px;
	padding:0px;
}

@media print{
/*印刷時*/
	#stat{
		display:none;
	}
}
/*文字・色 フォーマットバー*/
#top_bar{
	text-align:left;
	margin:0px;
	padding:2px 5px;
	vertical-align:middle;
	font-size:90%;
	float:left;
}
@media print{
/*印刷時*/
		#top_bar{
		display:none;
	}
}

#top_bar img{
	vertical-align:middle;
}
#top_bar ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#top_bar li{
	display:inline;
	margin: 0px;
}

#top_bar form{
	margin:0px 5px;
	padding:0px;
	display:inline;
}
#top_bar input{
	margin:0px 2px;
}
/*上部メニュー*/
#top_menu{
	text-align:left;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	font-size:80%;
	float:right;
	word-spacing:0px;
}
@media print{
/*印刷時*/
	#top_menu{
		display:none;
	}
}

#top_menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
/***************************************
#top_menu li{
	display:inline;
	margin: 0px;

}

#top_menu a{
	display:block;
	/ *background-color:#E6EDE6;* /
	border: 1px solid #CCCCCC;
	float:left;
	padding:0px 3px;

}
***************************************/
/*
#top_menu a:hover{
	background-color:#708D70;
}
*/

#top_menu li{
	display:inline;
	padding-left:0.5em;
	padding-right:0.5em;
	margin:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#top_menu li + li{
	border-left-width: 0px;
	border-left-style:none;
	padding-left:0px;
}
#top_menu a{
	display:inline;
	margin:0px;
	padding:0px 5px;
}


/*フッター*/
#footer{
	clear:both;
	text-align:center;
	margin:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
	font-size:75%;
	padding:3px 0px;
}
/*min-width ie6*/
* html body #footer{
	width:expression(ie_lw1());
}
@media print{
/*印刷時*/
	#footer{
		display:none;
	}
}

#footer ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#footer li{
	display:inline;
	/*float:left;*/
	padding-left:0.5em;
	padding-right:0.5em;
	margin:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#footer li + li{
	border-left-width: 0px;
	border-left-style:none;
	padding-left:0px;
}

#footer a{
	display:inline;
	margin:0px;
	padding:0px 5px;
}
/*コピーライト*/
.copyr{
	text-align:center;
	font-size:80%;
}



/*足跡(パンくず)*/
#root{
	text-align:left;
	border-color:#cccccc;
	border-style:solid;
	border-width:0px 0px 4px;
	margin:0px;
}

#root p{
	font-size:90%;
	margin:3px 5px;
}

/*コンテンツ*/
#contents{
	clear:both;
	text-align:left;
	padding:0px;
	margin:5px 0px;
	width:100%;
	position: relative;
}



/*サイド*/
#side{
	width:230px;
	float:right;
	text-align:left;
	margin:0px;
	padding-bottom:10px;
}
@media print{
/*印刷時*/
	#side{
		display:none;
	}
}

#s_info{
	background-color:#437643;
}
#s_info form{
	margin:0px;
	padding:0px 5px 5px;
}
#side h3{
	margin:2px 0px 0px 0px;
	padding:3px 10px;
	line-height:1.2em;
	font-weight:bold;
	font-size:90%;
	/*color: #FFFFFF;
	background-color: #468438;
	background-image:url(../image/h3bg.gif);*/
	background-repeat:repeat-x;	
}
/*カテゴリtop用メニュー*/
#top_cate{
}
.cate_box{
	display:block;
	/*background-image:url(../image/cate_bg0.gif);*/
	background-position:top;
	background-repeat:repeat-x;
	margin-top:2px;
	/*padding:5px*/
	padding:5px 5px 5px 0px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
}
.cate_txt{
	float:left;
	/*width:125px;*/
	width:130px;
	padding:0px;
	margin:0px;
}
.cate_box h4{
	margin:2px 0px;
	padding-left:2px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.cate_box p{
	margin:0px;
	font-size:80%;
	margin-left:5px;
}
.cate_box img{
	float:right;
}
/*リストメニュー*/
#side_nemu{
	/*background-color:#E5ECE5;*/
}
#side_nemu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#side_nemu li{
	text-indent:20px;
	padding:5px;
	background-image:url(../image/icon0.gif);
	vertical-align:middle;
	background-repeat: no-repeat;
	background-position: 5px center;
}
#side_nemu li#this{
	background-image:url(../image/icon1.gif);
}

/*カート*/
#cart{
	margin-top:2px;
	padding:5px 0px;
	font-size:80%;
	/*background-color:#FFFFCC;*/
	/*color:#000000;*/
}
#cart form{
	text-align:center;
	margin:0px;
	padding:0px;
}
#cart form imput,#cart a{
	margin:5px 0px;
}
/*カート中身一覧*/
#cart.list{
	padding-top:0px;
}
#cart.list h3{
	text-align:center;
	font-size:120%;
}
#cart.list #maisai{
	margin:5px 10px;
	padding:10px;
	/*background-color:#FFFFFF;*/
}
#cart.list #maisai ul{
	text-align:left;
}
#cart.list #maisai p{
	text-align:center;
	/*border-top-color:#000000;*/
	border-top-style:solid;
	border-top-width:1px;
}



/*認証済み表示*/
#id_info{
	margin-top:2px;
	padding:5px 0px;
	font-size:80%;
	/*background-color:#FFFFCC;*/
	/*color:#000000;*/
}
#id_info h3{
	text-align:center;
	background-color:transparent;
	background-image:none;
	font-size:120%;
}
#id_info form{
	text-align:center;
	margin:0px;
	padding:0px;
}
#id_info form imput,#id_info a{
	margin:5px 0px;
}
/*コンテンツ本体*/
#content{
	width:100%;
	float:left;
	margin-right:-240px;
}
/*min-width ie6*/
* html body #content{
	width:expression(ie_lw1());
}
/*メイン*/
#main{
	/*min-width:720px;*/
	padding:0px;
	text-align:left;
	padding-right:240px;
	padding-bottom:10px;
}
@media print{
/*印刷時*/
	#content{
		float:none;
		margin-right:0px;
	}
	* html body #content{
		width:600px;
	}
	#main{
		padding-right:0px;
	}
	* html body #main{
		width:600px;
	}
}

/*インフォメーション*/
#top_info{
	/*background-image:url(../image/top_bg.jpg);*/
	background-position:right bottom;
	background-repeat: no-repeat;
	padding-left:0px;
	min-height:240px;
}
/*min-height ie6*/
* html body #top_info{
	height:240px;
	overflow:visible;
}
#top_info p{
	font-size:90%;
	margin-right:350px;
	line-height:1.1em;
}
#top_info .right {
	margin-right:350px;
}
#top_info .right a:hover,#top_info .right a:active {
	background-color: transparent;
}

/*イチオシ*/
#topics{
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding:5px;
	margin:3px 0px;
	/*min-height:190px;*/
	/*height:190px;
	overflow:visible;*/
}
#topics_img {
	float:left;
	margin:5px;
}
#topic_box{
	float:right;
	width:100%;
	/*min-width:450px;*/
	margin-left:-250px;
	/*height:190px;*/
}
#topics_txt{
	padding-left:255px;
}
#topics h2{
	border-bottom-color:#009966;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-top-color:#009966;
	border-top-style:solid;
	border-top-width:3px;
}

/*一覧*/
.item_list{
	clear: both;
}
.item_list h2{
	/*background-color:#F2F2F2;*/
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding:5px;
	margin:3px 0px;
}
/*ページ*/
#list_page{
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#list_cnt{
	float:left;
}

/*エントリーからの表示*/
.entry{
	margin-top:5px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
/*2007.12.14 tera ADD START------------------------------------ */
.ent_box{
	float:right;
	width:100%;
	margin-left:-55px;
}
.ent_txt{
	padding-left:55px;
}
/*2007.12.14 tera ADD END ------------------------------------ */

.entry img{
	float:left;
	/*margin-right:10px; 2007.12.14 tera DEL */
	margin-bottom:5px;
}
.entry h3{
	margin:0px;
	padding:0px;
	/*font-size:110%;*/
}
.entry p{
	margin:0px;/*margin:0px 0px 0px 15px; 2007.12.14 tera EDIT*/
	padding:0px;
}
/*値段*/
.price{
	font-weight:bold;
}
/*製造元*/
.maker{
	font-weight:bold;
}
/*商品詳細ページ用*/
.product{
}
.product h2{
	/*background-color:#F2F2F2;*/
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding:5px;
	margin:3px 0px;
}



/*2007.12.12 tera DEL START------------------------------------ 
/ *製造元リンク* /
.product h2 a{
	float:right;
}
/*2007.12.12 tera DEL END------------------------------------ */

/*商品データ*/
#item_data{
}
#item_imgs {
	float:left;
	margin-top:5px;
	padding:0px;
	width:240px;
}
#data_box{
	float:right;
	width:100%;
	/*min-width:450px;*/
	margin-left:-255px;
}
#data_txt{
	padding-left:255px;
}
#data_txt h3{
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-top-color:#cccccc;
	border-top-style:solid;
	border-top-width:1px;
	background-image:url(../image/yen1.gif);
	background-position:5px center;
	background-repeat:no-repeat;
	/*text-indent:25px;*/
	padding-left:30px;
	vertical-align:middle;
	line-height:1.5em;
}
.product .price{
	margin-left:20px;
	/*color:#000000;*/
}
/*2007.12.12 tera ADD START------------------------------------ */
/*出品者*/
#mall_info{
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	vertical-align:middle;
	width:100%;/*2007.12.14 ADD IE対応*/
}
#mall_info h4{
	float:left;
}
/*2007.12.14 tera ADD START------------------------------------ */
#mall_info ul{
	float:right;
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:13em;
}
#mall_info li{
	margin:2px;
	display:block;
	float:right;
}
/*2007.12.14 tera ADD END------------------------------------ */
#mall_info a{
	padding:5px;
	/*margin:2px; del 2007.12.14 */
	display:block;
	/*float:right; del 2007.12.14 */
	font-size:90%;
	border-color:#cccccc;
	border-style:solid;
	border-width:1px;
}

/*2007.12.12 tera ADD END------------------------------------ */
/* #data_txt h4{ 2007.12.12 tera EDIT 　h4->h5*/
#data_txt h5{
	font-size:110%;/*2007.12.12 tera ADD*/
	margin:5px 0px;
	/*color:#000000;*/
}
#data_txt p{
	margin-left:0px;
	margin-right:0px;
}
/*在庫*/
/*2007.12.12 tera EDIT START------------------------------------ */
table.stock{
	border-spacing:3px;
	border-collapse:separate;
	border-style:none;
	border-width:0px;
}
.stock th{
	padding:5px 0em 5px 0em; 
	border-style:none;
	border-width:0px;
	letter-spacing:1em;
	text-align:center;
	text-indent:1em;
}
.stock td{
	padding:5px;
	border-style:none;
	border-width:0px;
}
/*配送料注意書き*/
.delivery_capt{
	/*2007.02.19 edit font-size:70%;*/
	font-size:90%;
	line-height:1em;
}
/*OLD CODE------------------------------------------------------
.stock{
	/ *border-color:#CCCCCC;* /
	border-style:solid;
	border-width:1px;
	/ *background-color:#EAF2EA;* /
	padding:10px;
}
.stock h5{
/ *	background-color:#FFFFFF;* /
	margin:0px;
	padding:5px;
/ *	color:#000000;* /
}
.stock .delivery{
/ *	background-color:#FFFFFF;* /
	margin:0px;
	padding:5px;
/ *	color:#000000;* /
}
/*2007.12.12 tera EDIT END------------------------------------ */
#item_imgs img{
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
}

/*2008.02.19 tera ADD start --*/
/*大写真のコメント 追加対応*/
.note_box{
	border-bottom-color:#cccccc;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding:5px 0px;
}
.note_box p{
	margin:0px;
	font-size:80%;
}

/*2008.02.19 tera ADD end --*/
.p_box{
	border-bottom-color:#cccccc;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding:5px 0px;
}
/*2007.12.14 tera ADD START--*/
/*IE対応*/
.p_box a{
	float:left;
}
/*2007.12.14 tera ADD END--*/
.p_box img{
	float:left;
	margin-right:5px;
}
.p_box p{
	float:left;
	width:183px;
	margin:0px;
	font-size:80%;
}


/*購入方法選択*/
.type_select{
}

.type_select h2{
	/*background-color:#F2F2F2;*/
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding:5px;
	margin:3px 0px;
}
/*選択ボタン*/
#select_btn{
	padding:10px;
	text-align:center;
}
#select_btn ul{
	margin:0px auto;
	padding:0px;
	width:420px;
}
#select_btn li{
	margin:0px;
	padding:0px;
	display:block;
	list-style-type:none;
	float:left;
}
#select_btn a{
	display:block;
	margin-right:10px;
	width:200px;
	height:120px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:1%;
	overflow:hidden;
}
#select_btn a:hover{
	background-position:0px -120px;
}
#sec_cade a{
	background-image:url(../image/sec_card.gif);
	
}
#sec_no a{
	background-image:url(../image/sec_no.gif);
}

/*特典情報*/
#select_info{
	clear:both;
	padding:10px;
	background-position:right bottom;
	background-repeat: no-repeat;
	padding-left:0px;
}
#select_info h3{
	/*color:#000000;*/
	font-size:150%;
}
#select_info p{
	margin-right:300px;
}


/*カートの中*/
.in_cart{
}
.in_cart h2{
/*	color:#356835;*/
	font-size:160%;
	vertical-align:middle;
	line-height:1.2em;
}
.in_cart h2 img{
	vertical-align:middle;
	height:40px;
	margin-right:5px;
}
.in_cart table{
	border-collapse:separate;
	border-spacing:3px;
	width:100%;
/*	border-collapse:collapse;*/
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	margin:5px 0px;
}
.in_cart tr{
	/*background-color:#EAF2EA;*/
}
.in_cart th{
/*	color:#000000;*/
	text-align:center;
	padding:5px;
	border-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-style:dotted;
	border-left-width:1px;
	border-right-style:dotted;
	border-right-width:1px;
}
.in_cart td{
	padding:5px;
	border-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-style:dotted;
	border-left-width:1px;
	border-right-style:dotted;
	border-right-width:1px;
	vertical-align:middle;
	text-align:right;
}
.in_cart td p{
	margin:0px;
	padding:0px;
/*	background-color:#FFFFFF;*/
}
td.photo{
	border-right-style:none;
	width:50px;
}
td.name{
	border-left-style:none;
	text-align:left;
}
td.del{
	text-align:center;
}
.in_cart td.del a{
	color:#0000FF;
	text-decoration:underline;
	background-color:transparent;
}
tr.sum{
	/*background-color:#F0F0F0;	*/
}
tr.sum th{
	text-align:left;
	font-size:120%;
	/*border-top-color:#003333;*/
	border-top-style:solid;
	border-top-width:1px;
	/*border-bottom-color:#003333;*/
	border-bottom-style:solid;
	border-bottom-width:3px;
}
tr.sum td{
	/*border-top-color:#003333;*/
	border-top-style:solid;
	border-top-width:1px;
	/*border-bottom-color:#003333;*/
	border-bottom-style:solid;
	border-bottom-width:3px;
}
/*注文手続き 入力*/
.input{
}
.input h2{
/*background-color:#F2F2F2;*/
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding:5px;
	margin:3px 0px;
}
/*注意事項*/
.notice{
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.notice h3{
	padding:0px;
}

.input .section{
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
}
.input table{
	border-collapse:separate;
	border-spacing:3px;
	margin-bottom:5px;
	width:100%;
}
.input th{
	text-align:right;
	vertical-align:bottom;
	width:30%;
}
.input td{
	text-align:left;
	vertical-align:bottom;
}
.input table td p.form_error2{
	font-size:90%;
}
.input table label{
	font-size:80%;
	/*color:#000000;*/
}
.input .center input{
	margin:5px;
}
.input h3 input{
	vertical-align:middle;
	margin:0px 10px;
}
/*2007.12.12 tera ADD START-----------------------------*/
.form_error {
	font-size: 80%;
/*	color: #CC0000;*/
	margin: 0px;
	padding: 0px;
}
/*2007.12.12 tera ADD END-----------------------------*/
table.list{
	border-collapse:collapse;
	width:auto;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	margin-bottom:5px;
}
.list th{
	width:auto;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding:5px;
}
.list td{
	text-align:right;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding:5px;
}
.list .name{
	text-align:left;
}

table.list .sum{
	border-bottom-width:1px;
	font-size:100%;
}
table.list .sum th{
	vertical-align:top;
	text-align:right;
}
h3.thanks{
/*	color:#356835;*/
	font-size:160%;
	vertical-align:middle;
	line-height:1.2em;
}

/*ガイドページ用*/
.guide{
}
.guide h2{
	padding:0px;
	background-color:#80AF80;
}

.guide_idxl{
	float:left;
	width:49%;
	margin:0px;
	/*padding-right:5px;*/
}
.guide_idxr{
	float:right;
	width:49%;
	/*padding-left:5px;*/
	margin:0px;
}

.guide h3{
/*background-color:#F2F2F2;*/
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding:5px;
	margin:3px 0px;
}

.guide_idxl ul,.guide_idxr ul{
	list-style-type:none;
	margin-bottom:10px;
	margin-left:1em;
}

.guide h4{
}

