/*-------------------------------------------------------
	BASIC ELEMENT
-------------------------------------------------------*/
body{
	font-size:100%;
	line-height: 1;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
/*-------------------------------------------------------
	LINK
-------------------------------------------------------*/
a:link, 
a:visited {
	text-decoration: underline;
	color: #3b8400;
}
a:hover {
	text-decoration: underline;
	color: #a1b900;
}

#catList .catListBody ul li a{
	text-decoration: underline;
	color: #333;
}

#catList .catListBody ul li a:hover{
	text-decoration: underline;
	background-color: #ffebc3;
	color: #fb4400;
}


/*-------------------------------------------------------
	COMMON ELEMENT
-------------------------------------------------------*/

h2{	
	clear: both;
}

p{
	font-size: 12px;
	line-height: 150%;
}

#description p{
	margin: 0 0 1em 0;
}

.txtS{
	font-size: 11px;
	line-height:150%;
}

.price{
	color: #ff3c00;
	font-weight: bold;
	width:60px;
}

.priceBefore{
	color: #333;
	font-weight: bold;
	text-decoration:line-through;
	width:60px;
}

/*-------------------------------------------------------
	LAYOUT
-------------------------------------------------------*/
#wrapper{
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
}

#container{
	width: 980px;
}

#header{
	width: 980px;
	height: 86px;
}

#catList{
	width: 190px;
	float: left;
}

#mainCol{
	width: 775px;
	float: right;
}

#mainContent{
	width: 625px;
	float: left;
}

#sidebar{
	width: 135px;
	float: right;
}

#footer{
	width: 980px;
	height: 90px;
	background: url(../images/footer_line.gif) no-repeat 0 25px ;
	clear: both;
}


/*-------------------------------------------------------
	HEADER
-------------------------------------------------------*/
h1 img{
	width: 180px;
	margin: 10px 0 0 7px;
	float: left;
}

#headerInfo{
	width: 775px;
	float: right;
}

img.customerInfo{
	width: 421px;
	margin: 10px 0 0 72px;
	float: left;
}


/*__ live chat __*/

p.livechat{
	margin: 20px 0 0 0;
	float:right;
}

p.livechat a{
	width:181px;
	height: 47px;
	display: block;
	background:url(../images/btn_livechat.gif) top left no-repeat; 
	float:left; 
	text-indent:-9999px; 
	overflow: hidden;
}

p.livechat a { background-position:0 0; }
p.livechat a:hover { background-position:0 -47px; }


/*__ sub navigation __*/

ul#topNav{
	width: 980px;
	height: 50px;
	margin: 0 0 10px 0;
	clear: both;
	overflow: hidden;
}

ul#topNav li{
	display: inline;
}

ul#topNav li a{
	width:103px;
	height: 50px;
	margin: 0;
	display: block;
	background:url(../images/top_nav.gif) top left no-repeat; 
	float:left; 
	text-indent:-9999px; 
	overflow: hidden;
}

ul#topNav li.menu_index a { background-position:0 3px; }
ul#topNav li.menu_about_us a { background-position:-103px 3px; width: 168px; }
ul#topNav li.menu_prices a { background-position:-271px 3px; width: 106px; }
ul#topNav li.menu_faq a { background-position:-377px 3px; width: 142px; }
ul#topNav li.menu_contact a { background-position:-519px 3px; width: 142px; }
ul#topNav li.menu_my_account a { background-position:-661px 3px; width: 156px; }
ul#topNav li.menu_cart a { background-position:-817px 3px; width: 163px; }

ul#topNav li.menu_index a:hover,
ul#topNav li.menu_index_current a{ background-position:0 -47px; }
ul#topNav li.menu_about_us a:hover,
ul#topNav li.menu_about_us_current a { background-position:-103px -47px; width: 168px; }
ul#topNav li.menu_prices a:hover,
ul#topNav li.menu_prices_current a { background-position:-271px -47px; width: 106px;}
ul#topNav li.menu_faq a:hover,
ul#topNav li.menu_faq_current a { background-position:-377px -47px; width: 142px; }
ul#topNav li.menu_contact a:hover,
ul#topNav li.menu_contact_current a { background-position:-519px -47px; width: 142px; }
ul#topNav li.menu_my_account a:hover,
ul#topNav li.menu_my_account_current a { background-position:-661px -47px; width: 156px; }
ul#topNav li.menu_cart a:hover,
ul#topNav li.menu_cart_current a { background-position:-817px -47px; width: 163px; }


/*-------------------------------------------------------
	FOOTER
-------------------------------------------------------*/

#footer p.gotoTop{
	width: 980px;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	text-align: right;
}


.footerNav{
	width: 690px;
	text-align: center;
    margin: 0 auto;
}

#footer ul{
	margin: 0 auto 10px;
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 150%;
}

#footer ul li{
	display: inline;
	float: left;
	margin-left: -1px;
	padding: 2px 8px;
	line-height: 100%;
	border-left: 1px #cdd9e6 solid;
	zoom: 1;
}


/*-------------------------------------------------------
	Category List (Left Column)
-------------------------------------------------------*/

#catList h2{
	margin:0;
	padding:0;
}

/*__ category list __*/

.catListBody{
	width:188px;
	padding: 0 0 0.5em;
	border-top: 1px solid #ff956f;
	border-left: 1px solid #ff956f;
	border-right: 1px solid #ff956f;
}

.catListBtm{
	width:190px;
	height: 5px;
	font-size: 1px;
	background:url(../images/cat_bg_btm.gif) no-repeat 0 0;
}

.catListBody ul{
	width: 188px;
	font-size: 12px;
	line-height: 160%;
}

.catListBody ul li span.catTitle{
	height: 29px;
	margin: 0.5em 0 0 0;
	padding: 2px 0 0 5px;
	background:url(../images/cat_ttl_bg.gif) no-repeat 0 0; 
	display: block;
	color: #fff;
	font-weight: bold;
}

.catListBody ul li a{
	margin: 0;
	padding: 0;
	display:block;
	width: 188px;
}

.catListBody ul li a span{
	margin: 0 0 0 5px;
	display: block;
}

.catListBody ul li ul{
	margin: 0;
	padding: 0;
}


/*-------------------------------------------------------
	MAIN CONTENT (TOP)
-------------------------------------------------------*/

#recommend h2,
#newsletter h2{
	margin: 0 0 10px;
}


/*__ banners __*/

#banners{
	width: 625px;
	margin: 0 0 10px;
}

/*__ recommend __*/

#recommend{
	width: 625px;
	margin: 0 0 20px ;
}

#recommend ul{
	width: 633px;
	margin-right: -8px;
	clear: both;
}

#recommend ul p{
	font-size: 14px;
	line-height: 150%;
}

#recommend ul li{
	width: 150px;
	display: inline;
	margin: 0 8px 10px 0;
	float: left;
}

/*__ newsletter __*/

#newsletter{
	width: 625px;
	margin: 0 0 20px ;
}

.newsletterBody{
	width: 625px;
	margin: 1em 0 0;
	background:#fffad4 url(../images/box01_top.gif) no-repeat top left; 		
}

.newsletterBtm{
	width: 625px;
	height: 5px;
	font-size: 1px;
	background:#fffad4 url(../images/box01_btm.gif) no-repeat bottom left; 	
}

table.newsletterForm{
	width: 575px;
	margin: 15px 25px 10px;
}


/*__ news __*/

#news{
	width: 625px;
	margin: 0 0 20px ;
}

#news ul {
	width: 625px;
	font-size: 12px;
	line-height: 150%;
}

#news ul li {
	padding: 10px 0 10px 0;
	background:url(../images/dotline_01.gif) repeat-x bottom left; 
}



/*-------------------------------------------------------
	Sidebar (Right Column)
-------------------------------------------------------*/

/*__ common __*/

#promo,
#bestsellers{
	width:133px;
	padding: 0 0 2px;
	border-left: 1px solid #ff956f;
	border-right: 1px solid #ff956f;
}

#sidebarBtm{
	width:135px;
	height: 5px;
	margin: 0 0 15px 0;
	font-size: 1px;
	background:url(../images/sidebar_btm.gif) no-repeat bottom left; 
}

#promo ul,
#bestsellers ol{
	width: 113px;
	margin: 0 0 0 10px;
}

#promo ul p,
#bestsellers ol p{
	font-size: 11px;
	line-height: 140%;
	margin: 3px 0 0;
}

/*__ for IE only __*/
*+html #promo ul p,
*+html #bestsellers ol p{
	font-size: 9px;
}
* html #promo ul p,
* html #bestsellers ol p{
	font-size: 9px;
}
/*__ /for IE only __*/

#promo ul li.last,
#bestsellers ol li.last{
	background-image: none; 
}

/*__ promotion items __*/

#promo ul li{
	margin: 0 0 10px 0 ;
	padding: 0 0 10px 0 ;
	display: block;
	text-align: center;
	background: url(../images/dotline_02.gif) repeat-x bottom left;
}

/*__ bestsellers __*/

#bestsellers ol li{
	margin: 0 0 10px 0 ;
	padding: 0 0 10px 0 ;
	display: block;
	background: url(../images/dotline_02.gif) repeat-x bottom left;
}

#bestsellers ol li.rank1 img{ padding-left: 38px; background: url(../images/rank01.gif) no-repeat 0 50%; }
#bestsellers ol li.rank2 img{ padding-left: 38px; background: url(../images/rank02.gif) no-repeat 0 50%; }
#bestsellers ol li.rank3 img{ padding-left: 38px; background: url(../images/rank03.gif) no-repeat 0 50%; }
#bestsellers ol li.rank4 img{ padding-left: 38px; background: url(../images/rank04.gif) no-repeat 0 50%; }
#bestsellers ol li.rank5 img{ padding-left: 38px; background: url(../images/rank05.gif) no-repeat 0 50%; }
#bestsellers ol li.rank6 img{ padding-left: 38px; background: url(../images/rank06.gif) no-repeat 0 50%; }
#bestsellers ol li.rank7 img{ padding-left: 38px; background: url(../images/rank07.gif) no-repeat 0 50%; }
#bestsellers ol li.rank8 img{ padding-left: 38px; background: url(../images/rank08.gif) no-repeat 0 50%; }
#bestsellers ol li.rank9 img{ padding-left: 38px; background: url(../images/rank09.gif) no-repeat 0 50%; }
#bestsellers ol li.rank10 img{ padding-left: 38px; background: url(../images/rank10.gif) no-repeat 0 50%; }
#bestsellers ol li.rank11 img{ padding-left: 38px; background: url(../images/rank11.gif) no-repeat 0 50%; }
#bestsellers ol li.rank12 img{ padding-left: 38px; background: url(../images/rank12.gif) no-repeat 0 50%; }

/*-------------------------------------------------------
	SUB PAGES (Second directory)
-------------------------------------------------------*/

/*__ common __*/

.breadcrumb{
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #333;
}

#mainContent h2.titlePage{
	width: 625px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 10px 0;
	background:url(../images/title_bar.gif) no-repeat bottom left; 	
}


#mainContent h3.caption01,
#mainContent h3.caption02{
	width: 431px;
	height: 30px;
	margin: 0 0 1em 0;
	display: block;
	font-size: 12px;
	line-height: 165%;
	font-weight: bold;
	background:url(../images/title_bg_s.gif) no-repeat top left; 
}

#mainContent h3.caption02{
	width: 625px;
	background:url(../images/title_bg.gif) no-repeat top left; 
}

#mainContent h3.caption01 div,
#mainContent h3.caption02 div{
	padding: 5px 0 0 25px;
}

#mainContent p{
	margin: 0 0 1em 0;
}

img.pricePics{
	width: 85px;
	margin: 35px 0 0 0;
}

/*__ Tables __*/

table.table01,
table.table02,
table.table03{
	margin: 5px 0 20px;
	border: 1px solid #ffc983;
	font-size: 12px;
	line-height: 150%;
}

table.table01 th.titleItem,
table.table02 th.titleItem{
	background-color: #d5d5d5;
	padding: 4px 8px;
	text-align: left;
	/*border-top: 1px solid #fff;
	border-left: 1px solid #fff;*/
	border-bottom: 1px solid #ffc983;
	background:#ffdeb3 url(../images/th_bg_01.gif) repeat-x top left;
}

table.table02 th.titleItem{
	text-align: center;
}

table.table01 th.titleItem h2,
table.table02 th.titleItem h2{
	font-weight: bold;
}

table.table01 th.priceCat,
table.table02 th.priceCat{
	background-color: #fff8ed;
	padding: 4px 8px;
	text-align: center;
	/*border-left: 1px solid #ffc983;*/
	border-bottom: 1px solid #ffc983;
}

table.table01 td{
	padding: 4px;
	text-align: center;
	/*border-left: 1px solid #ffc983;*/
	border-bottom: 2px solid #ffc983;
}

table.table02 td,
table.table03 td,
table.table03 th{
	padding: 4px;
	text-align: left;
	border-left: 1px solid #ffc983;
	border-bottom: 1px solid #ffc983;
}

.borderRight{
	border-right: 1px solid #ffc983;
}

table.table02 td.unitPrice,
table.table02 td.cartDelete{
	text-align: center;	
}

table.table02 td.totalPrice{
	padding: 10px 5px;
	text-align: right;
	font-weight: bold;
  	color: #ff3c00;
	background-color: #fff8ed;
	border-top: 2px solid #ffc983;
}

table.table03 th{
	padding: 4px;
	background-color: #fff8ed;
	vertical-align:top;
}

/*__ detailed product page__*/

#description{
	width: 431px;
	float: left;
}

img.productImg{
	width: 180px;
	float: right;
}

.attention{
	width: 625px;
	margin: 20px 0 0;
	background:url(../images/box02_bg.gif) no-repeat top left;	
}

.attentionBtm{
	width: 625px;
	height: 10px;
	margin: 0 0 20px;
	font-size: 1px;
	background:url(../images/box02_btm.gif) no-repeat bottom left;		
}

.attention div{
	padding: 15px 20px 10px;
}

p.titleAt{
	width: 585px;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	background:url(../images/dotline_01.gif) repeat-x bottom left;	
}


/*__ my cart__*/

.cashierBox{
	width: 374px;
	margin: 0 0 35px 125px;
}

/*__ my account__*/

#loginBox{
	width: 454px;
	margin: 0 0 0 40px;
	background:url(../images/box03_bg.gif) no-repeat top left;	
	font-size: 12px;
	line-height:160%;
	height:172px;
}

#loginBoxBtm{
	width: 454px;
	height: 10px; 
	margin: 0 0 0 40px;
	font-size: 1px;
	background:url(../images/box03_btm.gif) no-repeat bottom left;	
}

#loginBox table{
	/*margin: 25px auto 15px;*/
	margin: 0px auto 15px;
}

#div_in_login{
margin:25px 0 15px 70px;
}

#loginBox table td{	
	padding: 5px;
}

#mainContent p.textLogin{
	margin: 0 0 0.5em 0;
	padding: 0 0 0 10px;
	font-size: 10px;
	line-height:160%;
	background:url(../images/list_01.gif) no-repeat 0 5px;
}


/*__ FAQ__*/

ul#question {
	margin: 0 0 40px 0;
	font-size: 12px;
	line-height: 160%;
}

ul#question li{
	padding: 0 0 5px 30px;
	background:url(../images/q.gif) no-repeat top left;
}

#mainContent h3.captionQ{
	width: 625px;
	height: 30px;
	margin: 0 0 1em 0;
	display: block;
	font-size: 12px;
	line-height: 165%;
	font-weight: bold;
	background:url(../images/title_bg_q.gif) no-repeat top left; 
}

#mainContent h3.captionQ div{
	padding: 5px 0 0 30px;
}

dl#faq{
	margin: 0 0 25px;
}

dl#faq dd{
	padding: 0 0 0 35px ;
	background:url(../images/a.gif) no-repeat 12px 3px; 
}

dl#faq dd p.gotoTop{
	padding: 0 0 10px 0;
	text-align: right;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
a img {
	border-style:none;
	text-decoration: none;
	vertical-align: bottom; 
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
	margin:0;
	padding:0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

html {
 filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.message{
width:625px;
/* margin-left:155px; */
overflow: auto;
height:150px;
}


/*-------------------------------------------------------
	TOOL BOX
-------------------------------------------------------*/

/*__ layout __*/
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/*__ typography __*/

.error				{ border: 1px solid #fb4343; padding: 3px; color: #fb4343; }
.warning			{ border: 1px solid #d4ac0a; padding: 3px; color: #d4ac0a; }
.success			{ border: 1px solid #149b0d; padding: 3px; color: #149b0d; }
.callOut			{ font-size: 125%; font-weight: bold; }
.strikeOut			{ text-decoration: line-through; }
.underline			{ text-decoration: underline; }
.bold				{ font-weight:bold;}

/*__ display __*/

.hide				{ display: none;}
.show				{ display: block;}
.invisible			{ visibility: hidden;}

.font10{font-size: 77%; line-height: 1.2;}
.font12{font-size: 93%; line-height: 1.4;}
.font12_01{font-size: 93%; line-height: 1;}
.font12_02{font-size: 93%; line-height: 1.2;}
.font14{font-size: 108%; line-height: 1.4;}
.font14_01{font-size: 108%; line-height: 0.9;}
.font15{font-size: 116%; line-height: 1;}
.font16{font-size: 123.1%; line-height: 1.4;}
.font18{font-size: 138.5%; line-height: 1.4;}
.font20{font-size: 153.9%; line-height: 1.4;}
.font30{font-size: 230%; line-height: 0.7; font-weight: normal;}

.textS{font-size: 77%; line-height: 1.4;}
.textS2{font-size: 82%; line-height: 1.4;} /* textM�̓��q�̏ꍇ */
.textM{font-size: 93%; line-height: 1.4;}
.textL{font-size: 108%; line-height: 1.3;}
.textLL{font-size: 138.5%; font-weight: bold;}
.textWL{font-size: 108%; line-height: 1.8;}
.lgrayS {font-size: 77%; line-height: 1.2; color: #3D3D3D;}

.lightgray{color: #c1c1c1;}
.gray{color:#777777;}
.darkgray{background:#3D3D3D;}
.red{color:#ff0000;}
.brown{color:#634A26;}
.ktg{color:#A56609;}
.bluegreen{color:#00364C;}
.darkgreen{color:#203F00;}
.lightblue{color:#3E79EF;}
.darkblue {color:#2C2A4D;}
.white{color: #FFFFFF;}
.beige{color: #958877;}
.required{color: #ed4800;}

.priceCat a{
color:#333333;
}
.priceCat a:hover{
color:#FB4400;
}















