/* CSS Document */
div#topcontent{
	width:750px;
	margin:0px auto;
	text-align:left;
}

/*------ ThankYou ~ ------*/
div#thank{
	width:680px;
	height:200px;
	margin:10px 0px 0px 20px;
}
div#thank p{
	color:#e65700;
	border-left:solid 6px #e65700;
	font-size:13px;
	padding-left:7px;
}

/*------ BrandList ------*/
div#car{
	width:750px;
	height:100px;
}

div#carlink{
	width:723px;
	height:64px;
	margin:0px auto;
	background:url(../00common/box_bg01.gif) no-repeat;
	padding-top:7px;
	text-align:center;
}

div#carlink ul{
	width:560px;
	height:23px;
	list-style:none;
	margin:3px auto;
}
div#carlink li{
	height:21px;
	display:inline;
	margin:0px 3px;
}

/*------ NewLineUp ------*/
div#new{
	width:750px;
	margin-top:20px;
}

div#new table{
	width:730px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div#new td{
	width:242px;
	height:146px;
	background:url(g_bg.gif) no-repeat;
}

/*conteiner*/
div#newcon{
	width:242px;
	height:146px;
	text-align:center;
}

/*conteinerTOP-メーカー名  */
div#newtop{
	width:242px;
	height:30px;
	text-align:left;
}
div#newtop p{
	margin:8px 0px 0px 8px;
	padding:0px;
	font-size:14px;
}

/*conteinerLEFT-詳細 */
div#newleft{
	width:112px;
	float:left;
}
div#newleft p{
	width:105px;
	margin:7px 0px 0px 5px;
	text-align:left;
}


/*conteinerRIGHT-写真 */
div#newright{
	width:130px;
	float:right;
	text-align:left;
}

div.photo{
	width:120px;
	height:88px;
	background:url(new_img_bg.gif) no-repeat;
	text-align:center;
}
div.photo img.im{
	margin-top:10px;
}

/* リンク */
div#new a{
	text-decoration:none;
}
div#new a:hover{
	color:#e65700;
}

