@charset "utf-8";

@import "base.css";
@import "form.css";
@import "index.css";
@import "smartstep.css";
@import "table.css";
@import "unique.css";
@import "mock.css";



body{
	text-align: center;
	font-size: 80%;
	line-height: 1.5;
	background: #000;
}

body div.body{
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: url(../img/back_body.jpg);
}

body div.outbody{
	margin: 0 auto;
	width: 1000px;
	background: url(../img/back_outbody.jpg) repeat-x;
}



/**
 * header
 */

div.header{
	background: url(../img/back_header.jpg) no-repeat;
}

div.header img.logo{
	float: left;
}

div.header div.contact{
	text-align: right;
	float: right;
	color: #ccc;
	line-height: 1;
	font-size: 10pt;
	padding: 3px;
}

div.header div.contact span{
	font-size: 8pt;
	line-height: 1;
}

div.header div.contact strong{
	line-height: 1;
}

div.header ul.nav{
	width: 960px;
    height: 49px;
	clear: both;
}

div.header ul.nav li{
	display: inline;
}

div.header ul.nav li a{
	display: block;
	float: left;
	height: 49px;
	text-indent: -9999px;
}

div.header ul.nav,
div.header ul.nav li a{
	background: url(../img/nav.jpg) no-repeat;
}

div.header ul.nav li a:hover,
div.header ul.nav li.select a{
	background-image: url(../img/nav_on.jpg);
}

div.header ul.nav li a.nav-news{
	width: 136px;
	background-position: 0 0;
}

div.header ul.nav li a.nav-history{
	width: 138px;
	background-position: -136px 0;
}

div.header ul.nav li a.nav-model{
	width: 137px;
	background-position: -274px 0;
}

div.header ul.nav li a.nav-option{
	width: 138px;
	background-position: -411px 0;
}

div.header ul.nav li a.nav-realhopper{
	width: 137px;
	background-position: -549px 0;
}

div.header ul.nav li a.nav-dealer{
	width: 138px;
	background-position: -686px 0;
}

div.header ul.nav li a.nav-faq{
	width: 136px;
	background-position: -824px 0;
}

div.header div.pathlist{
	margin-top: 20px;
	margin-left: 30px;
}



/**
 * aside
 */

div.aside{
	width: 306px;
	float: right;
	display: inline;
	margin-right: 23px;
}

div.aside h2{
	background: #001c4c;
	color: #fff;
	padding: 3px 6px;
}

div.banner div.record{
	margin-bottom: 5px;
}


/**
 * paragraph
 */

div.paragraph{
	width: 590px;
	min-height: 800px;
	margin-bottom: 25px;
	float: left;
	display: inline;
	margin-left: 23px;
}



/**
 * footer
 */

div.footer{
	clear: both;
	background: #000;
	padding: 30px 0;
	color: #CCC;
	font-size: 90%;
}

div.footer ul.nav{
	float: left;
	list-style: none;
}

div.footer ul.nav li{
	display: inline;
	padding-left: 10px;
}

div.footer ul.nav li a{
	color: #CCC;
}

div.footer address{
	float: right;
}

div.footer div.copyright{
	text-align: center;
}

