@charset "utf-8";

div#contents{/*contentsを強制上書き*/
	width:100% !important;
}


/* font
=========================================*/
body{
	font-size:80%;
	line-height:1.3;
	background-color:#f8f8f8;
}



/* clearfix
=========================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* clear
=========================================*/
.clear{
	clear:both;
}



/* hr
=========================================*/
hr{
	display:none;
}


/* text-align
=========================================*/
.left{
	text-align:left;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}


/* margin-bottom
=========================================*/
.mb3{
	margin-bottom:3px;
}

.mb4{
	margin-bottom:4px;
}

.mb5{
	margin-bottom:5px;
}

.mb7{
	margin-bottom:7px;
}

.mb10{
	margin-bottom:10px;
}

.mb12{
	margin-bottom:12px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.mb25{
	margin-bottom:25px;
}

.mb30{
	margin-bottom:30px;
}

.mb50{
	margin-bottom:50px;
}



/* div#wrapper
=========================================*/
div#wrapper{
	width:900px;
	margin:0 auto;
	padding:0 7px 0px;
	background:url(../image_common/wrapper_bg.gif) repeat-y;
}



/* div#carlogo
=========================================*/
div#carlogo{
	height:45px;
	background:url(../image_common_2way/carlogo_bg.gif) no-repeat #fff;
	border-bottom:1px solid #63C0F7;
}

div#carlogo h1{/*車種名のロゴ*/
	padding:15px 0 0 20px;
}

div#carlogo p.go_cartop{
	text-align:right;
	padding-right:25px;
	margin-top:-18px;
}

div#carlogo p.go_cartop a img{
	filter:alpha(opacity=100); 
    -moz-opacity: 1.0; 
    opacity: 1.0;
}

div#carlogo p.go_cartop a:hover img{
	filter:alpha(opacity=50); 
    -moz-opacity: 0.5; 
    opacity: 0.5;
}


div#categoryBtm_border{
	background-color: #EDEDED;
	height:3px;
}

