/**
 * 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 {
	/*background-color: #8DBEB0;*/
	background-image: url(../images/bg008.gif);
	background-repeat: repeat-x;
	background-color: #C1EDCF;
	background-attachment: fixed;
	color: #333333;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font:12px/18px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}

#productDescription td{
	font:12px/14px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}

#sign_info td{
	font:12px/18px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}

#productDescription p{
	margin: 0;
	padding: 0;
}

a img {
	border: none; 
	outline: none;
}

a{
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	outline: none;
}
 
a:visited {
	color: #3300FF;
	text-decoration: none;
	outline: 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;
	text-decoration: none;
	outline: none;
}

a:active {
	color: #0000FF;
	text-decoration: none;
	outline: none;
}

h1{
	font:800 14px/15px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	background-image:url(../images/h1_title2.gif);
	width: 690px;
	height: 24px;	
	text-align: center;
}

h2 {
	font:800 14px/15px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #FF9900;
}

h3 {
	font:12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}

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;
	padding: 0;
}

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: 90%;
	margin-top: 10px;
	}
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;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font:800 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	font-size: 0.95em;
	width: 10em;
	float: left;
	}

LABEL.inputLabelPayment {
	font:800 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	/*width: 15em;*/
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.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: 5px;
	border: 1px solid #000000;
	width: 97%;
	}
.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}
.messageStackSuccess {
	background-color:#FFFF66;
	color: #000000;
	}
.messageStackCaution {
	background-color:#FFFF66;
	color: #000000;
	}
	
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 750px;
	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%;
	}


/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 900px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	padding: 0;
}
#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;
	}

/*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;
	background-color: #ffffff;
	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: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	padding: 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;
	}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
	margin-bottom: 50px;
}

.alert {
	color: #FF0000;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.advisory {}
.important {
	font-size: 1.1em;
	}
.notice {}
.rating{
	margin-top: 3px;
	margin-bottom: 3px;
}

.content{
	font:12px/17px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #333333;
}

.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive {
	margin: 0;
	padding: 0;
	padding-left: 0.8em;
	padding-right: 0.8em;
	margin-top: 0.5em;
	}
	
#bannerSix{
	margin-top: 12px;
	margin-bottom: 20px;
}	

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

/*Shopping Cart Display*/

.cartTableHeading TH {
	border: 1px solid #cccccc;
	}

.cartTableHeading, #cartSubTotal {
	background-color:#E3E3E3;
	height: 2.2em;

 }

#cartSubTotal {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}
#scUpdateQuantity {
	width: 4em;
	}

.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;
	}

.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 ;
}
.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 0;
	}

h2.centerBoxHeading, .productListing-rowheading {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	font-size: 12px;
	color: #ffffff;
	width: 100%;
	height: 26px;
	}
.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	margin-bottom: 1em;
	margin-top: 20px;
	}

.sideBoxContent {
	background-color: #FFFFFF;
	padding: 0.5em;
	}

.sideBoxContent2 {
	background-color: #FFFFFF;
	padding: 1px;
	}

/*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, #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:800 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #333333;
	margin-top: 10px;
	}

.rowOdd {
	background-color:#F6F6F6;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #FFFFF;
	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:#E3E3E3;
	height: 2em;
	}

#sitemap_area{
	width: 689px;
}


#sitemap_area td{
	border: 1px solid #CCCCCC;
}

#sitemap_area .map_cat{
	margin-bottom: 5px;
}

#sitemap_area .map_cat2{
    margin-top: 30px;
    margin-bottom: 5px;
}

#sitemap_area .map_cat2 p{
	font:800 12px/17px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	margin: 0;
	padding: 0;
	margin-left: 3px;
}

#siteMapList {
	width: 220px;
	height: 1180px;
	overflow: auto;
	margin-bottom: 10px;
	}
	
.smc0 a{
	width: 143px;
	height: 38px;
	display: block;
	padding-top: 22px;
	font:800 12px/17px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	background-color: #FFFF99;
}

.smc0 a:hover{
	width: 143px;
	height: 38px;
	display: block;
	padding-top: 22px;
	font:800 12px/17px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	background-color: #FF9900;
	color: #FFFFFF;
}

.smc00 a{
	width: 148px;
	height: 38px;
	display: block;
	padding-top: 22px;
	font:800 12px/17px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	background-color: #FFFF99;
}

.smc00 a:hover{
	width: 148px;
	height: 38px;
	display: block;
	padding-top: 22px;
	font:800 12px/17px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	background-color: #FF9900;
	color: #FFFFFF;
}
	
.smc01 a{
	background-image:url(../images/sitemap/smc_01.jpg);
	width: 143px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc02 a{
	background-image:url(../images/sitemap/smc_02.jpg);
	width: 148px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc03 a{
	background-image:url(../images/sitemap/smc_03.jpg);
	width: 143px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc04 a{
	background-image:url(../images/sitemap/smc_04.jpg);
	width: 143px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc05 a{
	background-image:url(../images/sitemap/smc_05.jpg);
	width: 148px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc06 a{
	background-image:url(../images/sitemap/smc_06.jpg);
	width: 143px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc07 a{
	background-image:url(../images/sitemap/smc_07.jpg);
	width: 143px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc08 a{
	background-image:url(../images/sitemap/smc_08.jpg);
	width: 148px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc09 a{
	background-image:url(../images/sitemap/smc_09.jpg);
	width: 143px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc10 a{
	background-image:url(../images/sitemap/smc_10.jpg);
	width: 143px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc11 a{
	background-image:url(../images/sitemap/smc_11.jpg);
	width: 148px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc12 a{
	background-image:url(../images/sitemap/smc_12.jpg);
	width: 143px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc13 a{
	background-image:url(../images/sitemap/smc_13.jpg);
	width: 143px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc14 a{
	background-image:url(../images/sitemap/smc_14.jpg);
	width: 148px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc15 a{
	background-image:url(../images/sitemap/smc_15.jpg);
	width: 143px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc16 a{
	background-image:url(../images/sitemap/smc_16.jpg);
	width: 143px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc17 a{
	background-image:url(../images/sitemap/smc_17.jpg);
	width: 148px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}

.smc18 a{
	background-image:url(../images/sitemap/smc_18.jpg);
	width: 143px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}
	

.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;
	}
	
.qr{
	background-image:url(../images/mob_qr.gif);
	width: 98px;
	height: 98px;	
	text-align: center;
}

.qr_text{
	font:10px/14px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	padding-top: 5px;
	padding-bottom: 5px;
}


.photo_lay01{
	margin-bottom: 50px;
	font:12px/17px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}


#informationContent li{
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #656565;
	list-style-position: inside;
	list-style-image: url(../images/list.gif);
	list-style-type: disc;
}

#moreinformationContent li{
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #656565;
	list-style-position: inside;
	list-style-image: url(../images/list.gif);
	list-style-type: disc;
}


/* MENU */

.category-top{
	margin: 0;
	padding: 0;
}

a.category-top {
	background:#000000;
	width: 153px;
	margin-bottom: 1px;
	padding-top: 4px;
	padding-left: 3px;
	padding-bottom: 3px;
	display:block;
	color: #FFFFFF;
}

a:link.category-top {
	background:#000000;
	color: #FFFFFF;
}

a:visited.category-top {
	background:#000000;
	color: #FFFFFF;
}

a:hover.category-top {
	background:#88C622;
	color: #FFFFFF;
}

.category-links{
	margin: 0;
	padding: 0;
}

A.category-links {
	background:#FFB22D;
	width: 153px;
	margin-bottom: 1px;
	padding-top: 4px;
	padding-left: 3px;
	padding-bottom: 3px;
	display:block;
	color: #000000;
}

A:hover.category-links {
	background:#FF462D;
	color: #FFFFFF;
}



/* footer
--------------*/

TABLE.footer {
  background: #ffffff;
  text-align: center;
}

TD.footertop, TD.footerbottom {
  padding: 0;
  margin: 0;
}

#under_ba{
	margin-top: 20px;
}


#under_bt{
	width: 113px;
	height: 42px;
	background-image:url(../images/under_bt_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 4px;
	padding-left: 750px;
	padding-right: 37px;
}



.under_menu{
	margin-bottom: 5px;
	font-size:11px;
}


.under_bg{
	width: 900px;
	height: 12px;
	background-image: url(../images/under.gif);	
}

#under_logo a{
	display:block;
	width: 160px;
	height: 25px;
	margin-top: 5px;
	background-image: url(../images/under_logo.gif);
	text-indent: -9999px;
}

address{
	margin-bottom: 10px;
	font-size:12px;
}


#itemInfo{
	width: 674px;
	margin:0;
	padding: 0;
	margin-bottom: 10px;
}

#itemInfo .item_left{
	width: 280px;
	margin: auto;
	padding: 0;
	float: left;
}

#itemInfo .item_right{
	width: 394px;
	margin: 0;
	padding: 0;
	float: right;
}

.itemTitle{
	font:800 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #333333;
}



#productPrices{
	font:800 15px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color:#FF6600;
	padding-top: 8px;
}


#modelData{
	width: 383px;
	font:12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color:#333333;
	padding-top: 12px;
	margin-left: 3px;

}

#modelData ul{
	margin: 0;
	padding: 0;
}

#modelData li{
	margin: 0;
	padding: 0 5px 0 0;
	font:800 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	list-style-position: inside;
	list-style-type: disc;
}

#cartAdd {
	float: right;
	width: 180px;
	text-align: center;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	margin: 0;
	padding: 4px;
	margin-top: 7px;
	margin-bottom: 30px;
	margin-right: 10px;
}

#area a{
	width: 510px;
	height: 220px;
	margin-top: 2px;
	margin-bottom: 18px;
	display: block;
	background-image:url(../images/board.jpg);
}

#area1 a{
	width: 510px;
	height: 164px;
	margin-top: 6px;
	margin-bottom: 3px;
	display: block;
	background-image:url(../images/stock.jpg);
}



#area3 a{
	width: 510px;
	height: 126px;
	margin-top: 6px;
	margin-bottom: 25px;
	display: block;
	background-image:url(../images/top_banner.jpg);
}

#area4 {
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
}

#area_camera{
	display: none;
}

#area1_bottom a{
	width: 510px;
	height: 156px;
	margin-top: 18px;
	margin-bottom: 8px;
	display: block;
	background-image:url(../images/board_top_banner.gif);
}


/* ½ýµü#y¡¼¥¸ */

#productGeneral h1 {
	background-image:url(../images/h1_title2.gif);
	width: 690px;
	text-align: center;
	padding-top: 8px;
	margin-bottom: 18px;
}


#productAdditionalImages h3{
	font:800 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #333333;
	width: 674px;
	height: 19px;
	background-color:#EAEAEA;
	border: 1px solid #D1D1D1;
	padding-top: 6px;
	padding-left: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 7px;
}

#productDescription h3{
	font:800 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #333333;
	width: 674px;
	height: 19px;
	background-color:#EAEAEA;
	border: 1px solid #D1D1D1;
	padding-top: 6px;
	padding-left: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
}

#productDescription h4{
	font:800 14px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color:#FF6600;
	height: 17px;
	padding: 6px 5px 0 5px;
	margin-top: 10px;
}



/* ÃíÉë¡¦ÉíŽÀ*/

.centeredContent{
	font:12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}

#checkoutSuccessMainContent{
	margin-bottom: 30px;
}


#shippingInfoMainContent h2{
	font:800 14px/15px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #FF9900;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.add_text{
	font:800 12px "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color:#FF0033;
}


/* Menu */

#menu0 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu0.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu0 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu0_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu1 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu1.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu1 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu1_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu2 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu2.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu2 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu2_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu3 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu3.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu3 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu3_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu4 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu4.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu4 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu4_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu5 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu5.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu5 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu5_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu6 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu6.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu6 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu6_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu7 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu7.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu7 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu7_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu8 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu8.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu8 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu8_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu9 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu9.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu9 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu9_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu10 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu10.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu10 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu10_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu11 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu11.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu11 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu11_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu12 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu12.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu12 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu12_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu13 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu13.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu13 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu13_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu14 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu14.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu14 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu14_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu15 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu15.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu15 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu15_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu16 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu16.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu16 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu16_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu17 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu17.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu17 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu17_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu18 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu18.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu18 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu18_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu19 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu19.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu19 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu19_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu20 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu20.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu20 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu20_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu21{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu21.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu21 a{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu21.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}

#menu21 a:hover{
	display:block;
	text-indent: -9999px;
	background-image:url(../images/menu/menu21_o.gif);
	width: 156px;
	height: 37px;
	margin-bottom: 1px;
}