/**
 * 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 $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	color: #202020;
	background-color: none;
	line-height: 1.5em;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000080;
	text-decoration: none;
	}
 
a:visited {
	/*color: #800080;*/
	color: #000080;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF00FF;
}

a:active {
	color: #0000FF;
	}

a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}


h1 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	color: #FF8000;
	line-height: 1.3em;
}

h2 {
	font-size: 1.4em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	line-height: 1.3em;
}

.biggerText {
	font-size: 1.2em;
	}

h2, h3, h4, h5, h6 {
	margin: 0.3em;
	line-height: 1.3em;
}

/*色をつけないH1の表記*/
#indexDefaultHeading , #indexCategoriesHeading , #productName {
	color: #000000;
}

/*パンくずリストの選択された項目*/
/*
#navBreadCrumbSelected {
	color: ;
}
*/

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

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

TEXTAREA {
	float: left;
	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;
	width: 520px;
}

LEGEND {
	font-weight: bold;
	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;
	}

.clear {
	clear: both;
}
.clear hr{
	display: none;
}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
HR.horizonDash {
	border-bottom: 1px dashed #c0c0c0;
}
/*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;
	}

/*wrappers - page or section containers*/
/*
* メインラッパー
*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 860px;
	vertical-align: top;
}

#rayoutHeaderWrapper {
	width: 100%;
	background-image: url(../images/header_bg.gif);
	background-position: right top;
	background-repeat:no-repeat;
}

#rayoutWrapperOne {
	float: left;
	margin-right: 5px;
}

#rayoutWrapperTwo {
	float: right;
	width: 700px;
	margin-left: 5px;
}

#rayoutWrapperThree {
	float: left;
	margin-right: 5px;
	width: 540px;
}

#rayoutWrapperFour {
	float: right;
}

#rayoutFooterWrapper {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}

/*
* #headerWrapper
* #contentMainWrapper:ヘッダー下コンテンツ部メインラッパー
* #logoWrapper
* #cartBoxListWrapper
* #ezPageBoxList
* #cartBoxListWrapper ul
* #ezPageBoxList ul
* #mainWrapper
* #popupAdditionalImage
* #popupImage
*/
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
/*
* #navColumnOneWrapper:サイドボックス左メインラッパー div
* #navColumnTwoWrapper:サイドボックス右メインラッパー div
* #mainWrapper　メインラッパー
*/
#navColumnOneWrapper, #navColumnTwoWrapper{
/*	margin: auto;*/
	}
#mainWrapper {
	margin: auto;
}

/*
* #navColumnOne:サイドボックス左 レイアウトTable
* #navColumnTwo:サイドボックス右 レイアウトTable
*/
#navColumnOne {
	}

#navColumnTwo {
	}

#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%;
	}
#checkoutShipto {
	width: 240px;
}

.floatingBox {
	width: 280px;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
/*
* ヘッダー部
*/

/*
* 最上部のトップ画面リンク部分
*/
.headerNavigation {

}

.headerNavigationRow01 {
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	font-size: 1.0em;
}
.headerNavigationRow02 {
}

td.headerNavigationRow02ColOne {
	width: 155px;
}

div.headerNavigationRow02ColOne {
	float: left;
}
div.headerNavigationRow02ColTwo {
	float: right;
}

.headerNavigationRow02ColTwo00 {
	width: 100%;
	vartical-align: top;
}
.headerNavigationRow02ColTwo10 {
	width: 100%;
}

.headerNavigationRow03 {
	width: 100%;
	height: 10px;
	/*border-top: 1px solid #808080;*/
	background-image: url(../images/img_bg02.gif);
}

.headerNavigationRow04 {
	width: 100%;
}

div.headerSearchBox {
/*	float: right;
	background-image: url(../images/img_bg02.gif);
	width: 400px;
	padding-left: 75px;
	padding-top: 2px;
	padding-bottom: 2px; */
}
td.rssIcon {
	padding-left: 1.0em;
	padding-right: 1.0em;
}
h1.headerSalesText {
	font-size: 1.2em;
	font-weight: bold;
	color: #444444;
	margin: 1.0em 1.0em;
}

td.headerLogin {
	width: 150px;
	margin: 0em 0.5em;
}

td.headerCartButton {
	margin: 0em 0.5em;
}

.searchHeaderTitle {
/*	color: #FFFFFF;*/
	float: left;
}

/*
* ヘッダー部　タイトル画像　と　キャッチコピー
*/

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
}



/*
* #navMainWrapper
* #navSuppWrapper:
* #navCatTabsWrapper:ヘッダー下のカテゴリーリストラッパー
*/
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
/*	background-color: #9a9a9a;
	font-weight: bold; */
	color: #ffffff;
	height: 1%;
	width: 100%;
}

/*
* #navMai
* #navSupp
* #navCatTabs:ヘッダー下のカテゴリーリスト
*/
#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 {
	font-wight: light ;
	text-size: 0.3em;
	padding: 0em 0.5em;
	margin: 0;
	color: #808080;
}

#navEZPagesTOCWrapper {
	font-weight: normal;
	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;
	}
.buttonRow {
	width: auto;
}	

#navBreadCrumb {
	background-color:#C0C0C0;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

/*
* EZpageリンク　(カテゴリリスト下)
*/
#navEZPagesTop {
	background-color: #ffff33;
	}

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


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

/*.content,*/ 
#productDescription {
	padding: 0.5em;
	margin: 0.5em 1.0em;
}
.shippingEstimatorWrapper {
	width:600px;
	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-top: 0.8em;
	padding-bottom: 0.8em;
}

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

/*会員登録リンク*/
a.entlyMember {
	font-size: 1.5em;
	font-weight: bold;
}


/*次へ　戻るボタン*/
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 1.5em 1.5em;
	padding:  0.5em 0.5em;
	list-style-type: none;
}

.navNextPrevWrapper {
	margin-top: 5px;
	margin-bottom: 15px;
}

/*
*商品説明
*/
div.productInfo {

}

div.productInfoWrapper {
	padding-bottom: 15px;
}

div.productInfo0101 {
	float: left;
	width: 220px;
	text-align: left;
}

div.productInfo0102 {
	float: right;
	text-align: left;
	width: 320px;
	vertical-align: top;;
}

#productDeatlsListWrapper {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

div.categoryIcon {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
}

div.productGeneral {
	padding-left: 15px;
	padding-right: 15px;
}

/*商品問い合わせ*/
#qstAboutProducts {
	float: left;
}

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

.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 , #shipoffInstructionDisplay {
	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 {
	margin-bottom: 1.3em;
	margin-top: 1.3em;
	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 ;
	}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

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

/*sideboxes*/
/*
* メニューナビゲーター
*/
.rayoutMenuNavigator {
	width: 700px;
}

.menuNavigator {
		
}

table.menuNavigator {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px 0px;
	border: 0px;
}

td.menuNavigator {
	border: 1px solid #808080;
	text-align: center;
	background-image: url(../images/img_menulist_bg.gif);
	height: 25px;
}

a.menuNavigator:link {
	color: #FFFFFF;
}

a.menuNavigator:visited {
	color: #FFFFFF;
}

a.menuNavigator:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*
* What's New
*/

.rayoutWhatsNew {
	width: 100%;
	margin: 10px 0px;
}
.tableWhatsNew {
	width: 100%;
}
.headerWhatsNew {
	color: #262626;
	background-image: url(../images/img_bg01.gif);
	font-size: 1.5em;
	font-weight: bold;
	border: 1px solid #808080;
	padding: 5px 5px;
}

td.contentWhatsNew {
	 border-bottom: 1px solid #808080;
	 border-left: 1px solid #808080;
	 border-right: 1px solid #808080;
	 padding: 5px 5px;
}

div.contentWhatsNew {
	 font-size: 1.2em;
	 vertical-align:top;
	 height: 150px;
	 width: 100%;
	 overflow-y: scroll;
}

/*
* SideBox　バナーコンテンツ
*/
#bannerboxall-content,#bannerbox-content {
	border: 1px solid #808080;
}

/*
* RealShop
*/
.realShopMap {
	width: 480px;
	height: 320px;
	margin: 10px 5px;
}

.realShopInfo {
	padding-left: 15px;
	padding-right: 15px;
}

/*
* インフォメーション
*/
div.lstInfomation {
	padding-top: 3px;
	padding-bottom: 3px;
}

/*
* 最近の注文
*/
.orderHistList {
	padding-left: 1em;
}

/*
* ベストセラー
*/
table.bestSelerlist {
	width: 100%;
}
td.bestSelerlistCol01 {
	width: 25px;
	font-weight: bold;
}
td.bestSelerlistCol02 {
	padding-bottom: 0.3em;
}




/*
* サイドボックスコンテンツ
*/
.columnLeft {
	
}

/*
* サイドボックス左のヘッダー部 レイアウトtable
*/
.leftboxheading {
	 font-size: 1.2em;
	 background-color: #80808;
	 color: #FFFFFF;
}

h3.leftboxheading a {
	 font-size: 1em;
}

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

.leftboxcontent {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin-top: 1.5em;
	padding: 8px 8px;
}

.leftboxcontent a {

}

.sideBoxContent {

}

h3.rightboxheading a {
	font-size: 1.1em;
	}

.rightboxheading {
	font-size: 1.2em;
	margin: 0em;
	background-color: #80808;
	}


h3.rightboxheading a:hover {
	text-decoration: none;
	}

.rightboxcontent {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin-top: 1.5em;		
	padding: 8px 8px;
}

.centerBoxHeading {
	color: #262626;
	background-image: url(../images/img_bg01.gif);
	font-size: 1.5em;
	font-weight: bold;
	border: 1px solid #808080;
	padding: 5px 5px;
	margin-top: 5px;
}

.centerBoxWrapper {
	margin: 25px 0px;
}


/*
* 会社概要
*/
.ourCoInfoLst {
	width: 450px;
	margin: auto;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;

}

.ourCoLstCol01 {
	padding: 7px 7px;
	font-size: 1.2em;
	font-weight: bold;
	width: 30%;
	background-color: #D7D7D7;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.ourCoLstCol02 {
	padding: 7px 7px;
	font-size: 1.2em;
	width: 70%;
	border-bottom: 1px solid #808080;
}
/*
* 商品カテゴリ　リンク文字色
*/


#categories-content {
	padding: 0px 0px;

}

div.category-top {
	width: 143px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	paddng-right: 3px;
 	border-bottom: 1px solid #808080;
	background-color: #E9FFFF;
}

div.category-subs , div.category-products {
	width:143;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.category-top:link , a.category-top:visited {
	color: #008000;
	font-weight: bold;

}

a.category-top:hover {
	color: #FFFF00;
	font-wight: bold;
}

a.category-subs:link , a.category-subs:visited , a.category-products:link , a.category-products:visited {
	color: #0995FF;
}

a.category-subs:hover , a.category-products:hover {
	color: #FF00FF;
}

/*
* 商品リスト一覧
*/
#productsListingTopNumber,#productsListingBottomNumber {
	margin-top: 1em;
	margin-bottom: 1.0em;
}
#productsListingListingTopLinks , #productsListingListingBottomLinks {
	margin-bottom: 1.0em;	
}
th.productListing-heading {
	padding: 0.5em 0.5em;
	border-bottom: 2px solid #808080;
	border-top: 1px solid #808080;
}

.productListing-data {
	border-bottom: 1px dotted #808080;
	padding: 1.0em 1.0em;	
}


#itemTxtProductCat ,#itemTxtProductPrice , span.productDetailsItem {
	color: #808080;	
}
span.productDetailsItem_qt {
	color: #008000;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 1.0em;
}
.normalprice {
	color: #000000;
}
#productPrices {
	color: #800000;
	font-wight: bold;
	font-size: 1.5em;
}
#itemTxtProductDesc {
	color: #FF8000;
	font-size: 2.0em;
	font-weight: bold;
	padding: 0.5em 0.5em;
}

.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, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}

#cartEmptyText {
	margin-top: 50px;
	margin-bottom: 50px;
}

/*
*ベストセラー
*/
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
}


#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;
}

/*注文画面のボタン説明*/
div.itemButtonExplain {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/*配送説明の内容*/
#tradeExpCont {
	margin: 2em 1em;
}

.priceExp {
	color: #FF0000;
	font-weight: bold;
}

span.lstMark01 {
	margin-right: 0.5em;
}

table.shipoffpricelist {
	margin-top: 10px;
	border-collapse: collapse;
}

table.shipoffpricelist th{
	padding: 0.5em 0.5em;
	background-color: #C0C0C0;
}

table.shipoffpricelist td{
	padding: 1.0em 0.5em;
	vertical-align: top;
	text-align: left;
	border: 1px solid #C0C0C0;
}

div.contentItem {
	padding-top: 5px;
	padding-bottom: 30px;
}

/*
メール送った後のメッセージ
*/
div.success {
	font-size: 2.0em;
	width: 400px;
	text-align: left;
	line-height: 1.2em;
	font-weight: bold;
	padding: 15px 15px;
	margin: 15px 15px;
}

div.mailSendIMG {
	margin: 15px 15px;
}

div.attention {
	text-align: left;
	line-height: 1.2em;
	width:400px;
}

/*
* 送料試算画面
*/
#lstShipoffCostWrapper {
	width: 420px;
	padding: 20px;
}

/*
* ショッピングカートのヘルプです。
* クーポンのヘルプ
*/
#infoSCWrapper , #popupCouponHelpWrapper {
	width: 540px;
	padding: 20px;
}

/*
*ボリュームディスカウント
*/
#productQuantityDiscounts {
	margin-top: 25px;
	padding: 5px 5px;
}

table.qtdiscountTbl {
	border-collapse: collapse;
	margin: 5px 5px;
}

table.qtdiscountTbl th{
	padding: 0.5em 0.5em;
	background-color: #C0C0C0;
	text-align: center;
}

table.qtdiscountTbl td {
	padding: 1.0em 0.5em;
	vertical-align: top;
	text-align: center;
	border: 1px solid #C0C0C0;
}

div.qtDiscoutWrapper {
	width: 480px;
}

div.qtDiscountIMG {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	float: left;
}

div.qtDiscountDesc {
	margin:5px 5px;
}

/**
*ゲスト購入
*/
#guest_purchase_title {
	color: #FF0000;
	font-weight: bold;
}
/*
*まとめてお買い上げ頂けるとお得です。
*/
H3.shipoffinfo {
	color: #FF0000;
}

/*決済画面 支払い方法説明*/
.textCSDestination {
	width: 220px;
}
/*決済画面*/
.checkoutPaymentHeadingAddressWrapper {
	width: 520px;
}
/*決済ボタンラッパー*/
.orderButtonsWrapper{
	margin-top: 30px;
	width: 520px;	
}

/*決済完了画面 注文ナンバー表示*/
#checkoutSuccessOrderNumber {
	width: 150px;
}

/*決済完了画面 ご質問などございましたら…*/
#checkoutSuccessContactLink {
	width: 520px;
}
/*CheckOutStatusIMG*/

div.orderStatusImg {
	width: 460px;
	height: 125px;
	margin-right: auto;
	margin-left: 50px;
	padding-bottom: 15px;
}

table#rootToShopImg {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

table#rootToShopImg td {
	width: 180px;
	text-align: center;
	padding-bottom: 2em;
}

div.rtsimageText {
	text-align: left;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

.txt_left {
	text-align: left;
}
.txt_top {
	vertical-align: top;
}
.shopIMG {
	text-align: center;
	width: auto;
	padding-bottom: auto;
	padding-top: auto;
}
.centerIMG {
	width: 480px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
/*
* 顧客情報プリントアウト
*/
.customerInfoMainWrapper {
	width: 640px;
}
.customerInfoContents {
	width: 480px;
	padding: 30px 15px;
	border: solid 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.csInfoTitle {
	width: 320px;
	text-align: center;
	font-weight: bold;
	font-size: 2.0em;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
.csInfoItemTitle {
	width: 30%;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.csInfoItemValue {
	width: 70%;
	font-size: 1.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.csInfoPrintButtonWrapper{
	width: 200px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

/*
 メッセージ表示
*/
#annunce_msg_caption {
	font-weight: bold;
	font-size: 1.5em;
	color: #ff0000;
}

#announce_message {
	width: 420px;
	border: 3px solid #ff0000;
	margin-left: 50px;
	margin-bottom:15px;
	padding: 1.0em 1.0em;
	background-color: #ffffcc;
}

#annunce_msg_top_caption {
	font-weight: bold;
	font-size: 1.2em;
	color: #ff0000;
}

#announce_message_top {
	border: 1.5px solid #ff0000;
	margin-bottom:15px;
	padding: 0.5em 0.5em;
	background-color: #ffffcc;
}

/*文字強調*/
.strong01 {
	font-weight: bold;
	font-size: 1.2em;
	color: #ff0000;
}

/*離島地域へのインフォメーション*/
#shipping_caution {
	border: 1.5px solid #0000ff;
	margin-bottom:15px;
	margin-top:15px;
	padding: 0.5em 0.5em;
	background-color: #ffffcc;
}

div.portfolio ul{
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
}
div.portfolio li{
	margin:0;
	padding: 0;
	position:absolute;
	top:0;
	left:0;
}
/* related prdoducts*/

div.jCarouselLite ul {
	margin: 0;
	padding: 0;
	overflow:hidden;
}
div.jCarouselLite li {
	padding-bottom: 0.5em;
}
div.jCarouselLite {
	margin: 0 auto;
	width: 370px;
}

div.relatedProductBox {
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
}

div.jCarouselLite , a.next_lst , a.prev_lst {
	float: left;
}

a.next_lst , a.prev_lst {
	margin: 0 1.0em;
}

#relatedProducts {
	width:  460px;
	margin: 0px auto;
}

