@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: Tokyo-Auto
	Author: Yamazen Communications co.,ltd.
	Since2009
----------------------------------------------------------- */
	
/*Index
	1.structure
	2.common style
	3.pagenavi
	4.selectbox width
----------------------------------------------------------- */


/* 1.structure
----------------------------------------------------------- */
{}

div#pagebody{width:750px;}
div#pagebody div#contents{width:530px;}
div#pagebody div#contents span#pagenavi{width:450px;}/*contents-80px*/

 
body {
	margin:0 auto;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	color:#666666;
	line-height:1.7;
	text-align:center;
	vertical-align:top;
}

div#pagebody{
	margin:15px auto;
}


div#pagebody div#contents{
	float:left;
	margin:0 auto;
	padding:0;
	text-align:left;
}




/* 2.common style
----------------------------------------------------------- */

/* 基本リンクカラー */
a:link   {color:#004bb9;}
a:visited{color:#999999;}
a:hover  {color:#ff7d00; text-decoration:underline;}
a:active {color:#ff7d00;}



/*画像リンク用スタイル*/
a:hover img{
    opacity:0.50;
    filter: alpha(opacity=50);
}

/*一覧はこちらテキストリンク*/
.tolist {
	display:inline;
	clear:both;
	padding:0 0 0 8px;
	background:url(../images/arrow.gif) no-repeat left 0.6em;
	_background:url(../images/arrow.gif) no-repeat left 0.3em;
}

/* 注意事項 */
.coution {
	width:auto;
	margin:0;
	padding:0;
	font-size:83.33%;
	line-height:1.6;
}

/* NEW */
.new {
	float:none!important;
	display:inline!important;
	width:4em!important;
	height:1.4em!important;
	max-height:1.4em!important;
	margin:0 0 0 5px;
	padding:0;
	color:#ff7d00;
	font-weight:bold;
	white-space:nowrap;
}

/*右端フロートマージンゼロ対応*/
.gap{
	margin-right:0;
}


/* 3.pagenavi
----------------------------------------------------------- */
span#pagenavi{
	display:block;
	min-height:15px;
	_height:15px;
	padding:0 0 0 80px;
	text-align:left;
	vertical-align:bottom;
	background:url(../images/pagenavi.gif) no-repeat left 0.4em;
}
span#pagenavi img{
	padding:0 10px 3px 0;
}


/* 4.selectbox width related with top and carsearch
----------------------------------------------------------- */
select#selectParamPriceFrom,
select#selectParamPriceTo,
select#selectParamNenshikiFrom,
select#selectParamNenshikiTo,
select#selectParamVolumFrom,
select#selectParamVolumTo,
select#selectParamOdoFrom,
select#selectParamOdoTo{width:70px;}

select#selectParamMaker,
select#selectParamModel,
select#selectParamStore,
select#selectParamSi,
select#selectParamShift{width:160px;}

