/**
 * 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_new.css 3688 2006-06-02 00:12:18Z drbyte $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: 62.5%;*/
	color: #000000;
}

#whatsNew img{
	background-color: #ffffff;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1d1d1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #989898;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d1d1d1;
	padding: 4px;
}


a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #00ccff;
	text-decoration: none;
	}
 
a:visited {
	/*color: #3300FF;*/
	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: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.1em;
}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
}

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;
	padding: 0.3em;
	color:#00D3FF;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

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

LABEL.inputLabel {
	font-size: 0.95em;
	width: 10em;
	float: left;
	}

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

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

P, ADDRESS {
	padding: 0.5em;
}
p{
	font-size: 1.1em;
	line-height: 1.5em;
}
ADDRESS {
	font-style: normal;
	}
.clearBoth {
	clear: both;
}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}
.messageStackWarning, .messageStackError {
	background-color: #FF6666;
	color: #ffffff;
	}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 820px;
	vertical-align: top;
	}

#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, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
	}

/*オプション値のクラス*/
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	color:#556b2f;
	}

/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navSplitPagesLinks {
	margin: 0.5em;
	font-size: 0.9em;
	}
.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;
	font-weight: bold;
	color: #9a9a9a;
	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: #9a9a9a;
}

#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 {}
#navEZPagesTop {
	background-image: url(../images/tile_back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #9a9a9a;
	}
#navBreadCrumb, #navEZPagesTop {
	font-size: 11px;
	margin: 0em;
	padding: 0.5em 0.5em 0.5em 1em;
	color: #ffffff;
	line-height: 1.5em;
	}

.headerbreadcrumb {
	background: #213031;
	border-right: 1px solid #395152;
	border-bottom: 1px solid #395152;
	border-left: 1px solid #395152;
}


#navColumnOne {
	padding-top: 1.0em;
	padding-right: 0.5em;
	}
#navColumnTwo {
	padding: 0.5em;
	}

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

.shippingEstimatorWrapper {
	padding: 0.5em;
}
#productDescription {
	padding-bottom: 1em;
}

.alert {
	color: #FF0000;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.advisory {}
.important {
	font-size: 1.1em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

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

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

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

.cartTableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	height: 2.2em;
 }

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

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	color:#000000;
	}
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	color:#000;
	}

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

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

.cartOldItem a:hover {
	color: #ff0000;
	}

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	color:#ff7f50;
	}

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

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

.attributesComments {
	font-weight: normal;
}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em -1px;
	}

h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	background-color: #333333;
	/*background-image: url(../images/tile_back.jpg);*/
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #9a9a9a;
	}
h2.centerBoxHeading{
	background-image: url(../images/tile_back.jpg);
}

.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	border: 1px solid #9a9a9a;
	background: #2f4f4f;
	margin-bottom: 1em;
	}

.sideBoxContent {
	padding: 0.4em;
	}

/*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 {
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #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;
}

#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-image: url(../images/h_bg.gif);
	height: 2em;
	margin-top: 10px;
	color:#000000;
	}

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


/************ここから追加************/


/*商品詳細ページ*/
#productName {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-left: 10px solid #CC0000;
	font-size: 1.3em;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
#productPricesWrapper {
	padding: 8px 10px 10px;
	clear: both;
	text-align: right;
	background: #2f4f4f;
}
#productPrices {
	font-size: 1.4em;
}
#description{
	padding-left: 260px;
}

/*商品説明テーブルレイアウト時
#description table {
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#ffffff;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#description td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}*/


.descriptionText {
	font-size: 1.1em;
	background: #F9F7F9;
	line-height: 1.5em;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
}

.descriptionContents {
	font-size: 10px;
	line-height: 1.4em;
	padding: 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
}

.descriptionContents_sample {
	line-height: 1.6em;
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	color:#000033;
	background-color:#FFFFFF;
}


#productInfoLink {
	text-align: right;
	padding: 8px;
	clear: both;
}
#ProductImages {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 10px solid #333333;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
#productAttributes {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
	background-color: #E9F1F5;
	text-align: right;
}


.down{
}

.down h3 {
	font-size: 12px;
	color: #CC0000;
}

.down ul{
	margin: 0px;
	padding: 10px 20px;
}

.down li{
	padding-bottom: 5px;
}


/*カテゴリー*/
#categoriesContent {
	font-size: 1.1em;
	line-height: 1.6em;
}
.sideBoxContent{
	padding-left: 8px;
}
.sideBoxContent li {
	line-height: 1.6em;
}

#productListHeading , #indexCategoriesHeading , #shippingInfoHeading ,
#privacyDefaultHeading , #conditionsHeading , #siteMapHeading ,
#unsubDefaultHeading ,#newProductsDefaultHeading , #allProductsDefaultHeading , 
#specialsListingHeading , #ezPagesHeading,#cartDefaultHeading,#checkoutShippingHeading,
#checkoutPaymentHeading,#checkoutConfirmDefaultHeading,#checkoutPayAddressDefaultHeading,
#logoffDefaultHeading,#cartEmptyText,#accountDefaultHeading,#addressBookDefaultHeading,#accountNotificationsHeading,
#checkoutSuccessHeading{
	background-image: url(../images/h_bg.gif);
	background-color: #d7dae1;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #666666;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-repeat: repeat-x;
	background-x-position: left;
	background-y-position: top;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #CC0000;
}


/*トップページ*/
#topbotan {
	margin-bottom: 10px;
}

#topbotan ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topbotan li {
	display: inline;
	padding-right: 6px;
}


/*カテゴリー*/
.categoryListBoxContents {
	margin-bottom: 15px;
}


#siteMapList ul {
	line-height: 1.7em;
	font-size: 12px;
	padding: 0px;
}

#siteMapList ul li {
	padding-left: 5px;
}

#siteMapList ul li ul{
	padding-left: 10px;
}


#dvdfree {
	padding: 10px;
	margin-bottom: 15px;
}

#dvdfree h3{
	background: #ffd9df;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin: 0px;
}

#dvdfree p{
	line-height: 1.5em;
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #ffd9df;
	margin: 0px;
}


/*フッター*/
.footernavi{
	margin-right: 0.5em;
}
.footernavi a{
	color: #999999;
}
.footernavi ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footernavi li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #999999;
}



/* トップページ１行ニュース shortnews */
#shortnews	{
	margin: 10px auto 0;
	}

#shortnews h2	{
	font-size: 1em;
	background-image: url(../images/h_bg.gif);
	background-color: #d7dae1;	margin: 0;
	padding: 5px;
	border-top: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	text-align: center;
	}

#shortnews ul	{
	font-size: 1em;
	border: 1px solid #9a9a9a;
	height: 130px;
	overflow: auto;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1;
	margin-left: 0;
	}


#shortnews li	{
	margin: 10px 10px 10px 24px;
	line-height: 1.5em;
	list-style: square;
	}

#shortnews li span	{
	color: #000066;
	margin-right: 15px;
	}



/* トップページ最新情報 */
#latest_box {
	margin: 10px auto 0;
}

#latest_box h2 {
	background-image: url(../images/latest.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.latest_pr{
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
.p_date ,.new_images,.new_name,.latest_pr th{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.new_proname {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.latest_pr th{
	border-right-width: thin;
	border-right-style: solid;
	background-color: #E6E6E6;
}

.new_name {
	padding-left: 5px;
	padding-right: 5px;
}

.new_proname {
	background-image: url(../images/h_bg.gif);
	background-repeat: repeat-x;
	color: #D4D0C8;
	padding-left: 5px;
	padding-right: 5px;
}
.p_date{
	background-color: #E6E6E6;
}
.new_images {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	color: #000000;
}

/*リストページ*/
.listingDescription{
	text-align: left;
	line-height: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
}

/*POPUP説明*/
#infoShoppingCart div,#popupSearchHelp div{
	padding: 30px;
}
#infoShoppingCart h2{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	border-left: 8px solid #666666;
	margin-bottom: 10px;
}
#infoShoppingCart p{
	padding: 0px 0px 20px;
	margin: 0px;
}


/*EZページ*/
#ezPageDefault h3, #shippingInfo h3, #privacy h3, #conditions h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 5px solid #666666;
}

/*サイドボックス*/

.sideBox-navi ul {
	text-align: center;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 5px 0px 0px;
}
.sideBox-navi li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-bottom: 5px;
}

#whatsnewContent img {
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1d1d1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #989898;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #989898;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d1d1d1;
	padding: 4px;
	margin-bottom: 5px;
}


/*最近のご注文*/
#orderhistoryContent ul{
}
#orderhistoryContent img{
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/*ベストセラー*/
#bestsellersContent ol{
	margin: 0px;
	padding: 0px;
	list-style: decimal inside;
}


/*特商法の表記*/
.escom{
	width:500px;
	background-color:#ffffff;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-collapse:collapse;
margin:0 auto;
	color:#333333;
}

.escom th{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:10px;
	white-space:nowrap;
	text-align:left;
	background-color:#bdb76b;
}

.escom td{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:10px;

}

