body {
	line-height: 1.4;
	font-size: 75%;
	width: 800px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: center;
	}
	

body.cont_width_dc {background-image: url("img/body_bg_cont_width_dc.jpg");}/*3カラム*/
body.cont_width_lc {background-image: url("img/body_bg_cont_width_lc.jpg");}/*2カラム（左サイドバー）*/
body.cont_width_rc {background-image: url("img/body_bg_cont_width_rc.jpg");}/*2カラム（右サイドバー）*/
body.cont_width_nc {background-image: url("img/body_bg_cont_width_nc.jpg");}/*1カラム*/

div#header {
	margin-bottom: 15px;
	background-color: #fff;
	}

div#container {
	padding-bottom: 15px;
	}
	body.cont_width_dc div#container {
		padding: 0 200px 15px;
		width: 400px;
		}
	body.cont_width_lc div#container {
		padding: 0 6px 15px 200px;
		width: 594px;
		}
	body.cont_width_rc div#container {
		padding: 0 200px 15px 6px;
		width: 594px;
		}
	body.cont_width_nc div#container {
		padding: 0 6px 15px;
		width: 788px;
		}
	div#container:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}


div#maincolumn {
	float: left;
	width: 100%;
	}
	body.cont_width_dc div#maincolumn {
		}
	body.cont_width_lc div#maincolumn {
		}
	body.cont_width_rc div#maincolumn {
		}
	body.cont_width_nc div#maincolumn {
		}

div#leftcolumn {
	float: left;
	width: 166px;
	margin-left: -166px;
	position: relative;
	}
	body.cont_width_dc div#leftcolumn {
		left: -428px;
		}
	body.cont_width_lc div#leftcolumn {
		left: -622px;
		}

div#rightcolumn {
	float: left;
	width: 166px;
	margin-left: -166px;
	position: relative;
	}
	body.cont_width_dc div#rightcolumn {
		left: 194px;
		}
	body.cont_width_rc div#rightcolumn {
		left: 194px;
		}

div#footer {
	background-color: #fff;
	}

/*-----------------------------------------------------------------------------------
                                     div#header
-----------------------------------------------------------------------------------*/

/* ロゴ:h1（ヘッダー）
----------------------------------------------- */

div#header h1 a {
	display: block;
	height: 45px;
	width: 435px;
	background-image: url("img/header/header_logo.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	}

/* インフォメーション（ヘッダー）
----------------------------------------------- */

div#header dl.info {
	height: 45px;
	width: 365px;
	background-image: url("img/header/header_info.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
	}

/* グローバルナビ（ヘッダー）
----------------------------------------------- */

div#header ul.globalNavi {
	height: 40px;
	width: 100%;
	overflow: hidden;
	clear: both;
	}
	div#header ul.globalNavi li {
		display: inline;
		}
	div#header ul.globalNavi li a {
		text-indent: -9999px;
		display: block;
		float: left;
		height: 40px;
		overflow: hidden;
		background-repeat: no-repeat;
		}
	div#header ul.globalNavi li.top a {
		width: 130px;
		background-image: url("img/gnav/gnav_top.gif");
		}
	div#header ul.globalNavi li.items a {
		width: 137px;
		background-image: url("img/gnav/gnav_items.gif");
		}
	div#header ul.globalNavi li.low a {
		width: 176px;
		background-image: url("img/gnav/gnav_low.gif");
		}
	div#header ul.globalNavi li.oteire a {
		width: 121px;
		background-image: url("img/gnav/gnav_new.gif");
		}
	div#header ul.globalNavi li.tenpo a {
		width: 109px;
		background-image: url("img/gnav/gnav_comp.gif");
		}
	div#header ul.globalNavi li.blog a {
		width: 127px;
		background-image: url("img/gnav/gnav_blog.gif");
		}
		div#header ul.globalNavi li a:hover {
			background-position: 0 -40px;
			}


/*-----------------------------------------------------------------------------------
                                  div#maincolumn
-----------------------------------------------------------------------------------*/

div#maincolumn h2 {
	background-color: #fdf7f7;
	}
.submit {
	text-align: center;
	}

/*---------------------------------------------
                  商品一覧
---------------------------------------------*/

div#maincolumn div.goodsQuery {
	font-size: 120%;
	}
	div#maincolumn div.goodsQuery span.floatright{
		float: right;
		}

div#maincolumn div.section {
	width: 100%;
	margin: .5em 0;
	padding: .5em 0;
	border-bottom: 1px dotted #CCCCCC;
	}
	div#maincolumn div.section:after {
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
		clear: both;
		}

div#maincolumn div.goodsPhoto {
	float: left;
	text-align: center;
	width: 190px;
	}
div#maincolumn div.goodsPhoto img {
	padding: 3px;
	margin: 3px;
	border: 1px solid #CCCCCC;
	}
div#maincolumn h3.goodsName {
	font-size: 125%;
	}
div#maincolumn p.goodsPrice {
	color: #e20059;
	}

div#maincolumn div.goodsEx {
	background:#F7F7F7 none repeat scroll 0%;
	border:1px dotted #CCCCCC;
	margin-left:190px;
	padding:5px;
	text-align:right;
	}
/*---------------------------------------------
                    #page
---------------------------------------------*/

#page .important {
	background:#FFEFE8 none repeat scroll 0%;
	font-style:italic;
	margin:1em 0pt;
	padding:10px;
	}

#page .submit{
	text-align: center;
	padding: 1em;
	}



/*---------------------------------------------
                    #
---------------------------------------------*/

/* パンくずリスト
----------------------------------------------- */

p.topicpath {
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: 1px dashed silver;
	}

/* トップページキャンペーン（メイン）
----------------------------------------------- */

div#top_campaignarea {
	width: 100%;
	margin-bottom: 15px;
	}
	div#top_campaignarea:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
div#top_campaignarea li {
	width: 195px;
	float: left;
	}

/* 新着情報
----------------------------------------------- */
div#blockNews div.content {
	overflow: auto;
	height: 300px;
	}
div#blockNews div.content dt {
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 0;
	}
div#blockNews div.content dd {
	margin: .25em 0 .25em 10px;
	padding: 0 0 .25em 1.5em;
	border-left: 5px solid #dfdfdf;
	border-bottom: 1px dotted #dfdfdf;
	}

/* 注目商品（メイン）
----------------------------------------------- */

div#blockPickup {
	width: 100%;
	margin-bottom: 15px;
	}
	div#blockPickup:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
div#blockPickup ul {
	width: 100%;
	border-bottom: 1px dashed silver;
	}
	div#blockPickup ul:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
div#blockPickup li.bsection {
	width: 130px;
	float: left;
	padding: 8px;
	}
div#blockPickup dl {
	width: 122px;
	}
div#blockPickup dl dd {
	margin: 7px 0;
	}
div#blockPickup .bgoodsPrice {
	color: red;
	}

/* 今月のお楽しみ（メイン）
----------------------------------------------- */

div#otanoshimi {
	width: 100%;
	}
	div#otanoshimi:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
div#otanoshimi p img {
	float: left;
	padding: 0 15px 15px 0;
	}
/* 送料（メイン）
----------------------------------------------- */
table#souryou {
	margin: 10px 0;
	border: 1px solid silver;
	border-collapse: collapse;
	}
table#souryou th,
table#souryou td {
	border: 1px solid silver;
	padding: 5px 0 5px 5px;
	}
table#souryou thead th {
	font-size: 120%;
	vertical-align: middle;
	background-color: #f3f3f3;
	}
table#souryou ul li {
	float: left;
	width: 4em;
	text-align: center;
	margin: 3px 6px 3px 3px;
	padding-bottom: 1px;
	border-bottom: 1px dotted silver;
	}
table#souryou .price {
	width: 35%;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	}
table#souryou tr.g1 * {
	color: #000;
	border-collapse: separate;
	border-color: #fff;
	border-left-color: silver;
	background-color: #f1bfbf;
	}
table#souryou tr.g1 *.price {
	border-right-color: silver;
	}
table#souryou tr.g1 ul li {
	border-bottom-color: #ffe9f5;
	}
table#souryou tfoot p {
	font-size: 120%;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 5px solid #ff5089;
	}
/*-----------------------------------------------------------------------------------
                               div.sidetcolumn
-----------------------------------------------------------------------------------*/

div.sidecolumn div.content {
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid silver;
	border-top: none;
	}
div.sidecolumn div.content * {
	margin: 0 0 .5em;
	}
	div.sidecolumn div.content * * {
		margin: 0;
		}

/* 現在のかご（サブ）
----------------------------------------------- */
div#blockCart p.cartNumber {
	border-bottom: 1px dashed silver;
	}
div#blockCart p.cartTotal {
	color: red;
	}
div#blockCart p.cartTotal span.price {
	color: black;
	}

/* 店舗情報（サブ）
----------------------------------------------- */
div#blockCampany_info div.content {
	padding: 5px 0;
	}

div#blockCampany_info div.content * {
	padding: 0 5px;
	margin: .5em 0;
	}
	div#blockCampany_info div.content * * {
		padding: 0;
		}
	div#blockCampany_info div.content *.img {
		padding: 0 0 0 1px;
		}
div#blockCampany_info div.content dt {
	display: none;
	}

/* 人気アイテム（サブ）
----------------------------------------------- */

div#blockNinki {
	width: 100%;
	}
div#blockNinki div.content {
	padding: 0;
	}
div#blockNinki li.bsection {
	width: 100%;
	padding: 10px 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px dashed silver;
	}
div#blockNinki li.bsection dl {
	width: 130px;
	margin: 0 auto;
	}
div#blockNinki dd.bgoodsEx {
	margin: 8px 0;
	}

/* 商品カテゴリ（サブ）
----------------------------------------------- */

div#blockCategory ul ul {
	margin-left: 10px;
	}
div#blockCategory li a {
	border-left: 5px solid #fff;
	padding-left: 5px;
	}
div#blockCategory li.current a {
	border-color: red;
	}
	div#blockCategory li.current li a {
		border-color: #fff;
		}
/*---------------------------------------------
               #leftcolumn
---------------------------------------------*/

/*---------------------------------------------
               #rightcolumn
---------------------------------------------*/

/*-----------------------------------------------------------------------------------
                                  p#pagetop
-----------------------------------------------------------------------------------*/

div#pagetop {
	text-align: right;
	padding: 0 6px 6px;
	border-bottom: 3px solid #4a1a18;
	}

/*-----------------------------------------------------------------------------------
                                  div#footer
-----------------------------------------------------------------------------------*/

div#footer {
	padding: 10px 6px;
	}

/* グローバルナビ（フッター）
----------------------------------------------- */

div#footer ul.globalNavi li a {
	padding-left: 25px;
	background-image: url("img/list_img_01.gif");
	background-repeat: no-repeat;
	background-position: left center
	}
	div#footer ul.globalNavi li a:hover {
		background-image: url("img/list_img_01_on.gif");
		background-position: 4px center;
		}



/* Blocks
---------------*/

.Title{
    background: #3D6620 url(../templates/green/images/title_back.gif) repeat-x;
    height: 28px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    }

.left{
    float: left;
    width: 10px;
    height: 28px;
    background: url(../templates/green/images/title_Left.gif) no-repeat;
    }

.right{
    float: right;
    width: 10px;
    height: 28px;
    background: url(../templates/green/images/title_Right.gif) no-repeat;
    }

#promotion{
	background: url(../templates/green/images/image.png);
	width: 460px;
	height: 120px;
	margin-bottom: 1em;
	}



/* Goods
---------------*/

.section{
	margin: 1em 0;
	padding: 1em 0;

	}

.goodsPhoto{
	width: 150px;
	float: left;
	text-align: center;
	}

.goodsPhoto img{
	border: 1px solid #CCC;
	padding: 3px;
	margin: 3px;
	}

.goodsName{
	margin-bottom: 7px;
	font-size: 13px;
	padding: 0 10px;
	}

.goodsName a:link, .goodsName a:visited{
	}

.goodsStatus{
	float: right;
	margin-bottom: 2px;
	}

.goodsPrice{
	width: 420px;
	color: #E20059;
	margin-bottom: 1em;
	}

.goodsInfo{
	}

.goodsEx{
	border: 1px dotted #ccc;
	background: #F7F7F7;
	margin-left: 150px;
	padding: 5px;
	text-align: right;
	}

.goodsDetail{
	}

.goodsCart{
	padding: 5px;
	}

.goodsCart input{
	margin: 3px 0;
	}

.goodsQuery{
	background: #F0F0F0;
	padding: 5px;
	}

.goodsQuery .floatright{
	float:right;
	}

/* Detail
-------------*/

#detailBox{
	padding: 1em 0;
	}

#detailPicture{
	float:left;
	width: 240px;
	text-align: center;
	}

#detailData{
	float:right;
	width: 300px;
	}

#detailData td{
	border-bottom: 1px dotted #CCC;
	padding: 4px;
	}

.detailMaincom{
	padding: 1em;
	line-height: 1.5;
	}

#detailSubcom{
	padding: 1em 0;
	}
	
#detailSubcom h3{
	background: #3D6620 url(../templates/green/images/title_goods.gif);
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	}

#detailSubcom .picture{
	float: right;
	width: 200px;
	}

#customerVoice{
	padding: 1em 0;
	}

#customerVoice .head{
	font-size: 120%;
	color: #492911;
	line-height: 40px;
	padding-left: 30px;
	background-image: url("img/lace.gif");
	background-repeat: repeat-x;
	background-color: #fdf7f7;
	}

#customerVoice .write{
	text-align: right;
	padding: 5px 0;
	}

#customerVoice .small{
	font-size: 11px;
	}

#customerVoice dd{
	padding: 10px;
	}

#detailPickup h2{
	background: #3D6620 url(../templates/green/images/title_goods.gif);
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
	}

#detailPickup p{
	text-align: left;
	}

#detailPickup .bseparate{
	clear: both;
	height: 15px;
	width: 520px;
}
#detailPickup .bsectionBox{
	float: left;
	width: 520px;
}
#detailPickup .bsection{
	float: left;
	width: 184px;
	padding: 7px 8px 7px 8px;
}

#detailPickup img{
}
#detailPickup p.bgoodsName{
	float: right;
	width: 230px;
	margin-bottom: 7px;
	font-weight: bold;
}
#detailPickup p.bgoodsName img{
	margin-right: 5px;
}
#detailPickup p.bgoodsPrice{
	float: right;
	width: 230px;
	margin-bottom: 2px;
	color: #FF3300;
}
#detailPickup p.bgoodsInfo{
	float: right;
	width: 230px;
	margin-bottom: 7px;
}
#detailPickup p.bgoodsInfo img{
	margin: 2px 2px 0px 0px;
}
#detailPickup p.bgoodsEx{
	clear: both;
	width: 290px;
}

/* Page
---------------------------*/

#page{}

#page h3{
	background: url(../templates/green/images/mypage_history.gif);
	margin: 0 0 1em 0;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	color: #333;
	font-size: 120%;
	font-weight: bold;
	}

#page .important{
	background: #FFEFE8;
	margin: 1em 0;
	padding: 10px;
	font-style: italic;
	}

#page .submit{
	text-align: center;
	padding: 1em;
	}

.area45 {
	border: 1px solid #ccc;
	}

/* My Page
---------------------------*/

#mypage{
	}

#mypage h2{
	background: url(../templates/green/images/mypage_h2.gif);
	margin-bottom: 1em;
	padding: 15px 70px 0;
	height: 29px;
	line-height: 35px;
	color: #333;
	font-size: 130%;
	font-weight: bold;
	}

#mypage h3{
	background: url(../templates/green/images/mypage_history.gif);
	margin: 0 0 1em 0;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	color: #333;
	font-size: 120%;
	font-weight: bold;
	}

#mypage .history{
	}

#mypage .leftbox{
	float: left;
	width: 180px;
	}

#mypage .rightbox{
	float: left;
	width: 600px;
	}

#mypage .buydate{
	background: #FFDFD0;
	padding: 10px;
	font-style: italic;
	}

#mypage .important{
	background: #FFEFE8;
	margin: 1em 0;
	padding: 10px;
	font-style: italic;
	}

#mypage .submit{
	text-align: center;
	padding: 1em;
	}

#mypage .table{
	background: #CCCCCC;
	}

#mypage .table tr td{
	padding: 5px;
	}

#mypage .notfound{
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	}

#mypage .paddingbox{
	padding: .5em 2em;
	}

#mypage .frame{
	background: #FFF;
	border: 1px solid #CCC;
	margin: 10px;
	padding: 10px;
	}

#mypage .frame2{
	background: #FFF;
	border: 5px solid #CCC;
	margin: 20px 40px;
	padding: 10px;
	}

#mypage .loginbox{
	padding: 20px 60px;
	}

#mypage .welcome{
	background: url(../templates/green/images/welcome.gif) no-repeat;
	height: 44px;
	padding: 5px 0 0 20px;
	line-height: 1.5;
	}

.c-both{
	clear: both;
	}
table{
	font-size: 100%;
	}

.table{
	background: #CCCCCC;
	}

.table tr td{
	padding: 5px;
	}

th a:link, th a:active, th a:visited{
	}

hr{
	}

img{
	border: 0px;
	}

p{
	padding: 0;
	margin: 0.5em 0;
	}

h1,h2,h3,h4{

	}

h4{
	}
h2.itemtitle{
	font-size: 120%;
	color: #492911;
	line-height: 40px;
	padding-left: 20px;
	background-image: url("img/lace.gif");
	background-repeat: repeat-x;
	background-color: #fdf7f7;
	}
h2.archivetitle{
	color: #fff;
	padding-left: 20px;
	background-image: url("img/lace.gif");
	background-repeat: repeat-x;
	background-color: #fdf7f7;
	margin-bottom: 10px;
	}
