@charset "utf-8";

/* Common CSS Document */

body{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	color: #333;

}
#base{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(img/BG_upper.jpg);
}
#mainbody{}
#breadClumb{
	padding: 10px 25px;
}
#breadClumb h1{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #6D5A0B;
	font-weight: normal;
}

#breadClumb a:link,
#breadClumb a:visited{
	text-decoration: none;
	color: #6D5A0B;
	margin-right: 5px;
}
#breadClumb a:hover,
#breadClumb a:active{
	border-bottom: 1px dotted;
}


/********************************* HEADER **/
#header{
	background-repeat: no-repeat;
	background-image: url(img/BG_header.jpg);
	text-align: left;
	height: 195px;
}
#logo{
	width: 350px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#headerRightPane{
		text-align: right;
	width: 600px;
	float: right;
}

#headerNavi{
	clear: right;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #655112;
	margin-right: 60px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url(img/icons/dots001.jpg);
}

#headerNavi a:link,
#headerNavi a:visited{
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 10px;
	color: #E9E6DA;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	width: 100px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	height: 20px;
	float: right;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	background-image: url(img/icons/dots001.jpg);
	padding-left: 5px;
}
#headerNavi a:hover,
#headerNavi a:active{
	color: #FFF;
}
#search{
	width: 205px;
	float: right;
	margin-right: 40px;
	margin-top: 45px;
	height: 30px;
	padding-top: 3px;
	margin-bottom: 55px;
}
#search form{
	display: inline;
}

#search .searchbutton {
	vertical-align:middle;
	margin-top: 3px;
	margin-right: 6px;
	}
		
#searchfield {
	border: 1px solid #917302;
	color: #666;
	font-size: 10px;
	width: 140px;
	height: 16px;
	float: left;
	margin-top: 3px;
	}	

/********************** FooterMenu */

#FooterMenu{
	padding: 10px;
	text-align: center;
}
#FooterMenu ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
#FooterMenu li{
	display: inline;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-height: 1;
}

#FooterMenu li a:link,
#FooterMenu li a:visited{
	text-decoration: none;
	color: #666;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(img/icons/dots001.jpg);
	padding: 0px 10px;
	background-position: 100% 0px;
}
#FooterMenu li a:hover,
#FooterMenu li a:active{
	color: #000;
}

/******************************** FOOTER **/
#footer{
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	color: #AE8F55;
}

#footer a:link,
#footer a:visited{
	text-decoration: none;
	color: #AE8F55;
}
#footer a:hover,
#footer a:active{
}


#copyRights{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	letter-spacing: 0px;
}
#webDesign{
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
}


#webDesign a:link,
#webDesign a:visited{
	text-decoration: none;
	color: #DACCB2;
}
#webDesign a:hover,
#webDesign a:active{
}



/******************************* **/
#mainMenuBase{
	width: 200px;
	background-repeat: repeat-y;
	background-image: url(img/mainMenu_02.jpg);
	margin-bottom: 5px;
	text-align: left;
}
#mainMenuBtm{
	background-repeat: no-repeat;
	background-image: url(img/mainMenu_03.jpg);
	background-position: 0px 100%;
	height: 20px;
}
#mainMenu{
	background-image: url(img/mainMenu_01.jpg);
	padding: 5px 10px 0px 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mainMenu h1{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #72622C;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	background-image: url(img/icon_mainMenu.png);
	line-height: 25px;
}

#mainMenu ul{
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
#mainMenu li{
	margin: 0;
	padding: 0;
	height: 22px;
	background-repeat: repeat-x;
	background-image: url(img/mainMenu_lineBTM.jpg);
	background-position: 0px 100%;
	width: 90%;
}

#mainMenu li a:link,
#mainMenu li a:visited{
	text-decoration: none;
	color: #8A7C4A;
	display: block;
	width: 90%;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-image: url(img/icon_mainMenuSub.png);
	background-position: 0px 50%;
}
#mainMenu li a:hover,
#mainMenu li a:active{
	background-image: url(img/Over/icon_mainMenuSub.png);
	color: #4D421E;
}

/*Contents----------------------------------------------*/
#content_home{
	padding-top: 15px;
	padding-bottom: 5px;
}
#content_home #section01{
	width: 200px;
	float: left;
}
#content_home #section02{
	width: 200px;
	float: right;
}


#mainPane{
	width: 800px;
	float: right;
}

#_3paneCenter{
	width: 590px;
	float: left;
	background-color: #FFF;
}

/*****************  SEARCH  */
#searchPane{
	height: 50px;
	line-height: 1;
}

#searchPane form{
	padding: 5px;
	margin-left: 100px;
}
#searchPane input{
	float: left;


}

#searchBTN{


}
#searchBTN input{


}
/*Page Middle Pane*/
#pageMainPaneBase{
	width: 590px;
	background-repeat: repeat-y;
	background-image: url(img/ContentsTop_Base.jpg);
}
#pageMainPaneBtm{
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-image: url(img/ContentsTop_Btm.jpg);
	height: 30px;
}

#pageMainPane{
	background-repeat: no-repeat;
	background-image: url(img/ContentsTop.jpg);
	padding-top: 0px;
}
#pageMainPane .productWRP{
	width: 540px;
	padding-left: 30px;
	padding-top: 15px;
}
#pageMainPane .product{
	width: 167px;
	float: left;
	height: 230px;
	text-align: center;
	border-right: 1px dotted;
	border-right-color: #CCC;
	border-bottom: 1px dotted;
	border-bottom-color: #CCC;
}

#pageMainPane .product p{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 3px 0px;
	width: 95%;
	display: block;
}

#pageMainPane .product p a:link,
#pageMainPane .product p a:visited{
	text-decoration: none;
	color: #666;
	background-repeat: no-repeat;
	display: block;
	background-image: url(img/icons/icon_detail.jpg);
	background-position: 50% 100%;
	padding-bottom: 20px;
}
#pageMainPane .product p a:hover,
#pageMainPane .product p a:active{
	color: #000;
	background-image: url(img/icons/Over/icon_detail.jpg);
}

#pageMainPane .productPrice{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
}
#pageMainPane .productCode{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
/****************/
#reratedItems{
	margin-left: 30px;
	margin-right: 30px;
}
#reratedItemsTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A79763;
	border-bottom: 1px solid;
	border-bottom-color: #DFDAC8;
}

#reratedItems .product{
	width: 167px;
	float: left;
	height: 230px;
	text-align: center;
/*	border-right: 1px dotted;
	border-right-color: #CCC;
	border-bottom: 1px dotted;
	border-bottom-color: #CCC;
*/}

#reratedItems .product p{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 3px 0px;
	width: 95%;
	display: block;
}

#reratedItems .product p a:link,
#reratedItems .product p a:visited{
	text-decoration: none;
	color: #666;
	background-repeat: no-repeat;
	display: block;
	background-image: url(img/icons/icon_detail.jpg);
	background-position: 50% 100%;
	padding-bottom: 20px;
}
#reratedItems .product p a:hover,
#reratedItems .product p a:active{
	color: #000;
	background-image: url(img/icons/Over/icon_detail.jpg);
}

#reratedItems .productPrice{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
}
#reratedItems .productCode{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}



/*CATE Heder*/
#cateHeader{
	padding-left: 30px;
	width: 580px;
	padding-top: 10px;
}

#cateHeader h2{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	line-height: 1;
}

#contents{}


/********************** PROD */

#prodPane{
	width: 540px;
	padding-top: 10px;
	margin-left: 30px;
}

#prodPanePic{
	width: 300px;
	float: left;
}
#prodPaneInfoPane{
	float: right;
	clear: none;
	width: 240px;
}

#prodPaneCode{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding-left: 5px;
	text-align: right;
	padding-right: 10px;
}

#prodPaneName{
	font-size: 12px;
	line-height:1;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	padding: 5px;
	margin: 20px 0px 0px 0px;
	}
#prodPanePrice{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 5px;
}
#prodPaneDesc{
	padding: 15px 5px 20px 5px;
}
#prodPaneDesc p{
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	line-height: 1.8;
	color: #666;
}
#prodPaneOption{
		padding-left: 5px;
}

#prodPaneOption .optionNote{
	padding: 10px 10px 10px 10px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}

#prodPaneOption .optionNote a:link,
#prodPaneOption .optionNote a:visited{
	background-image: url(img/icons/dots005.gif);
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	padding-left: 12px;
	color: #666;
}
#prodPaneOption .optionNote a:hover,
#prodPaneOption .optionNote a:active{
	color: #333;
}





#prodPaneOption input{
	width: 40px;

}

#ProductList{}

#ProductList table{
	width: 90%;
	border-collapse: collapse;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
}
#ProductList th{
	border-bottom: 1px solid;
	border-bottom-color: #C0B19A;
	color: #8F7E50;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
#ProductList img{
	width: 50px;
}
#ProductList td{
	border-bottom: 1px dotted;
	border-bottom-color: #C0B19A;
	padding: 3px 0px;
}

#ProductList a:link,
#ProductList a:visited{
	text-decoration: none;
	color: #666;
}
#ProductList a:hover,
#ProductList a:active{
	color: #000;
}

#ProductList .productPrice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#ProductList #naviTable{
	width: 80%;
	margin-left: 20px;
}
#ProductList #naviTable td{
	border-bottom: none;
}

/********************** WHATS NEW */
#whatsNewBase{
	background-repeat: repeat-y;
	background-image: url(img/top/whatsNew_Base.jpg);
	margin-bottom: 5px;
}
#whatsNewBtm{
	height: 10px;
	background-repeat: no-repeat;
	background-image: url(img/top/whatsNew_Btm.jpg);
	background-position: 0px 100%;
}
#whatsNew{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(img/top/whatsNew_Top.jpg);
	padding: 15px 5px 15px 10px;
	text-align: left;
}
#whatsNew ul{
	margin: 0;
	padding: 10px 0px 0px 5px;
	list-style-type: none;
}
#whatsNew li{
	background-image: url(img/top/whatsNew_star.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#whatsNew li a:link,
#whatsNew li a:visited{
	text-decoration: none;
	display: block;
	padding: 3px 5px;
	color: #8A7C4A;
}
#whatsNew li a:hover,
#whatsNew li a:active{
	color: #4D421E;
}
/*topKoanani*/
#topKoanani{
	width: 200px;
	margin-bottom: 5px;
}

/********************** SPECIAL */
#topSpecial{
	margin-bottom: 5px;
	width: 200px;
}


/********************** subMenu */
#subMenuBase{
	background-repeat: repeat-y;
	background-image: url(img/top/subMenu_Base.jpg);
	width: 200px;
}
#subMenuBtm{
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-image: url(img/top/subMenu_Btm.jpg);
	height: 15px;
}

#subMenu{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(img/top/subMenu_Top.jpg);
	padding: 13px 15px 5px;
	text-align: left;
}
#subMenu ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
#subMenu li{
	display: block;
	width: 100%;
}

#subMenu li a:link,
#subMenu li a:visited{
	text-decoration: none;
	color: #6C5507;
	display: block;
	padding: 10px 5px;
	background-repeat: repeat-x;
	background-position: 0px 100%;
	background-image: url(img/icons/dots002.gif);
}
#subMenu li a:hover,
#subMenu li a:active{
	color: #4E3E05;
}

#siteSeal{
	text-align: center;
	width: 120px;
	height: 60px;
	float: right;
}



/********************** Best Sellers */
#bestSellersBase{
	background-repeat: repeat-y;
	background-image: url(img/top/bestSeller_Base.jpg);
	width: 200px;
	text-align: left;
}
#bestSellersBtm{
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-image: url(img/top/bestSeller_Btm.jpg);
	height: 10px;
}

#bestSellers{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(img/top/bestSeller_Top.jpg);
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#bestSellers ul{
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
	width: 85%;
}

#bestSellers01{
	text-decoration: none;
	color: #322505;
	background-repeat: no-repeat;
	background-image: url(img/top/bestSeller_iconL.jpg);
	display: block;
	padding-left: 0px;
	padding-bottom: 6px;
	padding-top: 6px;
}



#bestSellers li{
	background-repeat: no-repeat;
	background-image: url(img/top/bestSeller_iconS.jpg);
	background-position: 5px 2px;
}

#bestSellers a:link,
#bestSellers a:visited{
	text-decoration: none;
	color: #322505;
	display: block;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 8px;
	border-bottom: 1px dotted;
}
#bestSellers a:hover,
#bestSellers a:active{
	color: #000;
}



/*Style----------------------------------------------*/
.clear{
	clear: both;
}

h1{}
h2{}
h3{}
h4{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
}

p{
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}

ul{}

.jpFont{}
.enFont{
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 5px;
	margin-right: 5px;
}

/*Form----------------------------------------------*/
#contact{}
#contact iframe{
	width: 100%;
	border: none;
	height: 600px;
}
#contactFM{
	padding-top: 20px;

}
#contactFM h1{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
}

#contactFM form{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	text-align: left;
}
#contactFM .note{
	text-align: left;
}
#contactFM .q{
	width: 100px;
}
#contactFM .a{}


form{
	margin: 0;
	padding: 0;
}
form table{
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}
form th{
	width: 200px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted;
	border-bottom-color: #E5DED4;
	padding: 5px 0px;
	color: #666;
}
form td{
	border-bottom: 1px dotted;
	border-bottom-color: #E5DED4;
	padding: 5px 0px;
}

#submit{
	width: 70%;
	margin-left: 50px;
	padding-top: 30px;
	text-align: center;
}

.inputS{
	width: 100px;
}
.inputM{
	width: 200px;
	border: 1px solid;
	border-color: #D8CDBA;
}
.inputL{
	border: 1px solid;
	border-color: #D8CDBA;
	}

.textAreaS{
	border: 1px solid;
	border-color: #D8CDBA;
	}
.textAreaM{
	border: 1px solid;
	border-color: #D8CDBA;
	}
.textAreaL{
	width: 350px;
	border: 1px solid;
	height: 250px;
	border-color: #D8CDBA;
}

form .example{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #09F;
	background-repeat: no-repeat;
	background-image: url(img/icons/example.jpg);
	padding-left: 12px;
	background-position: 0px 3px;
}
form .note{
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-image: url(img/icons/dots004.gif);
	padding-left: 11px;
}

/*      ----------------------------------------------*/


/* GLOBAL */


/*h1 { font: normal 2em Georgia, "Times New Roman", Times, serif; line-height:1em; }
h2, h3, h4, h5, td, table, div, form { padding: 0; margin: 0; }
h2 a { display:block; margin: 7px 0; }
h1, p, ul, ol { margin-top: 0; margin-bottom: 14px; }
img { border: 0; }

h3 { font-family: Georgia, "Times New Roman", Times, serif; } 
h2, h3, h4, h5 { font-size: 1em; }
h5 { display: inline; }
*/

select {
	margin-bottom: 3px; 
	}

	
#login {
	line-height:25px;
	text-align: left;
	margin-left: 50px;
	}

	
#mainbody_account {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 30px 0;
	font-size:12px;
	clear:both;
	}

/*#topbar {
    background: url(graphics/en-US/new/red_tile.gif) bottom left repeat-x #6e0000;
    width: 100%;
    float:left;
    }
*/		
.clear {
	clear:both;
	}

.floatleft {
	float: left;
	}

.floatright {
	float:right;
	}	
	
	
/* NAVBAR */

#affiliatelink {
	margin-left: 15px;
	color:#fff; 
	font-size: 95%; 
	}

#affiliatelink a { 
	font-weight:bold; 
	color:#fff; 
	font-size: 95%; 
	}

#currenttab {
    list-style: none;
	float:right;
	background: url(graphics/en-US/new/current_tab_tile.gif) repeat-x top left #fff;
	height:40px;
	margin-left: 3px;
	width:auto;
	}
	
#currenttab h3{ 
	background: url(graphics/en-US/new/current_tab_left.gif) top left no-repeat; 
	padding: 11px 0px 4px 15px; 
	white-space:nowrap;
	}
	
#currenttab b { 
	height: 40px; 
	vertical-align:top; 
	text-align:center; 
	padding-right: 15px; 
	display:block; 
	background:url(graphics/en-US/new/current_tab_right.gif) top right no-repeat; 
	}	
	
#loginlink{
	clear: right;
	margin-bottom: 5px;
	padding-right: 50px;
	margin-top: 20px;
	text-align: right;
}
#loginlink a {
	font-weight:normal;
	color:#7F1F23;
	font-size: 12px;
	text-decoration: none;
	margin-right: 20px;
	}
	
	  
/*#logobar{ 
	height: auto; 
	width: 800px; 
	margin: 30px auto 0 auto; 
	}
	
#logobar ul { 
    clear: left;
	}	

*/	
	
.hiddentab {
    list-style:none;
	float:right;
	background: url(graphics/en-US/new/hidden_tab_tile.gif) repeat-x top left #fff;
	height:40px;
	margin-left: 3px;
	width:auto;
	}
	
.hiddentab b { 
	height: 40px; 
	vertical-align:top; 
	text-align:center; 
	padding-right: 15px; 
	display:block; 
	background:url(graphics/en-US/new/hidden_tab_right.gif) top right no-repeat; 
	}

.hiddentab h3{ 
	background: url(graphics/en-US/new/hidden_tab_left.gif) top left no-repeat; 
	padding: 11px 0 4px 15px; 
	white-space: nowrap;
	}

.hiddentab b h3 a { 
	color: #fff; 
	text-decoration:none; 
	}

.hiddentab b h3 a:hover { 
	text-decoration:underline; 
	}
	
	
/* CTGY */

#nextbutton {
	margin-top: 25px;
	clear:right;
	float:right;
	}

#prevbutton {
	margin-top: 25px;
	clear:right;
    float:left;
	}

.catrow {
    float:right;
    margin: 10px 0;
    width:590px;
    }
		
.prodbutton {
	margin: 7px auto;
	}	
				
.prodcolumn {
    float:left;
	width:280px;
	padding-right: 10px;
	text-align:center;
	}

.thumb {
	margin-right: 15px;
	display:block;
	margin: 10px auto;
	}
		
			
/* ACCOUNT PAGES */

.account_column {

	}	
.account_column th{
	font-weight: normal;
	padding: 5px;
	vertical-align: top;
}
	
.account_column h4{
	padding: 5px;
	background-color: #F6F5F1;
	color: #917A50;
}

.account_column h5 { width: 180px; clear: both; }
.account_column input {
	margin-bottom: 3px;
}
.account_column select {
	margin-bottom: 3px;
	display:block;
}

#paymentInfoPane{
	margin: 20px 0px 20px 0px;
}
#paymentInfoPane h4{
	background-color: #F6F5F1;
	padding: 5px 10px;
	color: #6D5A0B;
	margin: 0;
}
#paymentInfo{
	padding-left: 40px;
	padding-top: 15px;
	border: 4px solid;
	border-color: #F6F5F1;
	margin-top: 15px;
}


.paymentdetail {

	}

.required{
	background-repeat: no-repeat;
	background-image: url(img/icons/reqired.gif);
	padding-left: 12px;
}

.invalid {
	color: #AD535D;
	font-size: 10px;
	letter-spacing: 1px;
	}
	
.pad {
    margin-top: 25px;
	}
	 
	
/* PRODUCT PAGES */

button {
	background-repeat: no-repeat;
	width: 85px;
	height: 15px;
}
#prodadd {
	padding: 10px 5px;
	font-size: 12px;


	}
	
.prodimage {
	margin-right: 20px;
	float:left;
	}
	
	
/* PRODUCT LIST */
		
.alt_row_color {
	background:#f9f6e4 ;
	}

	
.productlist_row {
	padding: 4px 6px;
	width: 578px;
	float:right;
	}
	
.productlist_row form { display:inline; float:right; }
	
.productrow_text{
	width: 350px;
	padding-top: 2px;
	float:left;
	}	
	
.productrow_text .floatleft { max-width: 270px; width:expression(document.body.clientWidth > 272? "270px": "auto" ); }	
	

/* SUBNAV - CATTREE */

ul#first{
	list-style-type:none;
	width:176px;
	margin: 0 30px 0 0;
	padding-left: 0px;
	}

#subnav{
	float:left;
	}

#subnav li { background-color: #f9f6e6; margin-bottom: 2px; padding: 6px; }	
#subnav li a { color: #3e3e3a; text-decoration:none; display: block; width: 100%; height:100%; }
#subnav li a:hover { font-weight: bold; }
#subnav li ul { list-style-type:none; margin: 0 0 0 10px; padding-left: 0; }
#subnav li.subcategory { padding: 0; margin: 4px 0 0 0px; }	
#subnav li.subcategory a { color: #666; }		
#subnav li.subcategory a:hover { text-decoration:underline; font-weight:normal; color: #730000; }	
#subnav li.subcategory a:visited:hover { color: #730000 }


/*********************  CHECK OUT PROCESS  */
/* BASKET */
#cart{
	width: 540px;
	font-size: 12px;
}
#cartEmpty{
	padding-top: 20px;
	padding-bottom: 20px;
}

#cartEmpty a:link,
#cartEmpty a:visited{
	text-decoration: none;
	color: #665B37;
}
#cartEmpty a:hover,
#cartEmpty a:active{
	border-bottom: 1px dotted;
}


#cart td{
	vertical-align: middle;
}

#total {
	padding: 10px 20px;
	text-align:right;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid;
	border-top-color: #D9D2B7;
	}

#cart .listheader {
	color: #000;
	height:20px;
	padding: 4px 5px;
	border-bottom: 1px solid;
	border-bottom-color: #D9D2B7;
	}
#cart .border{
	border-top: 1px solid;
	border-top-color: #F1EFE4;
	padding-top: 3px;
	padding-bottom: 5px;
	vertical-align: middle;
}	
.baskettext_left{
	padding: 3px 15px 0 10px;
	font-size: 12px;
	}


.baskettext_left a:link,
.baskettext_left a:visited{
	text-decoration: none;
	color: #665B37;
	float: left;
	margin-top: 5px;
}
.baskettext_left a:hover,
.baskettext_left a:active{
}
#cart .remove{

}
#cart .remove form{
	float: right;
}

#cart #Continue{
	margin-top: 15px;
}

.baskettext_left h4 {
	margin: 1px 0 2px 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.baskettext_right{
	padding: 3px 0 0 10px;
	text-align: right;
    vertical-align: top;
	}
	
.baskettext_right h4 {
	margin: 1px 0 2px 0;
	font-weight: normal;
	color: #666;
}

.priceeach {
	text-align:right;
	width: 80px;
	margin-left: 5px;
	float:right;
	}

/*INVOICE*/

#invoice{
	width: 750px;
	margin: 10px auto;
	text-align: left;
}

#invoice #breadClumb{
	padding: 10px 10px;
}
#invoice .accountWrp{
	width: 49%;
	float: left;
	margin: 0px 1px 0px 5px;
}
#invoice p {
	margin-left: 10px;
}
#invoice th{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	color: #666;
	width: 50px;
}
#invoiceKoananiInfo{
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #917A50;
	width: 300px;
	float: right;
}


/*************  SITEMAP  */
#sitemap{
	width: 95%;
}


#sitemap ul{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	list-style-type: none;
}
#sitemap li{
	background-image: url(img/icons/dots004.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 2px;
	margin-bottom: 10px;
}


#sitemap li a:link,
#sitemap li a:visited{
	text-decoration: none;
	color: #666;
}
#sitemap li a:hover,
#sitemap li a:active{
	color: #000;
}

/**************** OTHER Contents */
#customerService{
	width: 85%;
	margin-left: 30px;
}
#customerService table{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
#shippingTable{}
#shippingTable td{
	border-bottom: 1px dotted;
	border-bottom-color: #D5CCBD;
	text-align: center;
	padding: 5px 15px;
}


#customerServiceNavi{
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 20px;
	border-top: 3px solid;
	border-top-color: #F0F0F0;
	width: 300px;
	margin-left: 50px;
}

#customerServiceNavi a:link,
#customerServiceNavi a:visited{
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-image: url(img/icons/dots004.gif);
	padding-left: 15px;
	margin-bottom: 20px;
}
#customerServiceNavi a:hover,
#customerServiceNavi a:active{

}


#customerService p{
	margin-bottom: 20px;
	line-height: 1.6;
}

#howTo{
	padding-top: 20px;
}
#howTo ul{
	margin: 0px 0px 20px 20px;
	padding: 20px 0px 20px 30px;
	width: 85%;
}
#howTo li{
	list-style-type: decimal;
	margin-bottom: 15px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
}

#customerService a:link,
#customerService a:visited{
	text-decoration: none;
	color: #72622C;
}
#customerService a:hover,
#customerService a:active{
	color: #5A4E23;
}
/*mailOrderRemarks*/
#mailOrderRemarks{}
#mailOrderRemarks table{
	text-align: left;
}
#mailOrderRemarks th{
	width: 120px;
	vertical-align: top;
	border-bottom: 1px solid;
	padding: 5px 5px;
	border-bottom-color: #DCDCDC;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#mailOrderRemarks td{
	border-bottom: 1px solid;
	padding: 5pxx 5px;
	border-bottom-color: #DCDCDC;
}

#mailOrderRemarks p{
	margin-bottom: 10px;
}


/*POP UP*/
#popWindowClose{
	margin-top: 20px;
	margin-bottom: 20px;
}

#popWindowClose a:link,
#popWindowClose a:visited{
	text-decoration: none;
	color: #5F4B28;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}
#popWindowClose a:hover,
#popWindowClose a:active{
}


#sizeChart{
	padding: 15px 15px;
	margin: 0px auto;
}
#sizeChartNote{
	width: 80%;
	margin: 15px auto;
	padding-left: 15px;
}
#sizeChartNote P{
	text-align: left;
}

#sizeChart table{
	border-collapse: collapse;
	width: 80%;
	font-size: 12px;
	line-height: 1.3;
	margin: 0px auto;
}
#sizeChart th{
	color: #5F4B28;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	padding-left: 50px;
	text-align: left;
}
#sizeChart .size{
	border-bottom: 1px dotted;
	border-bottom-color: #D9D3CA;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	color: #5F4B28;
	padding-left: 50px;
}
#sizeChart .lowFX{
	background-color: #F8F7F3;
}

