/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3688 2006-06-02 00:12:18Z drbyte $
 */

/**
 * Main CSS Stylesheet 
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3688 2006-06-02 00:12:18Z drbyte $
 */


/*---------------------------------------
　タグ共通制御
---------------------------------------*/

/**
 * h1{
 * width: 750px;
 * margin:0 auto;
 * padding:0;
 * font-size: 80%;
 * text-align: center;
 * font-weight: normal;
 * color:#FFF; }
 * 
 * h1 a:link{color:#000000; text-decoration:none;}
 * h1 a:visited{color:#000000; text-decoration:none;}
 * h1 a:hover{color:#000000; text-decoration:none;}
 */


h2{ text-align:left; margin:0; font-size: 115%; color:#F30; }
h3{ text-align:left; margin:0; font-size: 110%; }


img{border:0;}
form { margin: 0; padding:0; }
table { font-size: 100%; line-height: 140%; }

p.add_link { text-align:right; display:block; }

.xx-small { font-size: 70%; }
.x-small { font-size: 85%; line-height: 140%; }
.large { font-size: 110%; }
.ss-large { font-size: 105%; }
.xx-large { font-size: 180%; }
.red { color: #C00; }
.red-small { color: #C00; font-size: 80%; }
.top_new_soldout_text { color: #C00; font-size: 90%; }
.red-large { color: #C00; font-size: 110%; }

/* 上下ちょっとマージン空け */
.space{ display: block; margin: 7px 0; }

/* float属性解除 */
.clear_float{ clear:both; }



/*---------------------------------------
　基本設定
---------------------------------------*/
body{
	margin:0 auto;
	background-color:#FFF;
	font-size:95%;
	*font-size: 15px; /* IE 7向け */
	line-height:140%;
	color:#000;
	background: #FFF url(../../../../images/common/bg_all.gif) repeat; }

/*wrappers - page or section containers コンテナ制御*/
#mainWrapper {
	text-align: left;
	width: 760px;
	vertical-align: top;
	margin: 137px auto 0 auto;
	background: #FFF url(../../../../images/common/bg_container.gif) center repeat-y; }

/*---------------------------------------
　ページ各部レイアウト
---------------------------------------*/
/* ヘッダーバナー位置 */

.header{
	float:top;
	margin:0 auto;
	width:760px;
	height: 157px;
	text-align: center;
	background:#FFF url(../../../../images/common/bg_all.gif) repeat; }

div.header p.head_sum{
	width: 750px;
	margin:0;
	padding:0;
	height: 16px;
	font-size: 80%;
	text-align: center;
	font-weight: normal;
	color:#FFF; }

div.header p.head_img{
	margin:0 ;
	padding:0;
	line-height:0;
	height:90px;}

*html body div.header p.head_img{
	margin:-1px 0 -5px 0 ;
	padding:0;
	line-height:0;
	height:95px;}


div.header p.head_menu{
	margin:0 auto;
	padding:4px 0 0 0;
	width:760px;
	height: 48px;
	background:#FFF url(../../../../images/common/head_menu.gif) no-repeat center bottom; }


/* 本文 */
.main{
	float:right;
	width:520px;
	text-align:left;
	font-size: 100%;
	margin:0;
	padding:0 15px 0 0; }


*/
/* 本文 */

.footer{
	width:760px;
	height:40px;
	margin:0 auto;
	padding:0;
	background:#FFF url(../../../../images/common/bg_all.gif) repeat; }

/*---------------------------------------
　index
---------------------------------------*/

DIV.main#index{
	width:530px;
	float:right;
	padding:0 5px;}

DIV.main#index h2{
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;
	background:url(../../../../images/common/bg_h2.gif) no-repeat left;
	background-position: 0 0; }

/* メール登録 */
DIV.mail{
	height:80px;
	margin:0;
	padding:10px 0 0 0;
	background:url(../../../../images/common/bg_mm.gif) no-repeat bottom left; }

DIV.mail a.right{
	float:right;
	padding:0 10px 0 0; }

/* 怪獣カテゴリー */
DIV.main#index div.category{
	width: 100%; }

DIV.main#index div.category P{
	width: 260px;
	float:left;
	margin:2px;
	padding:0;
	line-height:100%;
	text-align:center; }

/* 怪獣ガレージキットリクエストコーナー */
DIV.main#index div.request{
	width: 100%; }

DIV.main#index div.request h2{
	height:35px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align:center;
	background:url(../../../../images/common/bg_h2_request.gif) no-repeat left; }

DIV.main#index div.request P{
	height:50px;
	margin:0;
	padding:0 20px;
	background:url(../../../../images/common/bg_request.gif) no-repeat left; }

DIV.centerBoxWrapper#featuredProducts DIV.goodsdetailpageadd{
	float:left;
	width:150px;
	padding:0 10px;}


DIV.centerBoxWrapper#featuredProducts DIV.goodsdetailpageadd IMG{
	padding:0;}

/* 最新入荷情報 */
DIV.centerBoxWrapper#whatsNew div.goodsdetailpageadd{
	font-size:90%;
	line-height:150%;
	list-style-type:none; }

DIV.campaign{
	width:93%;
	margin: 5px 0 0 0;
	padding: 0;
	line-height:150%;
	font-size:95%;
	text-align:left; }



/*---------------------------------------
　フッターテキスト
---------------------------------------*/
.footer_left{
	float:left;
	margin:0;
 }

.footer_right{
	float:right;
	width:570px;
	height:35px;
	margin:0;
	padding:5px 0 0 0;
	text-align:center;
	font-size: 80%;
	/* font-weight: bold; */
	line-height: 100%;
	background:url(../../../../images/common/bg_footer.gif) no-repeat right; }



/*---------------------------------------
　フッターlink
---------------------------------------*/

.ftnavi ul {
 padding: 0px 0px 5px 0px;
 margin: 0px;
 font-size: 12px;
 color: #333333;
 line-height: 100%;
 text-align: center;
}

.ftnavi li.ftother {
 color:#333333;
 padding-right:15px;
}

.ftnavi ul li {
 display:inline;
 color: #333300;
 list-style-type:none;
}

.ftnavi ul li a,
.ftnavi ul li a:link, 
.ftnavi ul li a:visited {
 color: #000066;
 text-decoration: none;
}

.ftnavi ul li.ftother a,
.ftnavi ul li.ftother a:link, 
.ftnavi ul li.ftother a:visited {
 color:#003366;
 text-decoration: none;
}

.ftnavi ul li a:hover {
 color: #000033;
 text-decoration: underline;
}

.ftnavi ul li.ftother a:hover {
 color: #330000;
 text-decoration: underline;
}




/*---------------------------------------
　assessment
---------------------------------------*/

#assessment_bg{
	padding: 0 5px ;
}

#assessment{
	width:98%;
	margin: 0;
	padding: 0 5px;
	line-height:120%;
	font-size:95%;
	text-align:left; }

#assessment div.assessment_bg{
	margin: 0;
	padding: 0;
	line-height:120%;
	font-size:90%; }



/*---------------------------------------
　panlist
---------------------------------------*/
#panlist{
	width:520px;
	padding: 10px 0 0 0;
	line-height:120%;
	font-size:80%;
	text-align:right; }


/*---------------------------------------
　order-rule
---------------------------------------*/
DIV.main#order-rule{
	padding:0 5px 0 5px;
	width:530px;}

DIV.main#order-rule h2{
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;
	background:url(../../../../images/common/bg_h2.gif) no-repeat left;
	background-position: 0 0; }

DIV.main#order-rule h3{
	margin: 13px 0 2px 0;
	color: #C00;
	font-size:100%;
	border-bottom: #C00 solid 1px; }

DIV.main#order-rule ol{
	margin: 13px 0 2px 0;
	font-size:100%;
	vertical-align:top; }

DIV.main#order-rule li{
	padding: 0 15px 10px 0; }

DIV.main#order-rule p{
	padding: 0 15px 10px 0; }

DIV.attention{
	margin:0 15px 0 0;
	padding:10px;
	border:#F00 solid 1px;
	background:#FFF;}

DIV.main#order-rule th{
	width:100px;
	padding: 0 10px 10px 0; }

DIV.main#order-rule td{
	padding: 0 10px 10px 0; }

/*---------------------------------------
　privacy
---------------------------------------*/
DIV.main#privacy h2{
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;
	background:url(../../../../images/common/bg_h2.gif) no-repeat left;
	background-position: 0 0; }

DIV.main#privacy h3{
	margin: 13px 0 2px 0;
	color: #C00;
	font-size:100%;
	border-bottom: #C00 solid 1px; }

DIV.main#privacy h4{
	margin: 13px 0 2px 0;
	font-size:100%; }

DIV.main#privacy P{
	margin:5px 10px 10px 5px;
	padding:0;
	line-height:140%;
	font-size:100%; }


/*---------------------------------------
　q-a
---------------------------------------*/
DIV.main#q-a h2{
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;
	background:url(../../../../images/common/bg_h2.gif) no-repeat left;
	background-position: 0 0; }

DIV.main#q-a P{
	margin:5px 10px 10px 5px;
	padding:0;
	line-height:140%;
	font-size:100%; }

DIV.main#q-a ul{
	margin:0 0 0 30px;
	padding:0; }

hr{height:1px;}


/*---------------------------------------
　voice
---------------------------------------*/
DIV.main#voice h2{
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;
	background:url(../../../../images/common/bg_h2.gif) no-repeat left;
	background-position: 0 0; }

DIV.main#voice P{
	margin:5px 10px 10px 5px;
	padding:0;
	line-height:140%;
	font-size:100%; }

DIV.main#voice p img{
	padding:5px 0 0 0; }

hr{height:1px;}


/*---------------------------------------
　sitemap
---------------------------------------*/
DIV.main#sitemap{
	padding:0 5px 0 5px;
	width:530px;}

DIV.main#sitemap h2{
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;
	background:url(../../../../images/common/bg_h2.gif) no-repeat left;
	background-position: 0 0; }

DIV.main#sitemap dl{
	margin: 5px 0 25px 30px;
	line-height:140%;
	font-size:100%; }

DIV.main#sitemap dt{ 
	line-height:160%;
	font-size:100%;
	font-weight:bold; }

DIV.main#sitemap dd{ 
	line-height:150%;
	font-size:100%; }



/*---------------------------------------
　assessment_info
---------------------------------------*/
DIV.main#assessment_info{
		padding:0 5px 0 5px;}

DIV.main#assessment_info h2{
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;
	background:url(../../../../images/common/bg_h2.gif) no-repeat left;
	background-position: 0 0; }

DIV.main#assessment_info P{
	margin:5px 10px 10px 5px;
	padding:0;
	line-height:140%;
	font-size:100%; }

DIV.main#assessment_info h3{
	margin: 13px 0 2px 0;
	font-size:100%; }

DIV.main#assessment_info h4{
	margin:0;
	padding:5px 0 0 0;
	font-size:100%;
	font-weight:normal; }

DIV.main#assessment_info ol{
	margin-top:5px;}

DIV.main#assessment_info .attention{
	margin:0;
	padding:10px;
	border:#F00 solid 1px;
	background:#FFF;}


/*---------------------------------------
　goods
---------------------------------------*/

DIV.main#goods{
	width:530px;
	padding:0 5px 0 5px;}

DIV.productGeneralbiggerText#productDescription{
	margin:5px 10px 10px 5px;
	padding:0;
	line-height:140%;
	font-size:100%; }

DIV.main#goods h2{
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;
	font-size: 115%;
	background:url(../../../../images/common/bg_h2.gif) no-repeat left;
	background-position: 0 0; }

DIV.main#goods DIV.centeredContent back#productMainImage{
	width:150px;
	height:150px;
	margin:0;
	float:left;
	padding:0 10px 0 0;
	line-height:120%;
	font-size:90%; }

DIV.main#goods h3.productGeneral#productName{
	width:340px;
	float:left;
	font-size: 110%;
	margin:0;
	padding:0 0 3px 0;
	color: #F30;}

DIV.main#goods ul.product_spec{
	width:330px;
	margin:0 0 8px 0;
	padding:0 0 10px 0;
	float:right;
	 }


DIV.main#goods strong.price{
	margin: 0;
	padding: 0 0 5px 0;
	font-size:110%;
	color: red; }

/* その他の詳細写真 */
DIV.main#goods td{
	margin: 0;
	padding: 0 5px; }

/* 買物カゴ */
DIV.main#goods p.cart{
	margin: 10px 10px 0 0;
	text-align:right;}

/* ページ下部配送案内等 */
DIV.main#goods #shipping{
	width:100%;
	margin:20px 0 10px 0;
	padding:0;
	line-height:140%;
	font-size:100%; }

DIV.main#goods #shipping h4{
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;
	background:url(../../../../images/common/bg_h2.gif) no-repeat left;
	background-position: 0 0; }

DIV.main#goods #shipping p{
	margin:10px 10px 10px 30px; }


/*---------------------------------------
　all_goods
---------------------------------------*/


DIV.main#all_goods{
	width:530px;
	padding:0 5px 0 5px;}

DIV.main#all_goods h2{
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;
	font-size: 115%;
	background:url(../../../../images/common/bg_h2.gif) no-repeat left;
	background-position: 0 0; }

/*
DIV.main#goods img{
	width:120px;
	height:120px;
	padding:0 5px 0 0;
	float:left; }
*/

DIV#productListing{
	margin:0 0 10px 0;
	padding:0 20px 0 0;
	line-height:140%;
	font-size:95%;}


DIV#productListing img{
	float:left;
	padding:0 10px 0 0;}


/*DIV.main#all_goods div.right{
	display:block;
	margin:0 0 0 125px;
	text-align:left; }*/


/*サイドメニュー枠組み*/
#navColumnOne {
	width:190px;
	float:left;
	padding: 0 0 0 10px;
	font-size: 95%;
}


/* サイドメニュー */
.menu-space {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size:90%;
	line-height:110%; }

.menu-qr {
	margin:10px auto;
	padding: 0;
	text-align: center;
	font-size:90%;
	color:#FFF;
	line-height:110%; }

.menu-search {
	margin: 0 auto 5px auto;
	padding: 0;
	text-align: center;
	font-size:90%;
	line-height:110%; }

span.menu-search {
	font-size:9pt;
	color:white; }

form.menu-search{
	width: 150px;}

.m_list1 {
	width: 190px;
	margin: 5px auto; 
	padding: 0 0 5px 0; 
	background: #FFF url(../../../../images/common/bg_sidemenu_bottom.gif) bottom no-repeat; }

.m_list1 dl{
	margin: 0; 
	padding: 0;
	text-align: center;
	background: #FFF url(../../../../images/common/bg_sidemenu.gif) repeat-y; }

.m_list1 dd{
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
	background: url(../../../../images/common/sidemenu-icon.gif) no-repeat;
	background-position: 10px 10px; 
	line-height:180%; }


.dt_link{
	margin: 0;
	padding: 10px 0 2px 20px;
	text-align: left;
	background: url(../../../../images/common/sidemenu-icon.gif) no-repeat;}



/* カレンダー */
.calendar table{
	width: 190px;
	margin: 5px auto; 
	padding: 0 0 5px 0; 
	background: #FFF;
	text-align:center;
	border:#ff9900 solid 1px; }

.calendar th{
	padding: 2px 0; 
	text-align:center;
	background: #ff3300;
	color:#FFF; }

div.calendar .calendar-add{
	width: 190px;
	margin: 5px auto; 
	padding: 2px 0; 
	background: #FFF;
	color:red;
	font-size:90%;
	line-height:100%;
	border:#ff9900 solid 1px; }


/*---------------------------------------
　shopping cart
---------------------------------------*/


div.centerColumn h1{
	font-size: 130%;
	color:#F30;}


tr.cartTableHeading th#ccProductsHeading{
	border-bottom:#d2691e solid 2px;}

tr.cartTableHeading th#ccTotalHeading{
	border-bottom:#d2691e solid 2px;}


div#checkoutShipto.back h3#checkoutConfirmDefaultBillingAddress{
	font-size: 120%;
	color:#b22222;
	background-position:2px 0;
	background:url(../../../../images/common/h3_c_b-s.jpg) no-repeat left;
	padding:0 0 0 28px;}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	color:#b22222;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

address{
padding:10px 0 20px;}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

div.main#checkoutPayment h1#checkoutConfirmDefaultHeading{
	background:url(../../../../images/common/bg_h2-s.jpg) no-repeat left;
	font-size:17px;
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;}

div.main#checkoutPayment h1#checkoutPaymentHeading{
	background:url(../../../../images/common/bg_h2-s.jpg) no-repeat left;
	font-size:17px;
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;}

h3#checkoutShippingHeadingAddress{
	background:url(../../../../images/common/h3_c_b-s.jpg) no-repeat left;
	color:#b22222;
	background-position:2px 0;
	padding:0 0 0 28px;}

div.centerColumn#checkoutPayAddressDefault{
	width:530px;
	float:right;
	padding:0 5px;}

div.centerColumn#checkoutShipAddressDefault{
	width:530px;
	float:right;
	padding:0 5px;}

div.centerColumn#checkoutPayAddressDefault h1#checkoutPayAddressDefaultHeading{
	background:url(../../../../images/common/bg_h2-s.jpg) no-repeat left;
	font-size:17px;
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;}

h2#checkoutPayAddressDefaultAddress{
	background:url(../../../../images/common/h3_c_b-s.jpg) no-repeat left;
	color:#b22222;
	background-position:2px 0;
	padding:0 0 0 28px;}

address.back{
	padding:0 10px 0 0;}

h3#checkoutPaymentHeadingAddress{
	background:url(../../../../images/common/h3_c_b-s.jpg) no-repeat left;
	color:#b22222;
	background-position:2px 0;
	padding:0 0 0 28px;}

h3#checkoutConfirmDefaultBillingAddress{
	background:url(../../../../images/common/h3_c_b-s.jpg) no-repeat left;
	color:#b22222;
	background-position:2px 0 ;
	padding:0 0 0 28px;}

div.main#checkoutPayment h2{
	background:url(../../../../images/common/h3_c_b-s.jpg) no-repeat left;
	background-position:2px 0;
	color:#b22222;
	padding:0 0 0 28px;}

table#cartContentsDisplay tr.confirmation td.cartProductDisplay{
	width:260px;
	border-bottom:#d2691e dashed 1px;
	padding:5px;}

table#cartContentsDisplay td.cartTotalDisplay{
	border-bottom:#d2691e dashed 1px;}

h1#cartDefaultHeading{
	background:url(../../../../images/common/bg_h2-s.jpg) no-repeat left;
	font-size:17px;
	padding: 5px 0 5px 20px;
}

div.main#checkoutPayment h1#accountDefaultHeading{
	background:url(../../../../images/common/bg_h2-s.jpg) no-repeat left;
	font-size:17px;
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;}


h1#checkoutShippingHeading{
	background:url(../../../../images/common/bg_h2-s.jpg) no-repeat left;
	font-size:17px;
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;}

h1#loginDefaultHeading{
	background:url(../../../../images/common/bg_h2-s.jpg) no-repeat left;
	font-size:17px;
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;}

h1#createAcctDefaultHeading{
	background:url(../../../../images/common/bg_h2-s.jpg) no-repeat left;
	font-size:17px;
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;}

/*
DIV#otsubtotal{
	float:right;
	border:#d2691e solid 1px;
	background:#FFF;}

DIV#otcodfee{
	float:right;
	border:#d2691e solid 1px;
	background:#FFF;}

DIV#otshipping{
	float:right;
	border:#d2691e solid 1px;
	background:#FFF;}
*/

DIV#ottotal{
	float:right;
	border:#d2691e solid 1px;
	background:#FFF;}

/*

tr.cartTableHeading th#ccProductsHeading{
	background:#d2691e;}

tr.cartTableHeading th#ccTotalHeading{
	background:#d2691e;}
*/

DIV#checkoutConfirmDefaultPaymentTitle{
	padding:10px 0 0;}

DIV#checkoutConfirmDefaultShipmentTitle{
	padding:10px 0 0;}


div.centerColumn#shoppingCartDefault{
	width:530px;
}

h1#checkoutShipAddressDefaultHeading{
	background:url(../../../../images/common/bg_h2-s.jpg) no-repeat left;
	font-size:17px;
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;}

h2#checkoutShipAddressDefaultAddress{
	background:url(../../../../images/common/h3_c_b-s.jpg) no-repeat left;
	background-position:2px 0;
	color:#b22222;
	padding:0 0 0 28px;}

div.instructions{
	float:right;
	width:250px;}

div.centerColumn#checkoutShipAddressDefault{
	padding:0 5px 0 7px};

div.centerColumn#accountHistInfo{
	width:530px;
	float:right;
	padding:0;}

div.centerColumn#accountHistoryDefault{
	width:530px;
	float:right;
	padding:0 10px 0 5px;}

div.centerColumn#addressBookDefault{
	width:530px;
	float:right;
	padding:0 10px 0 5px;}


/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}


#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}
/*ホーム*/
#navBreadCrumb {
	background-color: #cc9900;
	width:95%;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}
	



#navColumnTwo {
	background-color: #00BFBF;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.5em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}



.product_spec {
	list-style-type: none;
	margin: 0;
	font-size: 0.9em;
	}









/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

.goodsdetailpage {
	width:150px;
	padding:0;
	margin:0 10px 0 0;
	font-size:90%;
}


DIV.goodsdetailpageadd img {
	width:150px;
	height:150px;
	padding:0 10px 10px;
	float:left;
}




/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes */
.columnLeft {
	margin:0 15px 0 0;
}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
/*本文見出し*/
.leftBoxHeading, .centerBoxHeading {
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 20px;
	background:url(../../../../images/common/bg_h2.gif) no-repeat left;
	background-position: 0 0; }

.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}

.sideBoxContent {
	margin: 0;
	text-align: left;
	background-position: 10px 10px; }


h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: left;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
