@charset "utf-8";

/*------------------------------------
 common
-------------------------------------*/
/* body {
	font-size: 100%;
	color: #202020;
	background-color: #f3f8ef;
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Geneva", "Arial", "Helvetica", "sans-serif";
	word-spacing: 0.2em;
}
a:link { color: #044BF2;	text-decoration: underline; }
a:visited { color: #AC8262; text-decoration: underline; }
a:active { color: #044BF2; text-decoration: underline; }
a:hover { color: #F75C00; text-decoration: none; }
*/
br.clear {CLEAR: both; FONT: 0pt/0pt sans-serif}
form { margin:0px;}

/* margin */
.mg_b5 { margin-bottom:5px; }
.mg_b10 { margin-bottom:10px; }
.mg_b15 { margin-bottom:15px; }
.mg_b20 { margin-bottom:20px; }
.mg_b60 { margin-bottom:60px; }
.mg-r3 { margin-right:3px; }
.mg-r5 { margin-right:5px; }
.mg-r10 { margin-right:10px; }
.mg-r15 { margin-right:15px; }
.mg-r20 { margin-right:20px; }
.mg-l5 { margin-left:5px; }
.mg-l10 { margin-left:10px; }
.mg-l15 { margin-left:15px; }
.mg-l20 { margin-left:20px; }
.mg-t5 { margin-top:5px; }
.mg-t10 { margin-top:10px; }
.mg-t15 { margin-top:15px; }
.mg-t20 { margin-top:20px; }
/* padding */
.pd-t5 { padding-top:5px; }
.pd-t10 { padding-top:10px; }
.pd-t20 { padding-top:20px; }
.pd-t30 { padding-top:30px; }
.pd-r5 { padding-right:5px; }
.pd-r10 { padding-right:10px; }
.pd-r15 { padding-right:15px; }
.pd-r20 { padding-right:20px; }
.pd-l5 { padding-left:5px; }
.pd-l10 { padding-left:10px; }
.pd-l15 { padding-left:15px; }
.pd-l20 { padding-left:20px; }
.pd-b5 { padding-bottom:5px; }
.pd-b10 { padding-bottom:10px; }
.pd-b15 { padding-bottom:15px; }
.pd-b20 { padding-bottom:20px; }


/*------------------------------------
 position
-------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d8d8d8;
	border-left-color: #d8d8d8;
}
#container {
	width: auto;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 80px;
	margin-left: 15px;
}
#contents {
	width: auto;
	padding-bottom: 80px;
	padding-top: 15px;
}
#left-area {
	float: left;
	width: 222px;
}
#right-area {
	float: right;
	width: 693px;
}


/*------------------------------------
 search ※検索ボックス追加までオススメ商品表示
-------------------------------------*/
.pan-navi {clear:both; width:900px; padding-bottom: 25px; margin-top: -3px; font-size:0.7em; font-size:100%;}
.pan-navi a {color:#333333; text-decoration:none;}
.pan-navi a:hover {color:#999999;}
.pan-navi span {font-weight:bold;}
/*
.pan-navi {
	font-size: 80%;
	background-image: url(../../images/common/line_pan-navi.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	width: auto;
	margin-bottom: 15px;
	color: #999999;
	padding-bottom: 7px;
}
.pan-navi span {
	color: #111111;
}
*/

/*------------------------------------
 search ※検索ボックス追加までオススメ商品表示
-------------------------------------*/
#search-box {
	background-color: #f2ead6;
	width: 960px;
}
#search-box ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#search-box ul li {
	float: left;
}
#search-box .recommend-item {
	height: 28px;
	width: 188px;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 18px;
}
#search-box .recommend-txt {
	font-size: 80%;
	margin: 0px;
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


/*------------------------------------
 footer
-------------------------------------*/
#foot-products {
	width: auto;
	padding-bottom: 40px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #62c10d;
}
#foot-products a:link {color: #000000;text-decoration: none;}
#foot-products a:visited {color: #000000;text-decoration: none;}
#foot-products a:active {color: #000000;text-decoration: none;}
#foot-products a:hover {color: #000000;text-decoration: underline;}
#foot-products a#page-top {
	background-image: url(../../images/common/bt_pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 31px;
	width: 151px;
	margin-bottom: 2px;
	margin-left: 794px;
}
#foot-products a#page-top:hover {
	background-image: url(../../images/common/bt_pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0px -31px;
}
#foot-products #page-top span { display:none;}
#foot-products .menu {
	width: 930px;
	padding-top: 10px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #62c10d;
	margin-left: 15px;
}
#foot-products .menu ul {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-image: none;
	list-style-type: none;
}
#foot-products .menu ul li {
	float: left;
	margin-right: 7px;
	padding-right: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-size: 65%;
}
#foot-products .cp {
	font-size: 65%;
	font-weight: normal;
	color: #808080;
	margin: 0px;
	float: right;
	width: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}

