@charset "shift_jis";

/* =======================================

	○○○○ CommonElements

======================================= */

* {
	margin: 0;
	padding: 0;
}

#container {
	width: 816px;
	margin: 0 auto;
	line-height: 150%;
	background: transparent url(../img/body_bg.gif) center repeat-y;
}

#bg {
	width: 816px;
	margin: 0 auto;
	line-height: 150%;
	background: transparent url(../img/body_bg.gif) center repeat-y;
}

a:link { text-decoration:underline; color: #5b8612;}
a:visited { text-decoration:underline; color: #5b8612;}
a:active { text-decoration:none; color: #5b8612;}
a:hover { text-decoration:none; color: #5b8612;}


/*グレーのリンク文字色*/
#header div ul li a:link,
#footer a:link{ text-decoration:underline; color: #494949;}

#header div ul li a:visited,
#footer a:visited { text-decoration:underline; color: #494949;}

#header div ul li a:active,
#footer a:active { text-decoration:none; color: #494949;}

#header div ul li a:hover,
#footer a:hover { text-decoration:none; color: #494949;}

/*青のリンク文字色*/
#secondarycontents div.frame_box ul li a:link { text-decoration:underline; color: #3975ad;}
#secondarycontents div.frame_box ul li a:visited { text-decoration:underline; color: #3975ad;}
#secondarycontents div.frame_box ul li a:active { text-decoration:none; color: #3975ad;}
#secondarycontents div.frame_box ul li a:hover { text-decoration:none; color: #3975ad;}

/*ピンクで太字のリンク文字色*/
#top #primarycontents div.article ul li.articlebox a:link { text-decoration:underline; color: #b7066a; font-weight: bold;}
#top #primarycontents div.article ul li.articlebox a:visited { text-decoration:underline; color: #b7066a; font-weight: bold;}
#top #primarycontents div.article ul li.articlebox a:active { text-decoration:none; color: #b7066a; font-weight: bold;}
#top #primarycontents div.article ul li.articlebox a:hover { text-decoration:none; color: #b7066a; font-weight: bold;}


body {
	font-size: 12px;
	background: transparent url(../img/bg.gif);
	color: #494949;
	text-align: center;
}

/* IE6*/
* html body { margin-left: 1px;}
/* */ 

/* IE7 \*/
*:first-child+html body { margin-left: 1px;}
/* */ 

/*FLOAT*/
.left {float: left;}
.right {float: right;}
img.left {float: left; margin: 0 5px 5px 0;}
img.right {float: right; margin: 0 0 5px 5px;}

/*テキスト装飾*/

.price { color: #ff0000; font-weight: bold; }
.pink {color: #b7066a;}
.blue {color: #3975ad;}
.flow_blue {color: #0084a0;}
.flow_yellow {color: #e69700;}
.orange {color: #ff6d0d;}
.attention { color: #ff0000; }
.normal {color: #494949; font-weight: normal;}
.mini { font-size: 90%; }
em {
    font-style: normal;
    color: #ff0000;
}

.text_s {font-size: 90%;}

/*マージン*/

.m_btm01 {margin-bottom: 10px;}
.m_top01 {margin-top: 10px;}


/*フォーム*/

input {border: 1px #a5aeb5 solid;}
.b_none {border: none;}


/*Dreamweaver用　clear*/
.clear {clear: both; line-height: 0; font-size: 0;}

/* ------------------------------------

　　Header要素

------------------------------------ */
#header {
	width: 800px;
	height: 120px;
	background: url(../img/header_bg.jpg) no-repeat;
	text-align: left;
	margin: 0 auto;

}

#header a.logo {
	width: 310px;
	height: 60px;
	display: block;
	position: absolute;
	margin: 18px 0 0 20px;
}

#header h1  span {
	display: none;
}

#header div {
	width: 800px;
	position: absolute;
	margin-top: 71px;
}

/* IE6*/
* html #header div { margin-bottom: 7px;}
/* */ 

/* IE7 \*/
*:first-child+html #header div { margin-bottom: 7px;}
/* */ 

#header div ul li {
	float: right;
	display: inline;
	margin-right: 13px;
}

#header div ul li a {
	height: 22px;
	display: block;
	padding-top: 3px;
	padding-left: 25px;
	font-size: 12px;
}

#header div ul li.h_navi04 {margin-right: 19px;}

/* IE6*/
* html #header div ul li.h_navi01 {width: 83px; margin-right: 0;}
* html #header div ul li.h_navi02 {width: 90px; margin-right: 0;}
* html #header div ul li.h_navi03 {width: 91px; margin-right: 0;}
* html #header div ul li.h_navi04 {width: 88px;}
/* */ 
/*off*/
#header div ul li.h_navi01 a {background:url(../img/h_navi01.jpg) no-repeat;}
#header div ul li.h_navi02 a {background:url(../img/h_navi02.jpg) no-repeat;}
#header div ul li.h_navi03 a {background:url(../img/h_navi03.jpg) no-repeat;}
#header div ul li.h_navi04 a {background:url(../img/h_navi04.jpg) no-repeat;}

/*on*/
#header div ul li.h_navi01 a:hover {background:url(../img/h_navi01_on.jpg) no-repeat;}
#header div ul li.h_navi02 a:hover {background:url(../img/h_navi02_on.jpg) no-repeat;}
#header div ul li.h_navi03 a:hover {background:url(../img/h_navi03_on.jpg) no-repeat;}
#header div ul li.h_navi04 a:hover {background:url(../img/h_navi04_on.jpg) no-repeat;}

#header p {
	width: 800px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	background: url(../img/header_under_bg.gif) repeat-x;
	position: absolute;
	margin-top: 100px;
	clear: both;
}


/* ------------------------------------

　　Wrapper要素

------------------------------------ */
#wrapper {
	width: 760px;
	margin: 5px auto 40px;
	clear: both;
}


/* ------------------------------------

　PrimaryContents要素

------------------------------------ */
#primarycontents {
	float: right;
	width: 569px;
	text-align: left;
}

#primarycontents div.frame_box {
	width: 569px;
	background: url(../img/mainarea_frame.gif) repeat-y;
	border-bottom: 1px #cccccc solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#primarycontents p {
	margin-bottom: 1.8em;
	clear: both;
}

#primarycontents span.ind01 {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

/*テーブル*/

#primarycontents table {
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	margin: 5px 0;
}

#primarycontents table td {
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

#primarycontents table.cnt td,
#primarycontents table td.cnt {
	text-align: center;
}

.b_c01 {background: #ffced3;}
.b_c02 {background: #f7ffea;}
.b_c03 {background: #ededed;}
.b_c04 {background: #e6ffff;}

/*div*/

#primarycontents div.bd01 {border: 1px #cccccc solid;}

#primarycontents div.wid01 {width: 20px;}






#primarycontents p.line01 {
	font-size: 90%;
	background: url(../img/line01.gif) repeat-x;
	margin-top: 40px;
	padding-top: 15px;
}


/* ------------------------------------

　SecondaryContents要素

------------------------------------ */
#secondarycontents {
	width: 171px;
	float: left;
}

#secondarycontents h4 {
	width: 171px;
	height: 28px;
	background:url(../img/navi_l.jpg) no-repeat;
}

#secondarycontents h4.navi_title01 {background-position: 0 0;}
#secondarycontents h4.navi_title02 {background-position: 0 -28px;}
#secondarycontents h4.navi_title03 {background-position: 0 -56px;}
#secondarycontents h4.navi_title04 {background-position: 0 -84px;}

#secondarycontents h4 span {
	display: none;
}

#secondarycontents ul {
	width: 171px;
}

#secondarycontents ul li {
	width: 171px;
	height: 28px;
	display: inline;
	line-height: 0;
	font-size: 0;
	background:url(../img/navi_s.jpg) no-repeat;
}

#secondarycontents ul li a {
	width: 171px;
	height: 28px;
	display: block;
	background:url(../img/navi_s.jpg) no-repeat;
}

/*off*/
#secondarycontents ul li.navi01 a {background-position: 0 0; height: 29px;}
#secondarycontents ul li.navi02 a {background-position: -171px 0;}
#secondarycontents ul li.navi03 a {background-position: -342px 0;}
#secondarycontents ul li.navi04 a {background-position: -513px 0;}
#secondarycontents ul li.navi05 a {background-position: -684px 0;}
#secondarycontents ul li.navi06 a {background-position: -855px 0;}
#secondarycontents ul li.navi07 a {background-position: -1026px 0;}
#secondarycontents ul li.navi08 a {background-position: -1197px 0;}
#secondarycontents ul li.navi09 a {background-position: -1368px 0;}

/*over*/
#secondarycontents ul li.navi01 a:hover {background-position: 0 -29px; height: 29px;}
#secondarycontents ul li.navi02 a:hover {background-position: -171px -29px;}
#secondarycontents ul li.navi03 a:hover {background-position: -342px -29px;}
#secondarycontents ul li.navi04 a:hover {background-position: -513px -29px;}
#secondarycontents ul li.navi05 a:hover {background-position: -684px -29px;}
#secondarycontents ul li.navi06 a:hover {background-position: -855px -29px;}
#secondarycontents ul li.navi07 a:hover {background-position: -1026px -29px;}
#secondarycontents ul li.navi08 a:hover {background-position: -1197px -29px;}
#secondarycontents ul li.navi09 a:hover {background-position: -1368px -29px;}

/*on*/
#secondarycontents ul li.navi01_on a {background-position: 0 -29px; height: 29px;}
#secondarycontents ul li.navi02_on a {background-position: -171px -29px;}
#secondarycontents ul li.navi03_on a {background-position: -342px -29px;}
#secondarycontents ul li.navi04_on a {background-position: -513px -29px;}
#secondarycontents ul li.navi05_on a {background-position: -684px -29px;}
#secondarycontents ul li.navi06_on a {background-position: -855px  -29px;}
#secondarycontents ul li.navi07_on a {background-position: -1026px -29px;}
#secondarycontents ul li.navi08_on a {background-position: -1197px -29px;}
#secondarycontents ul li.navi09_on a {background-position: -1368px -29px;}


#secondarycontents ul li.navi01,
#secondarycontents ul li.navi01_on {
	height: 29px;
}
#secondarycontents ul li a span {
	display: none;
}

#secondarycontents ul li.dot {
	height: 1px;
	display: block;
	line-height: 0;
	font-size: 0;
	background: url(../img/line02.gif) repeat-x;
}

#secondarycontents div.frame_box {
	width: 171px;
	text-align: left;
	background: url(../img/leftarea_frame.gif) repeat-y;
	border-bottom: 1px #cccccc solid;
	margin-bottom: 8px;
}

#secondarycontents div.frame_box h6 {
	width: 171px;
	height: 27px;
	display: block;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	background: url(../img/leftarea_title.jpg) no-repeat;
	padding: 6px 0 0 10px;
}

/* IE6*/
* html #secondarycontents div.frame_box h6 {width: 171px; padding: 5px 0 0 10px; margin-bottom: 10px;}
/* */ 

#secondarycontents div.frame_box ul {
	width: 151px;
	margin-left: 10px;
	clear: both;
}

#secondarycontents div.frame_box ul li {
	width: 150px;
	height: auto;
	float: none;
	display: block;
	line-height: 100%;
	font-size: 10px;
	background: none;
	margin-bottom: 7px;
}

#secondarycontents div.frame_box ul li img {
	margin-right: 5px;
}

#secondarycontents div.frame_box ul li a {
	width: auto;
	height: auto;
	background: none;
}

#secondarycontents div.frame_box ul li div.login_box {
	width: 120px;
	text-align: center;
	margin: 0 auto;
}

#secondarycontents div.frame_box ul li input.inp_login {width: 95px;}

#secondarycontents div.frame_box ul li input.login_btn {
	width: 63px;
	height: 24px;
	display: block;
	float: right;
	background: url(../img/btn_login.jpg) no-repeat 0 0;
	border: none;
	cursor:pointer;
}

#secondarycontents div.frame_box ul li input:hover.login_btn {background-position: 0 -24px;cursor:pointer;}

#secondarycontents div.ssl {
	width: 171px;
	height: 152px;
	background: url(../img/ssl_area.jpg) no-repeat;
	margin-top: 10px;
}

#secondarycontents div.ssl img {
	margin-top: 8px;
}



/* ------------------------------------

　　Footer要素

------------------------------------ */
#footer {
	width: 760px;
	margin: 0 auto;
	font-size: 11px;
	border-top: #cccccc 1px solid;
	padding: 8px 0 20px;
	text-align: left;
}

#footer ul {
	float: left;
	width: 400px;
}

#footer ul li {
	float: left;
	display: block;
	margin-right: 8px;
}

#footer p {
	float: right;
	height: 40px;
}


/* エラー
----------------------------------------------- */
div#under02column_error {

}

div#under02column_error .messagearea {
    width: 680px;
    margin: 15px auto 0 auto;
    padding: 10px 5px;
    border: 5px solid #ccc;
    text-align: center;
}

div#under02column_error .messagearea .error {
    padding: 120px 0;
}

/* 商品詳細拡大写真
----------------------------------------------- */
div#bigimage {
    width: 520px;
    margin: 15px auto 0 auto;
    background-color: #ffffff;
}

div#bigimage img {
    padding: 10px;
    background-color: #ffffff;
}


/* カート拡大写真
----------------------------------------------- */
div#cartimage {
    width: 280px;
    margin: 15px auto 0 auto;
    background-color: #ffffff;
}

div#cartimage img {
    padding: 10px;
    background-color: #ffffff;
}
/* お客様の声
----------------------------------------------- */
div#customervoicearea {
    clear: both;
    width: 580px;
    padding: 35px 0 0 0;
}

div#customervoicearea h2 {
    padding: 0 0 10px 0;
}

div#customervoicearea .voicedate{
    font-weight: bold;
    margin: 10px 0 0 0;
}

div#customervoicearea .voicetitle{
    padding: 5px 0;
    font-size: 120%;
    font-weight: bold;
}

div#customervoicearea li {
    padding: 0 0 10px 0;
    background: url("../img/common/line_580.gif") no-repeat bottom;
}

/* トラックバック
----------------------------------------------- */
div#trackbackarea {
    clear: both;
    width: 580px;
    padding: 35px 0 0 0;
}

div#trackbackarea h2 {
    padding: 0 0 10px 0;
}

div#trackbackarea h3 {
    font-size: 100%;
    font-weight: bold;
    padding: 0 0 10px 0;
}

div#trackbackarea .box500 {
    width: 500px;
    border: solid 1px #ccc;
}

/* この商品を買った人はこんな商品も買っています
----------------------------------------------- */
div#whoboughtarea {
    clear: both;
    width: 580px;
    padding: 35px 0 0 0;
}

div.whoboughtblock {
    clear: both;
    width: 580px;
    padding: 10px 0;
    overflow: auto;
}

div.whoboughtleft {
    float: left;
    width: 280px;
    padding: 10px 0;
    position: relative;
    background: url("../img/common/line_578.gif") no-repeat bottom;
}

div.whoboughtleft img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.whoboughtleft p {
    margin: 0 0 5px 0;
}

div.whoboughtright {
    float: right;
    width: 280px;
    padding: 10px 0;
    position: relative;
    background: url("../img/common/line_578.gif") no-repeat bottom;
}

div.whoboughtright img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.whoboughtright p {
    margin: 0 0 5px 0;
}

div.whoboughtleft h3 {
    font-size: 100%;
}

div.whoboughtright h3 {
    font-size: 100%;
}



/* お客様の声の書き込み・新しいお届け先の追加・変更
----------------------------------------------- */
div#windowcolumn {
    width: 550px;
	text-align: left;
    margin: 15px auto 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #b7066a;
}

div#windowcolumn h2 {
    width: 550px;
    margin: 0 0 15px 0;
}

div#windowarea {
    width: 500px;
    margin: 15px auto 0 auto;
}

div#windowarea p.windowtext {
    margin: 15px 0 0 0;
}

div#windowarea table {
    width: 490px;
}

div#windowarea .zipimg img {
    margin: 5px 0 0 0;
}

div#windowarea .box350 {
    width: 350px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#windowarea .area350 {
    width: 350px;
    height: 120px;
    border: 1px solid #ccc;
}

div#windowarea .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#windowarea .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#windowarea .box300 {
    width: 300px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#windowarea .btn {
    margin: 15px 0 30px 0;
    text-align: center;
}

div#windowarea #completebox {
    width: 490px;
    margin: 15px 0 0 0;
    border: 5px solid #ccc;
}

div#windowarea #completebox p{
    padding: 60px 5px;
    text-align: center;
}

/* 郵便番号検索
----------------------------------------------- */
div#zipsearchcolumn {
    width: 460px;
    margin: 15px auto 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #b7066a;
}

div#zipsearchcolumn h2 {
    width: 460px;
    margin: 0 0 15px 0;
}

div#zipsearcharea {
    width: 460px;
    margin: 15px auto 0 auto;
}

div#zipsearchcolumn .btn {
    margin: 15px 0 30px 0;
    text-align: center;
}

div#zipsearcharea #completebox p{
    padding: 60px 5px;
    text-align: center;
}

