html{
	color: #333333;
	font-size: 80%;
}
body{
	background-color: #F9FAFD;
	background-color: #fff;
	background: URL(/web/images/commons/bodybacground.gif);
	background-repeat: repeat-y;
	background-position: center top;
	*margin-left: 1px;
}
div#dropshadow{
	width: 1020px;
	background: URL(/web/images/commons/bacground.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
}
img#backgroundend{
	width: 1020px;
	margin: 0 auto;
	display: block;
}
div#wrapper{
	width: 994px;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.6em;
	background: URL(/web/images/commons/maininfo_bg.jpg);
}




a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}

.clear{
	clear:both;
}

img#shadow{
	_display: none;
}
img#shadow4ie6{
	display: none;
	_display: block;
}
/* @group header */

div#header{
	width: 994px;
	height: 135px;
	background: URL(/web/images/commons/header_bg.jpg);
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
}
div#headleft{
	float: left;
	padding: 20px 0 20px 15px;
}
h1#logo{
	width: 220px;
	height: 50px;
}
div#headright{
	float: right;
	padding: 0 30px 10px 0;
}

/* @group grobal navi */

ul#nav{
	width: 770px;
	_width: 777px;
	float: left;
}
div#gnavi{
	clear: both;
	width: 994px;
	height: 33px;
	background-color: #ccc;
	background: URL(/web/images/commons/headernav_bg.jpg);
	position: relative;
	*z-index: 9999;
}

ul#nav li{
	/*text-indent: -9999px;*/
}

li#navinfo a.navtitle,
li#navcars a.navtitle,
li#navnewcar a.navtitle,
li#navusedcar a.navtitle,
li#navshops a.navtitle,
li#navsupport a.navtitle,
li#navowner a.navtitle{
	width: 110px;
	height: 33px;
	display: block;
	padding: 0;
	margin: 0;
}

li#navinfo a.navtitle{
	background: URL(/web/images/commons/navinfo.jpg);
	background-repeat: no-repeat;
}

li#navcars a.navtitle{
	background: URL(/web/images/commons/navcars.jpg);
	background-repeat: no-repeat;
}

li#navnewcar a.navtitle{
	background: URL(/web/images/commons/navnewcar.jpg);
	background-repeat: no-repeat;
}
li#navusedcar a.navtitle{
	background: URL(/web/images/commons/navusedcar.jpg);
	background-repeat: no-repeat;
}
li#navshops a.navtitle{
	background: URL(/web/images/commons/navshops.jpg);
	background-repeat: no-repeat;
}
li#navsupport a.navtitle{
	background: URL(/web/images/commons/navsupport.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
li#navowner a.navtitle{
	background: URL(/web/images/commons/navowner.jpg);
	background-repeat: no-repeat;
}


li#navinfo a.navtitle:hover,
li#navcars a.navtitle:hover,
li#navnewcar a.navtitle:hover,
li#navusedcar a.navtitle:hover,
li#navshops a.navtitle:hover,
li#navsupport a.navtitle:hover,
li#navowner a.navtitle:hover{
	background-position: 0 -33px;
}


div#infolink{
	position: absolute;
	top: 10px;
	right: 20px;
}
div#infolink a:innerHTML{
	display: none;
}
div#infolink li{
	display: block;
	float: left;
}
ul#infos{
	
}
ul.menucontent{
	margin-top: 6px;
}
li#company a{
	display: block;
	background: URL(/web/images/commons/company.gif);
	width: 60px;
	height: 0px;
	overflow: hidden;
	padding-top: 13px;
	/*height: 13px;*/
	/*text-indent: -9999px;*/
}
li#recruit a{
	display: block;
	background: URL(/web/images/commons/recruit.gif);
	width: 56px;
	height: 0px;
	overflow: hidden;
	padding-top: 13px;
	/*height: 13px;
	text-indent: -9999px;*/
}
li#sitemap a{
	display: block;
	background: URL(/web/images/commons/sitemap.gif);
	width: 72px;
	height: 0px;
	overflow: hidden;
	padding-top: 13px;
	/*height: 13px;
	text-indent: -9999px;*/
}

/* @end */



/* @end */

/* @group footer */

div#footer{
	width: 994px;
	height: 20px;
	background-color: #efefef;
}

div#footer a{
	margin-left: 20px;
	float: left;
}
div#footer img{
	margin-top: 3px;
}
div#footer img#copyright{
	float: right;
	margin-right: 20px;
}



/* @end */


div#left_column{
	float: left;
	width: 220px;
	background-color: #EEEFEF;
	color: #333333;
	font-size: 12px;
}
div#right_column{
	float: right;
	width: 744px;
	background-color: #ffffff;
	padding: 15px;
}
div#left_column h2{
	margin: 5px;
	padding: 3px;
	font-size: large;
	line-height: 1.6em;
}
div#mainbody{
	background-color: #ffffff;
	background-image: URL(/web/images/commons/mainbodybg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	width: 994px;
	/*z-index: 1;*/
}
p.leadpara{
	margin: 10px;
}
