@charset "UTF-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
基本初期化
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

body,form,ul,li,h1,h2,h3,p,table{
	margin: 0px;
	padding: 0px;
}

body,th,td{
	color:#444444;
}

body {
	background-color: #eeeeee;
	width:100%;
	text-align:center;
	padding: 0px;
	font-size: 12px;
	line-height: 1.3;
}

p {
	margin-top: 5px;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
p.color {
	margin-top: 5px;
	background-color: #ff9999;
}


ul{
	list-style: none;
	list-style-position: outside;
}

div{
	text-align: left;
	/*border: solid 1px #999999;*/
}

img{
	border: 0px;
}

img.left{
	float: left;
	margin: 0px 5px 5px 0px;
}

img.right{
	float: right;
	margin: 0px 0px 5px 5px;
}

hr{
	clear: both;
	margin: 5px 0px;
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-style: solid none none none;
	background-color: #ffffff;
	height: 1px;
}

hr.small{
	clear: both;
	margin: 5px 0px;
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-style: dotted none none none;
	background-color: #ffffff;
	height: 1px;
}

/*文字装飾ルール*/
em{
	font-style:normal;
	font-weight:bold;
	color:#990000;
}

.att{
	font-weight:bold;
	color:#990000;
}
.cap{
	font-weight:bold;
	color:#006600;
}

.big{
	font-size: 14px;
}

.small{
	font-size: 10px;
}

.bold{
	font-weight:bold;
}

/*テーブル*/

table{
	width:598px;
	border-spacing:1px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}

td,th{
	empty-cells: show;
	border-spacing:0px;
	border: solid 1px #cccccc;
	margin:0px;
	padding:2px 0px 2px 4px;
}

th{
	width:198px;
	text-align:left;
	font-weight:normal;
	background-color:#017cd7;
	color: #ffffff;
}

th.title{
	width: 598px;
	height: 24px;
	padding: 0px;
	border: solid 0px #ffffff;
	background-color:#ffffff;
}

th.title img{
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
}

th.header{
	width:598px;
	font-weight: bold;
	color: #ffffff;
	background-color:#017cd7;
}

td{
	width:400px;
	background-color:#ffffff;
}

td.est{
	width:400px;
	border: solid 1px #cccccc;
	background-color:#f2f4fb;
}

td.white{
	width: 598px;
	border: solid 1px #cccccc;
	background-color:#ffffff;
}

/*買い物カゴ用テーブル*/
table.cart{
	width:598px;
	border-spacing:1px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}

td.cart,th.cart{
	empty-cells: show;
	border-spacing:0px;
	border: solid 1px #a30004;
	margin:0px;
	padding:2px 0px 2px 4px;
}

th.cart{
	width:198px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:left;
	font-weight:normal;
	background-color:#a30004;
	color: #ffffff;
}

th.cart_title{
	width: 598px;
	height: 24px;
	padding: 0px;
	border: solid 0px #ffffff;
	background-color:#ffffff;
}

th.cart_title img{
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
}

th.cart_header{
	width:598px;
	font-weight: bold;
	color: #ffffff;
	border: solid 1px #cccccc;
	background-color:#a30004;

}

td.cart{
	width:400px;
	border: solid 1px #cccccc;
	background-color:#f7edd2;
}

td.cart_white{
	width: 598px;
	border: solid 1px #cccccc;
	background-color:#ffffff;
}

/*表示位置設定用テーブル*/
table.space{
	width:598px;
	border-spacing:1px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}
td.space{
	width:299px;
	border: solid 1px #ffffff;
	background-color:#ffffff;
}

/*半分の大きさのテーブルの幅*/
.half,.half th.title,.half th.header,.half td.white{
	width: 295px;
}
/*マーク付見出し*/
p.marktitle{
	text-indent:16px;
	background:url(../img/navi_mark.gif) no-repeat;
	background-position: 0 2px;
	margin-bottom: 5px;
}

/*フォーム*/
form input{
	font-size: 12px;
}
form .text{
	width:300px;
}
form textarea{
	font-size: 12px;
	width:300px;
	height:60px;
}
div .submit{
	text-align:center;
}
form .submit{

}

/*ボタン*/
.button100{
	width: 100px;
	height: 24px;
	text-indent: -9999px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
リンク
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:active{text-decoration: underline;}
a:hover {text-decoration: underline;}

/*マーク付きリンク*/
.next{
	display: block;
	background: url(../img/mark_next.gif) no-repeat;
	background-position:2px 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:2px 0px 2px 20px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
レイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
div#body{
	width:100%;
	text-align: center;
	background:url(../img/body_back.gif) repeat-y;
	background-position: center center;
}

div#all{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

div#top{
	height: 20px;
	width: 800px;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
パン屑リンク
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.navi{
	width:600px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページトップへ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
div.page_top{
	float: right;
	width: 200px;
	height: 20px;
	text-align: right;
	background:url(../img/mark_up.gif) no-repeat;
	background-position: right;
	margin: 5px 0px 20px 0px;
	padding-right: 18px;
}

div.page_next{
	float: right;
	width: 200px;
	height: 20px;
	text-align: right;
	background:url(../img/mark_next.gif) no-repeat;
	background-position: right;
	margin: 5px 0px 20px 0px;
	padding-right: 18px;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページ紹介文
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
h1.catchy{
	width: 800px;
	height: 20px;
	font-size:11px;
	text-indent:0px;
	margin: 2px 0px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
タイトル / コーナー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
h1.title{
	clear:both;
	font-size:20px;
	text-indent:0px;
	font-family: sans-serif;
	margin: 10px 0px 5px 0px;
	padding-bottom: 6px;
	color: #333333;
	border-bottom:solid 1px #666666;
}
/*文字数が多いときに対応*/
h1.title2{
	font-size:14px;
	text-indent:0px;
	font-family: sans-serif;
	margin: 10px 0px 5px 0px;
	padding-bottom: 6px;
	color: #333333;
	border-bottom:solid 1px #666666;
}
h1.title3{
	font-size:12px;
	text-indent:0px;
	font-family: sans-serif;
	margin: 10px 0px 5px 0px;
	padding-bottom: 6px;
	color: #333333;
	border-bottom:solid 1px #666666;
}
h1.title4{
	font-size:10px;
	text-indent:0px;
	font-family: sans-serif;
	margin: 10px 0px 5px 0px;
	padding-bottom: 6px;
	color: #333333;
	border-bottom:solid 1px #666666;
}
h1 div{
	width: 475px;
	font-size:12px;
	margin: 5px 0px;
	color: #333333;
}

/*写真バリエーション*/
h1.p1{
	background: url(../img/title_p1.gif) no-repeat;
}


/*コーナー*/
h2.title{
	clear:left;
	text-indent:0px;
	font-size:14px;
	font-family: sans-serif;
	background-color:#deeafb;
	border-top: solid 1px #cccccc;
	border-bottom: solid  1px #cccccc;
	padding:8px;
}

h3.title{
	font-size:14px;
	font-weight:bold;
	font-family: sans-serif;
	color:#1a3886;
	background: url(../img/mark_text.gif) no-repeat;
	padding:0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

h2.support{
	clear:left;
	text-indent:0px;
	font-size:14px;
	font-family: sans-serif;
	background-color:#e1f0b1;
	border-top: solid 1px #cccccc;
	border-bottom: solid  1px #cccccc;
	padding:8px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
div#top{
	margin-left: auto;
	margin-right: auto;
	clear:both;
	width:820px;
	height:0px;
	text-align:center;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

div#header{
	width: 800px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

div#header .logo{
	float: left;
	width: 230px;
	height: 60px;
	text-indent: -9999px;
	background: url(../img/logo.gif) no-repeat center center;
}
div#header .logo_seo{
	float: left;
	width: 230px;
	height: 60px;
}

div#header .banner{
	float: left;
	width: 310px;
	height: 60px;
	text-indent: -9999px;
	background: url(../img/head_banner.gif) no-repeat center center;
}

div#header .menu{
	float: right;
	width: 260px;
	height: 60px;
	text-align: right;
	/*border: solid 1px #cccccc;*/
}

div#header ul.info1{
	float: right;
	height: 20px;
}
div#header li.info1{
	float: left;
	margin: 0px;
	padding: 0px;
}

div#header li.info1 a:link{
	float: left;
	margin-right: 6px;
	padding: 0px;
	background: url(../img/cross_mark.gif) no-repeat;
	text-indent:20px;
	color:#444444;
}
div#header li.info1 a:visited{
	float: left;
	margin-right: 6px;
	padding: 0px;
	background: url(../img/cross_mark.gif) no-repeat;
	text-indent:20px;
	color:#444444;
}
div#header li.info1 a:active{
	float: left;
	margin-right: 6px;
	padding: 0px;
	background: url(../img/cross_mark_over.gif) no-repeat;
	text-indent:20px;
	color:#96c040;
	text-decoration: underline;
}
div#header li.info1 a:hover{
	float: left;
	margin-right: 6px;
	padding: 0px;
	background: url(../img/cross_mark_over.gif) no-repeat;
	text-indent:20px;
	color:#96c040;
	text-decoration: underline;
}

div#header ul.info2{
	float: right;
	height: 40px;
}
div#header li.info2{
	float: left;
	margin-right: 6px;
	padding: 0px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
左メニュー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#left{
	clear:both;
	float: left;
	width: 180px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color:#ffffff;
}

#left_menu{
	width: 180px;
	margin-top: 10px;
	background-color:#ffffff;
}
.left_menu_s{
	width: 180px;
	margin-top: 10px;
	background-color:#ffffff;
}

/*左メニューのタイトル*/
#left_cart{
	width: 180px;
	height: 36px;
}

/*左メニューのリンクリスト*/
#left_menu ul{
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
}
.left_menu_s ul{
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
}

#left_menu li{
	margin: 0px;
	padding: 0px;
}

.left_menu_s li{
	margin: 0px;
	padding: 0px;
}

/*左メニューのタイトル*/
#left_menu li.title{
	font-size: 0px;
	margin-bottom: 2px;
	padding: 0px;
	height: 40px;
	background-color:#ffffff;
	border-top: solid 1px #cccccc;
	border-bottom: solid  1px #999999;
}
.left_menu_s li.title{
	font-size: 0px;
	margin-bottom: 2px;
	padding: 0px;
	height: 40px;
	background-color:#ffffff;
	border-top: solid 1px #cccccc;
	border-bottom: solid  1px #999999;
}

/*左メニューのライン*/
#left_menu div.line{
	font-size: 0px;
	height: 4px;
	margin: 0px;
	background: url(../img/menu_line.gif) no-repeat;
	background-position:0px 0px;
}

.left_menu_s li.line{
	font-size: 0px;
	height: 4px;
	margin: 0px;
	background: url(../img/menu_line.gif) no-repeat;
	background-position:0px 0px;
}

/*左メニューの下部*/
#left_menu li.footer{
	height: 16px;
	background: url(../img/menu_footer.gif) no-repeat;
	background-position:0px 0px;
}

.left_menu_s li.footer{
	height: 16px;
	background: url(../img/menu_footer.gif) no-repeat;
	background-position:0px 0px;
}

#left_menu a{
	display: block;
	vertical-align:middle;
	background: url(../img/menu_bg_off.gif) no-repeat;
	background-position:0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:4px 4px 2px 25px;
}

.left_menu_s a{
	display: block;
	vertical-align:middle;
	background: url(../img/menu_bg_off.gif) no-repeat;
	background-position:0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:4px 4px 2px 25px;
}

#left_menu li.title a{
	height:100%;
	display: block;
	text-indent:0px;
	background:none;
	background-position:0px;
	padding: 0px;
}
.left_menu_s li.title a{
	height:100%;
	display: block;
	text-indent:0px;
	background:none;
	background-position:0px;
	padding: 0px;
}

#left_menu a:link{
	color:#444444;
	background-color:#ffffff;
}
.left_menu_s a:link{
	color:#444444;
	background-color:#ffffff;
}
#left_menu a:visited{
	color:#444444;
	background-color:#ffffff;
}
.left_menu_s a:visited{
	color:#444444;
	background-color:#ffffff;
}
#left_menu a:active{
	color:#444444;
	background-color:#ffffff;
	background: url(../img/menu_bg_over.gif) no-repeat;
}
.left_menu_s a:active{
	color:#444444;
	background-color:#ffffff;
	background: url(../img/menu_bg_over.gif) no-repeat;
}
#left_menu a:hover{
	color:#96c040;
	background-color:#ffffff;
	background: url(../img/menu_bg_over.gif) no-repeat;
}
.left_menu_s a:hover{
	color:#96c040;
	background-color:#ffffff;
	background: url(../img/menu_bg_over.gif) no-repeat;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カレンダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
table.cal{
	width: 180px;
	font-size: 11px;
	text-align: center;
	border-spacing: 1px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px;
	background-color: #ffffff;
}
table.cal td{
	width: 25px;
	border-spacing: 0px;
	empty-cells: show;
	border: solid 1px #cccccc;
	margin: 0px;
	padding: 2px;
	background-color: #ffffff;
}
table.cal td.month{
	width: 180px;
	background-color: #017cd7;
	color:#ffffff;
}
table.cal td.week{
	background-color: #deeafb;
}
table.cal td.white{
	width: 180px;
	text-align: left;
	background-color:#ffffff;
}

table.cal td.cal{
	background-color:#ffffff;
}

table.cal td.holiday{
	background-color:#ffc8c8;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*カテゴリ*/
.index_box{
	float: left;
	width: 108px;
	height:330px;
	/*border: solid 1px #cccccc;*/
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 4px;
	padding:4px;
	text-align: center;
}

.index_box img{
	clear: both;
	width:100px;
	height:100px;
	margin-top: 4px;
	margin-bottom: 2px;
}

p.cate{
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#f2f4fb;
	padding:3px;
	color:#ffffff;
	font-weight:bold;
	display:block;
	border-top:solid 4px #1a3886;
	height:34px;
	vertical-align:middle;
}

p.catch{
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
}

/*コーナー*/
h2.index_title{
	clear:left;
	text-indent:5px;
	border: solid;
	border-width: 0px 0px 0px 10px;
	padding: 5px;
	border-color: #1a3886;
	font-size:12px;
	background-color:#f2f4fb;
}
/*新着*/
p.new{
	margin: 8px 0px 8px 0px;
	text-align: left;
	vertical-align:top ;
	background:url(../img/mark_next.gif) no-repeat;
	background-position: left top;
	padding-left: 20px;
}

/*特長*/
.point_box{
	float: left;
	width: 350px;
	margin-top: 8px;
	margin-bottom: 5px;
}

p.point{
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 5px;
	font-weight:bold;
	color:#990000;
	vertical-align:top ;
}

/*カテゴリバナー*/
.banner_box{
	float: left;
	width: 246px;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 4px;
}

.banner_box img{
	clear: both;
	width:246px;
	height:60px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/*オプション*/
p.opt_title{
	font-size: 14px;
	text-indent:18px;
	margin-top: 8px;
	margin-bottom: 5px;
	font-weight:bold;
	background: url(../img/cross_mark_over.gif) no-repeat;
	background-color: #ffffff;
}

p.opt{
	margin-top: 5px;
	margin-bottom: 5px;
	height: 60px;
}
p.opt img{
	float:left;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 8px;
}

div.opt_link{
	float:right;
	margin: 0px;
	text-align: left;
	vertical-align:top ;
	background:url(../img/mark_next.gif) no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin: 0px 0px 10px 0px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
メイン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#main{
	float:right;
	width:600px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-color:#ffffff;
}

.item{
	clear:both;
	width:600px;
}

/*アイテム(ボックス)*/
.item_box{
	float: left;
	width: 120px;
	border-bottom: solid  1px #cccccc;
	margin: 5px 4px;
	padding: 8px;
}

.item_box img{
	float: left;
	width:120px;
	height:120px;
	margin-bottom: 5px;
}

/*リスト情報*/
.item_box .gname{
	clear: both;
	width: 120px;
	height:30px;
	text-align: center;
	/*height:160px;*/
	margin-top: 10px;
	margin-bottom: 3px;
}
.item_box .gcode{
	clear: both;
	text-align: center;
	margin-bottom: 3px;
}

.item_box .price{
	clear: both;
	text-align: right;
	font-style:normal;
	font-weight:bold;
	color:#990000;
}

.item_box .orgprice{
	clear: both;
	text-align: right;
}

.item_box .price_new{
	clear: both;
	/*width:120px;*/
	margin-right:1px;
	/*text-align:center;*/
	text-indent:64px;	
	font-style:normal;
	font-weight:bold;
	color:#990000;
	border-style: none;
	background-color:#ffffff;
	background: url(../img/p_price.gif) no-repeat;
	background-position:17%;

}

.item_box .orgprice_new{
	clear: both;
	/*width:120px;*/
	margin:1px;
	/*text-align:center;*/
	text-indent:50px;	
	font-style:normal;
	border-style: none;
	background-color:#ffffff;
	background: url(../img/p_mini_price.gif) no-repeat;
	background-position:30%;
}

/*/リスト情報*/

/*アイテム(リスト情報用テーブル)*/
table.item_box_table{
	float:left;
	width:120px;
	/*border-collapse: separate;*/
	/*border-spacing:1px;*/
	padding:0px 0px 0px 0px;
	/*border: solid 1px #cccccc;*/
	background-color:#ffffff;
	margin-top:0;
}

td.item_box_nametd{
	clear: both;
	width:120px;
	height:30px;
	margin:1px;
	vertical-align:top;
	text-align:center;
	font-weight:normal;
	border-style: none;
	background-color:#ffffff;
}

td.item_box_codetd{
	clear: both;
	width:120px;
	margin:1px;
	text-align:center;
	font-weight:normal;
	border-style: none;
	background-color:#ffffff;
}

td.item_box_pricetd{
	clear: both;
	width:120px;
	margin-right:1px;
	text-align:center;
	font-style:normal;
	font-weight:bold;
	color:#990000;
	border-style: none;
	background-color:#ffffff;
	
}

td.item_box_orgpricetd{
	clear: both;
	width:120px;
	margin:1px;
	text-align:center;
	font-style:normal;
	border-style: none;
	background-color:#ffffff;
	
}

/*アイテム(リスト)*/
.item_list{
	clear: both;
	width: 580px;
	margin: 5px 0px;
	padding: 10px;
}
.item_list_img{
	float: left;
	width: 130px;
	vertical-align: top;
	margin-bottom: 10px;
}
.item_list_info{
	float: right;
	width: 450px;
	vertical-align: top;
}
.item_list img{
	float: left;
	width: 120px;
	height: 120px;
	vertical-align: top;
	margin-right: 10px;
}
.item_list form{
	text-align: right;
	display: block;
	background-color: #f2f4fb;
	padding: 5px;
	margin-bottom: 5px;
}
.item_list form a{
	text-align: left;
	display: block;
	background-color: #f2f4fb;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
一覧・商品詳細用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/*アイテム(メイン) 一覧メイン*/
.main_img{
	float: left;
	width: 300px;
	height: 400px;
	vertical-align: top;
	margin-bottom: 10px;
}
.main_img img{
	width: 300px;
	height: 300px;
	margin-bottom: 5px;
}
.main_img .supple{
	clear: both;
	text-align: center;
	width: 300px;
	vertical-align: top;
	/*margin-bottom: 10px;*/

}

.main_info{
	float: right;
	width: 280px;
	vertical-align: top;
}
.main_info .g_name{
	clear: both;
	text-align: left;
	text-indent:5px;
	font-size: 14px;
	font-weight:bold;
	border-width: 0px 0px 0px 5px;
	border-color: #1a3886;
	border-style: solid;
	border-bottom:solid 1px #1a3886;
	display: block;
	background-color: #f2f4fb;
	padding: 1px;
	margin-bottom: 10px;
}

.main_info .form{
	clear: both;
	text-align: left;
	text-indent:5px;
	border-width: 0px 0px 0px 3px;
	border-color: #cccccc;
	border-style: solid;
	display: block;
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 5px;
}
.main_info .under{
	/*text-decoration: underline;*/
}
.main_info .cartbutton{
	float: right;
	margin-bottom: 0px;
}

.cartbutton_att{
	float: right;
	margin-right: 20px;
	margin-bottom: 5px;
	font-weight:bold;
	color:#990000;
}

.main_info .price{
	clear: both;
	color:#990000;
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	text-align: right;
}
.main_info .taxprice{
	clear: both;
	font-style:normal;
	color:#990000;
	font-size:14px;
	text-align: right;
}
.main_info .setpricetitle{
	text-align: center;
	display: block;
	background-color: #ffffdd;
	padding: 5px;
	margin-bottom: 5px;
}


.main_info_wide{
	width: 600px;
	vertical-align: top;
	font-size: 12px;
}
.main_info_wide .spec{
	text-align: left;
	text-indent:5px;
	border-width: 0px 0px 0px 3px;
	border-color: #cccccc;
	border-style: solid;
	display: block;
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 5px;
}

.main_info_wide .moji{
	font-size: 12px;
}
/*まとめ買い用 テーブル*/
table.set_table{
	float:right;
	width:280px;
	/*border-collapse: separate;*/
	/*border-spacing:1px;*/
	padding:0px 0px 0px 0px;
	/*border: solid 1px #cccccc;*/
	background-color:#ffffff;
}

th.set_head{
	width:280px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:left;
	font-weight:normal;
	border: solid 1px #cccccc;
	background-color:#deeafb;
	color: #444444;
}

th.set_title{
	width:100px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:left;
	font-weight:normal;
	border: solid 1px #cccccc;
	background-color:#deeafb;
	color: #444444;
}
th.set_center{
	width:100px;
	text-align:center;
	font-weight:normal;
	border: solid 1px #cccccc;
	background-color:#deeafb;
	color: #444444;
}
td.set_center{
	width:180px;
	text-align:center;
	font-weight:normal;
	border: solid 1px #cccccc;
	background-color:#deeafb;
	color: #444444;
}
td.set_td{
	width:180px;
	margin:0px;
	text-align:right;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	
}

/*アイテム(写真)*/
.shop_photo_box{
	float: left;
	width: 250px;
	margin: 5px 4px;
	padding: 10px;
	text-align:center;
}

.shop_photo_box img{
	float: none;
	width: 120px;
	height: 120px;
	margin-bottom: 5px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サポート・会社・プライバシー情報用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*サポート情報用*/
.support_info_wide{
	width: 600px;
	vertical-align: top;
}
.info{
	text-align: left;
	text-indent:20px;
	font-weight:bold;
	background: url(../img/cross_mark_over.gif) no-repeat;
	background-color: #ffffff;
	padding: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.mark{
	margin: 0px 8px 0px 0px;
	padding-right:15px;
	background:url(../img/mark_next.gif) no-repeat right;
	text-align:right;
}
/*サポート情報テーブル用*/
table.support_table{
	clear: both;
	width:400px;
	/*border-collapse: separate;*/
	/*border-spacing:1px;*/
	padding:0px 0px 0px 0px;
	/*border: solid 1px #cccccc;*/
	background-color:#ffffff;
}

th.support_head{
	width:400px;
	margin:1px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:center;
	font-weight:normal;
	border-style: none;
	background-color:#e1f0b1;
	color: #444444;
	border: solid 1px #cccccc;
}

td.support_td{
	width:250px;
	margin:1px;
	text-align:left;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	
}
td.support_center{
	width:150px;
	margin:1px;
	text-align:center;
	font-weight:normal;
	border-style: none;
	border: solid 1px #cccccc;
	background-color:#ffffff;
}
/*会社情報テーブル用*/
table.corp_table{
	clear: both;
	width:600px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}

th.corp_title{
	width:600px;
	margin:1px;
	text-align:center;
	font-weight:normal;
	border-style: none;
	background-color:#e1f0b1;
	color: #444444;
	border: solid 1px #cccccc;
}

th.corp_head{
	width:160px;
	margin:1px;
	text-align:left;
	font-weight:normal;
	border-style: none;
	background-color:#e1f0b1;
	color: #444444;
	border: solid 1px #cccccc;
}
td.corp_td{
	width:440px;
	margin:1px;
	text-align:left;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	
}
td.corp_td_center{
	width:440px;
	margin:1px;
	text-align:center;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	
}


/*プリント料金テーブル用*/
table.print_table{
	clear: both;
	width:600px;
	/*border-collapse: separate;*/
	/*border-spacing:1px;*/
	padding:0px 0px 0px 0px;
	/*border: solid 1px #cccccc;*/
	background-color:#ffffff;
}

th.print_head{
	width:240px;
	margin:1px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:left;
	font-weight:bold;
	border-style: none;
	background-color:#e1f0b1;
	color: #444444;
	border: solid 1px #cccccc;
}

th.print_item{
	width:240px;
	margin:1px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:center;
	font-weight:normal;
	border-style: none;
	background-color:#ffffff;
	color: #444444;
	border: solid 1px #cccccc;
}

th.print_center{
	width:90px;
	margin:1px;
	text-align:center;
	font-weight:normal;
	border-style: none;
	border: solid 1px #cccccc;
	background-color:#e1f0b1;
	color: #444444;
}

td.print_center{
	width:90px;
	margin:1px;
	text-align:center;
	font-weight:normal;
	border-style: none;
	border: solid 1px #cccccc;
	background-color:#ffffff;
}

td.print_right{
	width:90px;
	margin-left:2px;
	text-align:right;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.sitemap{
	float: left;
	width: 300px;
	vertical-align: top;
}

p.head{
	font-size:14px;
	text-align: left;
	text-indent:20px;
	display: block;
	background: url(../img/cross_mark_over.gif) no-repeat;
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 5px;
}

p.in{
	margin: 8px 0px 8px 10px;
	font-size:13px;
	text-align: left;
	vertical-align:top ;
	background: url(../img/mark_next.gif) no-repeat;
	background-position: left top;
	padding-left: 20px;
}

.exp{
	font-size:11px;
}
/*float解除用*/
.cr {
	clear: both;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッタ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
div#footer{
	margin-left: auto;
	margin-right: auto;
	clear:both;
	width:800px;
	height:20px;
	background-color:#dddddd;
	text-align:center;
	padding: 5px 0px;
	border-bottom: solid 1px #cccccc;
}
