*
{
	margin: 0;
	padding: 0;
}

.bottom
{
	clear: both;
}

body
{
	margin: 0;
	padding: 0;
	background: #ddd;
	color: #111;
	font-size: 80%;
	font-family: "arial";
}

img
{
	border: 0;
}

a:link { text-decoration: none; color: #039;}
a:visited { text-decoration: none; color: #FC0;}
a:hover { text-decoration: underline;}


#topCont
{
	width: 100%;
	height: 250px;
	color: #CCC;
}

#top
{
	margin: 0 auto;
	width: 900px;
	height: 50px;
	background: #000;
}

#topleft
{
	float: left;
	width: 225px;
	height: 32px;
	font-size: 85%;
	padding: 18px 0 0 25px;
	color: #666;
}

#topleft a
{
	color: #FC0;
	text-decoration: none;
}

#topleft a:hover
{
	color: #FFF;
	text-decoration: none;
}

#topright
{
	float: left;
	width: 625px;
	height: 34px;
	padding: 16px 25px 0 0;
	text-align: right;
	font-size: 120%;
	color: #999;
}

#header
{
	margin: 0 auto;
	width: 900px;
	height: 200px;
	background: #000;
}

#headerleft
{
	float: left;
	width: 300px;
	height: 200px;
	background-image: url(../images/image.jpg);
}

#headerright
{
	float: left;
	width: 600px;
	height: 200px;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#headerright h1
{
	margin: 0;
	padding: 65px 30px 0 0;
	font-weight: normal;
	font-size: 300%;
	letter-spacing: -2px;
	color: #FFF;
	text-align: right;
}

#headerright h2
{
	padding: 0 30px 0 0;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: -1px;
	color: #FC0;
	text-align: right;
}

#mainCont
{
	width: 100%;
}

#main
{
	margin: 0 auto;
	width: 900px;
	background: #FFF url('../images/mainmenu.gif') no-repeat;
	
}

#mainmenu
{
	float: left;
	width: 299px;
	padding: 15px 0 0 0;
	font-weight: bold;
}

#mainmenu ul
{
	list-style-type: none;
	margin: 0 0 30px 0;
}

#mainmenu a
{
	display: block;
	padding: 7px 0 7px 20px;
	width: 279px;
	text-decoration: none;
	color: #333;
}

#mainmenu a.active
{
	background: #CCC;
	color: #FFF;
}

#mainmenu a:hover
{
	background-color: #FC0;
	color: #FFF;
}

#mainmenu p
{
	margin: 0 20px 15px 20px;
	color: #555;
	line-height: 160%;
	font-size: 110%;
	font-weight: normal;
}

#mainmenu p span
{
	color: #222;
	font-size: 125%;
}

#maincontent
{
	float: left;
	width: 550px;
	padding: 15px 25px 0 25px;
	line-height: 160%;
}

#maincontent p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#maincontent h1
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 170%;
	color: #666;
}

#maincontent h2
{
	background-image: url(../images/contentH2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 15px 0 10px 0;
	color: #666;
}

#maincontent ul
{
	margin: 15px 0 15px 30px;
	list-style-type: square;
}

#maincontent ul li
{
	list-style-image: url(../images/li.gif);
}

#maincontent blockquote
{
	margin: 0 0 15px 20px;
	padding: 0 0 0 15px;
	border-left: 3px solid #FC0;
}

#maincontent ul li span
{
	color: #000;
}

#maincontent table {clear:both; width:100%; border-collapse:collapse; empty-cells:show; background-color:rgb(233,232,244);}
#maincontent table th.top {height:3.5em; padding:0 7px 0 7px; empty-cells:show; background-color:rgb(175,175,175); text-align:center; color:rgb(255,255,255); font-weight:normal; font-size:100%;}
#maincontent table th {height:3.0em; padding:2px 7px 2px 7px; border-left:solid 1px rgb(175,175,175); border-right:solid 1px rgb(175,175,175); border-top:solid 1px rgb(175,175,175); border-bottom:solid 1px rgb(175,175,175); background:url(../images/bghead.gif); text-align:center; color:rgb(8,8,8); font-weight:bold; font-size:120%;}
#maincontent table td {height:3.0em; padding:2px 2px 2px 2px; border-left:solid 1px rgb(175,175,175); border-right:solid 1px rgb(175,175,175); border-top:solid 1px rgb(175,175,175); border-bottom:solid 1px rgb(175,175,175); background-color:rgb(255,255,255); text-align:center; font-weight:normal; color:rgb(16,16,16); font-size:110%;}

/*中古車設定*/        

.uwrapp
{
	margin-bottom: 10px;
	background-image: url(../images/bg_mod.gif);
	border: 1px solid #eee;
}

.uwrapp h3
{
	padding: 5px 0 5px 5px;
	border-left: 15px solid #eee;
}

.uwrappb
{
	margin-bottom: 10px;
	background-color: #efefef;
	border: 1px dotted #666;
}

.uwrappb h3
{
	padding: 5px 0 5px 5px;
	border-left: 15px solid #fc0;
}

.uphoto
{
	float: left;
	padding: 5px;
	border: 1px solid #CCC;
}

.uphoto img
{
	float: left;
	padding: 5px;
	border: 0;
}

.uphoto img a
{

}

.ucontent
{
	float: left;
}

.ucontent ul
{
	margin: 0 0 0 30px;
}

.ucontent ul li
{
	height: 25px;
}

.uinfo
{
	clear: both;
	width: 100%;
	padding: 15px 0 15px 0;
	text-align: center;
}

/*ボタン設定*/        
.ubutton
{
	text-align: center;
	margin-bottom: 15px;
}



#footerCont
{
	width: 100%;
}

#footer
{
	margin: 0 auto;
	width: 900px;
	color: #999;
	font-size: 85%;
	background: #FFF;
	border-top: 1px solid #CCC;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	color: #FC0;
}

#footerleft
{
	float: left;
	width: 425px;
	padding: 15px 0 15px 25px;
}

#footerright
{
	float: left;
	width: 425px;
	padding: 15px 25px 15px 0;
	text-align: right;
}