﻿@charset "utf-8";
/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	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.5em;
	}
h1#indexDefaultHeading , h1#productListHeading , h1#ezPagesHeading {
	font-size: 1.5em;
	}


h2 {
	font-size: 1.4em;
	}
h2#indexDefaultHeading {
	font-size: 1.5em;
	}
h2#productListHeading {
	font-size: 1.5em;
	}
h3 {
	font-size: 1.3em;
	}
.sideBoxContent{
	font-size: 0.9em;
	font-weight: bold;
	margin: 0.1em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS,  .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

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;
	}

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;
	}

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: #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: 100%;
	vertical-align: top;
	background-color: #ffffff;
	background-image:URL(/images/top/right/right_shipping2.gif);
	background-position:right top;
	background-repeat:repeat-y;
	}

#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: auto;
	background-color: #1f1f1f;
	font-weight: bold;
	color: #ffffff;
	height: 25px;
	width: 990px;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.0em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#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;
	}


#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	width:800px;
	align-text:right;
	background-color: #E8E8E8;
	color:#4F4F4F;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: #FFFFFF;
	}/*FFCC99*/

#navColumnTwo {
	background-color: #FFFFFF;
	}/*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.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	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 {
	font-size: 0.7em;
	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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	}

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.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 {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #303030;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #E8E8E8;
	padding: 0em 0em;
	color: #FFFFFF;
	}

 .centerBoxHeading2 {
	margin: 0em;
	background-color: #7EAAE0;
	padding: 0em 0em;
	}

.leftBoxContainer {
	border: 1px solid #CFCFCF;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0em;
	}

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;
	}

#productListing .tabTable td.productListing-data {
	text-align: center;
	}
#productListing .tabTable td.productListing-data h3.itemTitle a{
	font-size : 75%;
	text-decoration:underline;
	line-height:140%;
	}
#productListing .tabTable td.productListing-data h3.itemTitle{
	font-weight:normal;
	}


.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .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, #shoppingCartDefault #PPECbutton {
	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;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

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;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
#liugoo_gnavi a {
	display:block;
	zoom:1;
	}
a:hover {
	background-color: transparent;
}
#liugoo_gnavi a:hover img {
	visibility:hidden;
	zoom:1;
	}

/* === 取引説明 === */
.guide-footer{
    width:800px;
    border: 1px #666666 solid;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    font-style: normal;
    background: url(./images/liugoo_back2.gif) repeat center;
    margin:auto;
    padding: 15px 0;
	zoom:1;
}

div.guide-footer div.guide-footerHeader{
    width:766px;
    border: 1px #666666 solid;
    margin:auto;
    padding:3px;
}
div.guide-footer div.guide-footerHeaderImage{
    float : right ; width : 120px ;
}
div.guide-footer div.guide-footerHeaderBody{
    width:auto;
    padding-right:123px;
}
div.guide-footer div.guide-footerBodyPart1{
    width:370px;
    float:left;
    border: 0px #666666 none;
    margin:0;
    padding:0;
    padding-left:18px;
}

div.guide-footer div.guide-footerBodyPart2{
    width:370px;
    float:right;
    border: 0px #666666 none;
    margin:0px;
    padding:0;
    padding-right:18px;
}
div.guide-footer p{
    margin:0;
    padding:0;
}
div.guide-footer p.bigtitle{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    margin-top:15px;
    margin-bottom:9px;
    padding-bottom:7px;
    background: url(/images/footer_hr_1.gif) repeat-x left bottom;
	width:300px;
}
div.guide-footer div.guide-footerHeader p.bigtitle{
    margin-top:3px;
}
div.guide-footer p.title{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}
div.guide-footer p.title em,div.guide-footer p.title strong{
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
div.guide-footer p.smalltitle{
    font-weight: normal;
    font-style: normal;
    margin-top:6px;
    padding-top:6px;

}
div.guide-footer p.smalltitle em{
    font-weight: bold;
    font-style: normal;
}
div.guide-footer p.kugiri{
    background: url(/images/footer_hr_2.gif) repeat-x left top;
	width:300px;
}
div.guide-footer em.caution{
    font-weight: normal;
    font-style: normal;
    color: #ff0000;
}
div.guide-footer div.body{
    margin: 0 0 0 16px;
    padding: 0;
}
div.guide-footer br.clear{
    font-size: 1px;
    clear: both;
}
div.guide-footer span.address{
    font-weight: bold;
    font-style: normal;
}
/* === 左ナビ === */
table.sidenavi{
    margin: 1em 0;padding:0;border-collapse:collapse;border-width:0;
}
table.sidenavi td{
    text-align:left;padding:0;
}
table.sidenavi td.secom{
    text-align:center;
}
table.sidenavi td.spacer{
    font-size:1px;
}
table.sidenavi img{
    vertical-align: baseline;
}
/* === グローバルナビ === */
td.MenuImageRoll-riders{
    background:url(/images/gn-riders_roll.gif) no-repeat;
}
td.MenuImageRoll-casualmilitary{
    background:url(/images/gn-casualmilitary_roll.gif) no-repeat;
}
td.MenuImageRoll-formal{
    background:url(/images/gn-formal_roll.gif) no-repeat;
}
td.MenuImageRoll-pants{
    background:url(/images/gn-pants_roll.gif) no-repeat;
}
td.MenuImageRoll-shirts{
    background:url(/images/gn-shirts_roll.gif) no-repeat;
}
td.MenuImageRoll-vest{
    background:url(/images/gn-vest_roll.gif) no-repeat;
}
td.MenuImageRoll-bagwallet{
    background:url(/images/gn-bagwallet_roll.gif) no-repeat;
}
td.MenuImageRoll-beltbuckle{
    background:url(/images/gn-beltbuckle_roll.gif) no-repeat;
}
td.MenuImageRoll-boots{
    background:url(/images/gn-boots_roll.gif) no-repeat;
}
td.MenuImageRoll-silver{
    background:url(/images/gn-silver_roll.gif) no-repeat;
}
td.MenuImageRoll-helmet{
    background:url(/images/gn-helmet_roll.gif) no-repeat;
}
td.MenuImageRoll-mainte{
    background:url(/images/gn-mainte_roll.gif) no-repeat;
}
td.MenuImageRoll-glove{
    background:url(/images/gn-glove_roll.gif) no-repeat;
}
td.MenuImageRoll-import{
    background:url(/images/gn-import_roll.gif) no-repeat;
}
td.MenuImageRoll-ladies{
    background:url(/images/gn-ladies_roll.gif) no-repeat;
}

#ezPageDefault table.kawanomichi{
    border-collapse:collapse;
    border: #666666 solid 1px;
    font-size: 12px;
    margin: 0em auto 1em 0;
    padding: 0px;
    width: 788px;
}
#ezPageDefault table.kawanomichi td{
    border: #666666 solid 1px;
    padding: 5px;
    line-height: 17px;
    text-align: left;
}
#ezPageDefault table.kawanomichi tr{
    margin: 1em;
}

#ezPageDefault table.kawanomichi td.title{
    background-color: #333333;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
}

#ezPageDefault table.kawanomichi td.left{
    width:125px;
}

#ezPageDefault table.kawanomichi td.right{
    /*width:198px;*/
    width:150px;
}

#ezPageDefault table.kawanomichi tr.oddline td{
    background-color: #ffffff;
}

#ezPageDefault table.kawanomichi tr.evenline td{
    background-color: #cccccc;
}
#ezPageDefault table.kawanomichi div.description{
    text-align:left;width:600px; padding:0px 16px;
}
#ezPageDefault table.kawanomichi table.TOC,#ezPageDefault table.kawanomichi table.TOC td{
    border: #000 solid 0px;
    background-color: #ffffff;
    font-size: 12px;
    margin: 0em auto;
    padding: 0;
}
#ezPageDefault table.kawanomichi table.TOC td{
    width:345px;
    background-color: #ffffff;
    text-align:left;
}
#ezPageDefault table.kawanomichi table.TOC ul{
    list-style-type: square;
    text-align:left;
}

#ezPageDefault table.kawanomichi table.example{
    border-collapse:collapse;
    border: #666666 solid 1px;
    width: 140px;
    text-align: center;
    padding:0;
    margin:0 auto;
}
#ezPageDefault table.kawanomichi table.example td{
    border: #666666 solid 1px;
    background-color: #ffffff;
    padding:1px;
}
#ezPageDefault table.kawanomichi table.maintenance{
    border-collapse:collapse;
    border: #666666 solid 0px;
    width: 140px;
    text-align: center;
    padding:0;
    margin:0 auto;
}
#ezPageDefault table.kawanomichi table.maintenance td{
    border: #666666 solid 0px;
    background-color: transparent;
    padding:1px;
}

#ezPageDefault table.kawanomichi table.td{
    background-color: #ffffff;
    border-left: #666 solid 1px;
    border-bottom: #666 solid 1px;
    padding:5px;
}
#ezPageDefault p.kawa{
    color: #333333;
}

#ezPageDefault div.kawa{
    color: #333333;
}

#ezPageDefault a.kawa{
    font-size: 12px;
    line-height: 13px;
}

#indexCategories table{
    border-collapse:collapse;
    border: #666666 none 0px;
    /*width: 140px;*/
    text-align: center;
    padding:0;
    margin:0 auto;
}



#indexDefault table.TopTopics {
    margin-left:0;padding:0;border-collapse:collapse;border-width:0;width:800px;
}
#indexDefault table.TopTopics td{
    border-width:0;padding:0;margin:0;
}
#indexDefault table.TopTopics table.InnerTopics {
    margin-left:0;padding:0;border-collapse:collapse;border-width:0;
}
#indexDefault table.TopTopics table.InnerTopics td{
    border-width:0;padding:0;margin:0;
}
#indexDefault img {
    border-width:0;vertical-align:top;
}
#indexDefault table.TopTopics td.TopTopicsCol1{
    border-width:0;padding:0 0 5px 0;margin:0;
}
#indexDefault table.TopTopics td.TopTopicsCol2{
    border-width:0;padding:0 0 5px 5px;margin:0;
}
#indexDefault table.TopTopics td.TopTopicsCol3{
    border-width:0;padding:0 0 5px 6px;margin:0;
}
#indexDefault table.TopTopics td.TopTopicsCol4{
    border-width:0;padding:0 0 5px 5px;margin:0;
}

#indexDefault table.TopTopics td.TopTopicsCol1a{
    border-width:0;padding:0 0 5px 0;margin:0;
    // border-color:#ffcccc;
}
#indexDefault table.TopTopics td.TopTopicsCol2a{
    border-width:0;padding:0 0 5px 5px;margin:0;
    // border-color:#ccccff;
}
#indexDefault table.TopTopicsb {
    margin:0 auto;padding:0;border-collapse:collapse;border-width:0;width:385px;
}
#indexDefault table.TopTopics td.TopTopicsCol1b{
    border-width:0;padding:0;margin:0;
}
#indexDefault table.TopTopics td.TopTopicsCol2b{
    border-width:0;padding:0 0 0 5px;margin:0;
}
#indexDefault table.BycycleAD {
    margin:0 auto;padding:0;border-collapse:collapse;border-width:0;width:495px;
}
#indexDefault table.BycycleAD td{
    border-width:0;padding:0;margin:0;
}
#indexDefault table.RRanking {
    margin:0 auto;padding:0;border-collapse:collapse;border-width:0;width:495px;
}
#indexDefault table.RRanking td{
    border-width:0;padding:0;margin:0;
}
#indexDefault div.RRBody{
    overflow: auto; width: 300px; height: 176px;
}
#indexDefault table.sjouhou {
    margin:0 auto;padding:0;border-collapse:collapse;border-width:0;width:300px;
}
#indexDefault table.sjouhou td{
    border-width:0;padding:0;margin:0;
}
#indexDefault div.sjBody{
    overflow: auto; width: 300px; height: 225px;
}
#indexDefault td.MMagazineContainer {
    margin:0 auto;padding:0;border-collapse:collapse;border-width:0;width:300px;
}
#indexDefault table.MMagazine{
    border:#999 solid 1px;
    background:url(./images/mm_roll/le_merumaga_back.gif) no-repeat;
    margin:0;padding:0;
    border-collapse:collapse;
}
#indexDefault table.MMagazine div.MMButton{
    width:168px;
    background:url(./images/mm_roll/le_mm_btn_ps.gif) no-repeat;
    padding:0;
    margin: 10px auto;
}
#indexDefault table.MMagazine div.MMButton a:hover {
    background-color: transparent;
}
#indexDefault table.MMagazine div.MMButton a {
    display:block;
}
#indexDefault table.MMagazine div.MMButton a:hover img {
    visibility:hidden;
}
.noprint_vari17dan {
	display:none;
}

