@charset "shift_jis";

*{
	margin:0;
	padding:0;
	list-style:none
}

img{
	border:0;
}


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


/* font
=========================================*/
body{
	font-size:80%;
	line-height:1.3;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background:#f8f8f8;
	text-align:center;/*100301追記*/
}


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

.clearfix {
	min-height: 1px;
	zoom:1;
}

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



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



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


/* hover、半透明
=========================================*/
a.trans img {
	filter: alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
}

a.trans:hover img {
	filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}




/* div#wrapper
=========================================*/
div#wrapper{
	width:900px;
	padding:0 7px;
	margin:0 auto;
	background:url(../image-index/wrapper_bg.gif) repeat-y;
	padding-bottom:2px;
	text-align:left;/*100301追記*/
}



/*WEBカタログ*/
table.table_webcatalog_wrapper{
	border-top:1px solid #434343;
}

table.table_webcatalog_wrapper td.midashi{
	width:137px;
	border-right:1px solid #434343;
	border-bottom:1px solid #434343;
	background:url(../image-index/wc_bg.gif) top no-repeat;
	text-align:center;
}

table.table_webcatalog td{
	width:108px;
	border-right:1px solid #434343;
	border-bottom:1px solid #434343;
	height:27px;
	background:url(../image-index/btnbg_off.gif) center no-repeat;
	text-align:center;
	font-size:12px;/*100301追記*/
}

table.table_webcatalog td:hover{
	background:url(../image-index/btnbg_on.gif) center no-repeat;
}

table.table_webcatalog td.right{
	width:108px;
	border-right:none;
	border-bottom:1px solid #434343;
	height:27px;
}


table.table_webcatalog td.empty{
	background:#9a9a9a;
}

table.table_webcatalog td.empty:hover{
	background:#9a9a9a;
}


table.table_webcatalog td a,
table.table_webcatalog td.right a{
	display:block;
	text-decoration:none;
	color:#FFF;
}


/* div#container
=========================================*/
div#container{
	width:876px;
	margin:15px 12px;
}


h3.komidashi{
	margin-bottom:5px;
}


p.usersvoice,
p.familymeeting{
	font-size:10px;/*100310追記*/
	line-height:1.3;/*100310追記*/
	position:relative;
}

p.usersvoice span,
p.familymeeting span{
	width:154px;
	position:absolute;
	top:-32px;
	left:106px;
	
}


div#container table td.infomation_bg{/*100301追記*/
	background:url(../image-index/info_bg.gif) right bottom no-repeat;
}

div#container table.kensaku{/*100301追記*/
	height:26px;
	background:url(../image-index/kensaku_bg.gif) no-repeat;
	margin-bottom:5px;
}

div#container table td.kensaku form{/*100301追記*/
	padding-top:1px;
}

h3.komidashi_info{
	padding-top:6px;
	padding-left:9px;
	background:url(../image-index/info_top.gif) left top no-repeat;
	margin-bottom:11px;
}


table.info{
	margin-left:8px;
	margin-bottom:8px;
	font-size:12px;
}

table.info td a{
	padding-left:10px;
	padding-right:0.6em;
	background:url(../image-index/bullet.gif) left center no-repeat;
	color:#000;
	text-decoration:none;
}

table.info td a:visited{
	color:#603;
	text-decoration:none;
}

table.info td a:hover{
	color:#d42e2e;
	text-decoration:underline;
}

/*100127追記　「今まで販売したクルマTOPへ戻る」*/
p.archivetop{
	position:relative;
}

p.archivetop span{
	position:absolute;
	left:623px;
	top:10px;
}

p.nendaitop{
	position:relative;
}

p.nendaitop span{
	position:absolute;
	left:623px;
	top:25px;
}