@charset "euc-jp";
/* CSS Document */

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 13px;
}
a {
	text-decoration: none;
	color: #006699;
}
a:hover {
 	color: #0066CC;
}
img {
	border: none;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 13px;
}
h2, h3, h4, h5, h6 {
	margin: 0em 6px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}
#mainWrapper {
	width: 825px;
	margin: auto;
}
#topNav {
	text-align: center;
}

/* MISC */
.clearBoth {
	clear: both;
}
.centeredContent, .center {
	text-align: center;
}
.forward {
	float: right;
}
.back {
	float: left;
}
.bold {
	font-weight: bold;
}
.smallText {
	font-size: 0.7em;
	font-weight: normal;
}
.messageStackError {
	color: #FF0000;
}

/* MAIN CONTENT TABLE */
#tableMain {
	width: 100%;
}
#tableMain td {
	padding-top: 10px;
}

/* CAR TYPE LIST BOX */
#carTypeListWrapper {
	width: 823px;
	margin:8px auto 0px auto;
	background-color:#006699;
	padding: 2px 0px;
}
#carTypeListLabel {
	float: left;
	width: 84px;
	margin-top: 3px;
}
#carTypeListBox {
	float: left;
	width: 739px;
}
#carTypeList li {
	float: left;
	margin: 1px;
}
#carTypeList li a {
	display: block;
	color:#ffffff;
	border: 1px #ffffff solid;
	padding: 1px;
}
#carTypeList li a:hover {
	background-color:#0099CC;
}

/* MAIN CONTENT CLASSES */
.centerBoxContentsFeatured, .centerBoxContentsSpecials, .centerBoxContentsNew {
	padding: 0.5em 0em;
}
.centerColumn {
	width: 620px;
	margin:auto;
}

/* BREADCRUMBS BAR */
#navBreadCrumbBar {
	width:619px;
	margin:auto;
	background-image:url(../images/centerbox/breadcrumbs_bar_back_top.gif);
}
#navBreadCrumb {
	float:left;
	padding:0.9em 1em 0.6em 1em;
}
#navBreadCrumb a {
	color: #000000;
}
#navBreadCrumb a:hover {
	color: #0066CC;
}
#navBreadCrumbExtraLinks {
	float:right;
	padding:0.8em 1em 0.6em 1em;
}
#navBreadCrumbExtraLinks a {
	font-size: 0.9em;
	color: #484848;
}
#navBreadCrumbExtraLinks a:hover {
	color: #000000;
}
#navBreadCrumbBarBottom {
	height:6px;
	width:619px;
	font-size:1px;
	line-height:0;
	margin:auto;
	background-image:url(../images/centerbox/breadcrumbs_bar_back_bottom.gif);
}

/* SIDEBOXES */
.sideboxWrapper {
	margin-bottom: 1.1em;
}
.sideboxTop {
	background-image: url(../images/sidebox/sidebox_03.gif);
	height: 20px;
	padding-top: 2px;
}
.sideboxMid {
	background-image: url(../images/sidebox/sidebox_06.gif);
	padding: 5px;
}
.sideboxBottom {
	background-image: url(../images/sidebox/sidebox_08.gif);
	background-repeat: no-repeat;
	height: 8px;
}
.sideboxHeading, .sideboxHeading a {
	font-size: 13px;
	color: #FFFFFF;
}
.sideboxHeading a:hover {
	color: #0066CC;
}
.category-top {
	color:#000000;
}
#calendarBottomText {
	width:155px;
	margin:auto;
	font-size: 0.8em;
}

/* CENTERBOXES */
#indexDefaultMainContent {
	padding: 0.5em 1em;
}
.centerBoxWrapper {
	width: 620px;
	margin: auto;
	margin-bottom: 1.1em;
}
.centerboxTop {
	background-image: url(../images/centerbox/maincontent_03.gif);
	height: 20px;
	padding-top: 2px;
}
.centerboxMid {
	background-image: url(../images/centerbox/maincontent_06.gif);
	padding: 6px;
}
.centerboxBottom {
	background-image: url(../images/centerbox/maincontent_08.gif);
	background-repeat: no-repeat;
	height: 9px;
}
.centerBoxHeading {
	color: #FFFFFF;
}

/* CATEGORY */
.categoryListBoxContents {
	text-align: center;
	float: left;
}

/* PRODUCT LIST */
.itemTitle a {
	color: #FFFFFF;
}
.itemTitle a:hover {
	color: #999999;
}

/* PRODUCT INFO */
#productMainImage {
	margin-right: 1em;
}
span.normalprice{
text-decoration:line-through;
}
span.productPriceDiscount,.inputRequirement{
color:#ff0000;
}
span.productSpecialPrice,span.productSalePrice,.stockWarning,span.coming{
color:#ff0000;
}
span.productSpecialPriceSale{
color:#ff0000;
text-decoration:line-through;
}
#productAdditionalImages {
	margin: 10px 0px;
}

/* SHOPPING CART */
#cartEmptyText {
	text-align: center;
}
.cartBoxTotal {
	text-align: right;
}

/* LOGIN PAGE */
#loginDefault label, #loginDefault input, #loginDefault select {
	margin: 5px;
}
LABEL.inputLabel {
	font-size: 0.95em;
	width: 10em;
	float: left;
}

/* FOOTER */
#footerWrapper {
	width: 825px;
	margin: auto;
	margin-bottom: 1.1em;
}


