@charset "utf-8";
/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
}

body {
	background:#ffffff;
	color:#666666;
	text-align:center;
	line-height: 175%;
	margin:0 auto;
}

html {
	overflow-y:scroll;
}

p, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

img,
fieldset {
	border:0;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

table, td, th	{
	padding:1px;
}

h4	{
	font-size:14px;
	color:#003399;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#0033cc;
	text-decoration:underline;
}

a:link {
	color:#0033cc;
	text-decoration:underline;
}

a:visited {
	color:#0033cc;
	text-decoration:underline;
}

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

a:active {
	color:#cc3300;
	text-decoration:none;
}

/*=============================================
 container
===============================================*/
#container {
	width: 900px;
	padding:0;
	margin:0 auto;
	text-align:left;
}


/*=============================================
 header
===============================================*/

#header {
	width:900px;
	padding:0px;
	margin:0px;
	text-align:left;
}

#header p#description{
	padding:0;
	font-size:12px;
	color:#CCCCCC;
	margin:0;
	text-align:center;
	margin:0 auto;
}

#header_left	{
	float:left;
	width: 248px;
}

#header_left h1 a {
	display: block;
	position: relative;
	width: 248px;
	height: 100px;
	text-decoration:none;
	text-indent: -9877em;
	background: url("../images/obj_sitetitle.gif") no-repeat right top;
}

#header_left h2 {
	font-size:0;
	line-height:0;
	border:0;
	margin:0;
	padding:0;
	visibility:hidden;
}

#header_right	{
	float:right;
	width:652px;
	height:75px;
}

#header_right p#tel a	{
	background: url("../images/obj_header-contactus.gif") no-repeat right;
	display: block;
	text-indent: -9877em;
	width: 282px;
	height: 100px;
	margin-left:358px;
	text-decoration:none;
	overflow:hidden;
}

/*=============================================
 global navigation
===============================================*/
#g_navi {
	width:900px;
	height:60px;
	padding:0px;
	background:url("../images/bg_gnavi.gif") no-repeat top;
}

#g_navi ul {
	margin:0px;
	padding:0px;
}

#g_navi ul li {
	display:inline;
	list-style-type:none;
}

#g_navi ul li a {
	display:block;
	float:left;
	height:50px;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

#g_navi ul li.home a {
	width: 111px;
	background: url("../images/bt_gnavi.gif") no-repeat 0px 0px;
}

#g_navi ul li.cars a {
	width: 164px;
	background: url("../images/bt_gnavi.gif") no-repeat -111px 0px;
}

#g_navi ul li.news a {
	width: 112px;
	background: url("../images/bt_gnavi.gif") no-repeat -275px 0px;
}

#g_navi ul li.event a {
	width: 143px;
	background: url("../images/bt_gnavi.gif") no-repeat -387px 0px;
}

#g_navi ul li.voice a {
	width: 122px;
	background: url("../images/bt_gnavi.gif") no-repeat -530px 0px;
}

#g_navi ul li.aboutus a {
	width: 105px;
	background: url("../images/bt_gnavi.gif") no-repeat -652px 0px;
}

#g_navi ul li.contactus a {
	width: 143px;
	background: url("../images/bt_gnavi.gif") no-repeat -757px 0px;
}


#g_navi ul li.home a:hover {
	width: 111px;
	background: url("../images/bt_gnavi.gif") no-repeat 0px -50px;
}

#g_navi ul li.cars a:hover {
	width: 164px;
	background: url("../images/bt_gnavi.gif") no-repeat -111px -50px;
}

#g_navi ul li.news a:hover {
	width: 112px;
	background: url("../images/bt_gnavi.gif") no-repeat -275px -50px;
}

#g_navi ul li.event a:hover {
	width: 143px;
	background: url("../images/bt_gnavi.gif") no-repeat -387px -50px;
}

#g_navi ul li.voice a:hover {
	width: 122px;
	background: url("../images/bt_gnavi.gif") no-repeat -530px -50px;
}

#g_navi ul li.aboutus a:hover {
	width: 105px;
	background: url("../images/bt_gnavi.gif") no-repeat -652px -50px;
}

#g_navi ul li.contactus a:hover {
	width: 143px;
	background: url("../images/bt_gnavi.gif") no-repeat -757px -50px;
}


#g_navi ul li.home_on a {
	width: 111px;
	background: url("../images/bt_gnavi.gif") no-repeat 0px -100px;
}

#g_navi ul li.cars_on a {
	width: 164px;
	background: url("../images/bt_gnavi.gif") no-repeat -111px -100px;
}

#g_navi ul li.news_on a {
	width: 112px;
	background: url("../images/bt_gnavi.gif") no-repeat -275px -100px;
}

#g_navi ul li.event_on a {
	width: 143px;
	background: url("../images/bt_gnavi.gif") no-repeat -387px -100px;
}

#g_navi ul li.voice_on a {
	width: 122px;
	background: url("../images/bt_gnavi.gif") no-repeat -530px -100px;
}

#g_navi ul li.aboutus_on a {
	width: 105px;
	background: url("../images/bt_gnavi.gif") no-repeat -652px -100px;
}

#g_navi ul li.contactus_on a {
	width: 143px;
	background: url("../images/bt_gnavi.gif") no-repeat -757px -100px;
}




#header_body	{
	clear:both;
	width:900px;
	height:60px;
}

/*=============================================
 sub navigation
===============================================*/
#s_navi {
	width:198px;
	height:240px;
	padding:0px;
	background:url("../images/bg_bt-snavi.gif") no-repeat;
	margin:0;
}

#s_navi ul {
	margin:0px;
	padding:0px;
}

#s_navi ul li {
	list-style-type:none;
}

#s_navi ul li.halfoff a {
	display:block;
	position:relative;
	width:198px;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	height: 80px;
	background: url("../images/bt_snavi.gif") no-repeat 0px 0px;
}

#s_navi ul li.value a {
	display:block;
	position:relative;
	width:198px;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	height: 80px;
	background: url("../images/bt_snavi.gif") no-repeat 0px -80px;
}

#s_navi ul li.faq a {
	display:block;
	position:relative;
	width:198px;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	height: 80px;
	background: url("../images/bt_snavi.gif") no-repeat 0px -160px;
}


#s_navi ul li.halfoff a:hover {
	display:block;
	position:relative;
	width:198px;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	height: 80px;
	background: url("../images/bt_snavi.gif") no-repeat -198px 0px;
}

#s_navi ul li.value a:hover {
	display:block;
	position:relative;
	width:198px;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	height: 80px;
	background: url("../images/bt_snavi.gif") no-repeat -198px -80px;
}

#s_navi ul li.faq a:hover {
	display:block;
	position:relative;
	width:198px;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
	height: 80px;
	background: url("../images/bt_snavi.gif") no-repeat -198px -160px;
}


#left-banners ul li a	{
	width:198px;
	height:70px;
	display: block;
	text-indent: -9877em;
	overflow:hidden;
	margin-bottom:10px;
}

#left-banners ul li#banner-carwash a	{
	padding-top:20px;
	background: url("../images/banner_car-wash.gif") no-repeat center;
}

#left-banners ul li#banner-freshner a	{
	background: url("../images/banner_freshner.gif") no-repeat center;
}



/*=============================================
 body
===============================================*/
#body {
	clear:both;
	width:900px;
	margin:0 0 20px 0;
	padding:0;
	background-color:#FFFFFF;
}

#body #box_left	{
	width:200px;
	padding:0 10px 0 0;
	margin:0;
	float:left;
}

#body #box_right	{
	width:690px;
	padding:0;
	float:right;
}

#body #box_right #main {
	float:left;
	width:681px;
	padding:8px 8px 0px 0px;
	margin:0;
}

#body #box_right #main .inner {
	width:661px;
	padding:10px;
}
/*=============================================
新車販売部分
===============================================*/
#newcar	{
	background:#efefef;
	width:198px;
	padding:0;
	margin:0;
	border:1px solid #cccccc;
	overflow:hidden;
}

#newcar #newcar-picup	{
	background:url(../images/bg_newcar.gif) repeat-x;
	width:198px;
	padding:0;
	margin:0;
	height:265px;
}

#newcar	h3{
	display:block;
	width:198px;
	height:34px;
	text-indent:-9877em;
	overflow:hidden;
	background:url("../images/obj_newcar-title.gif") no-repeat;
}

#newcar #newcar-image	{
	display:block;
	width:188px;
	height:138px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	text-align:center;
	margin:0 4px auto;
}

#newcar #car-name a	{
	width:180px;
	overflow:hidden;
	font-size:10px;
	height:20px;
	padding:0;
	margin:0;
}

#newcar #newcar-price	{
	width:188px;
	height:45px;
	text-align:right;
	background:url(../images/obj_left-monthly.gif) no-repeat left;
	font-family:Verdana;
	font-weight:bold;
	color:#FF0000;
	font-size:24px;
	line-height:45px;
}

#newcar #newcar-button a	{
	display:block;
	width:198px;
	height:35px;
	text-indent:-9877em;
	overflow:hidden;
	background: url(../images/bt_newcar-detail.gif) center no-repeat;
}

#newcar #newcar-ranking h3	{
	display:block;
	width:198px;
	height:50px;
	text-indent:-9877em;
	overflow:hidden;
	background: url(../images/obj_newcar-ranking.gif) no-repeat;
}

#newcar #newcar-ranking #newcar-rank01	{
	width:198px;
	height:70px;
	padding-left:60px;
	overflow:hidden;
	background: url(../images/obj_newcar-rank01.gif) no-repeat;
}

#newcar #newcar-ranking #newcar-rank02	{
	width:198px;
	height:70px;
	padding-left:60px;
	overflow:hidden;
	background: url(../images/obj_newcar-rank02.gif) no-repeat;
}

#newcar #newcar-ranking #newcar-rank03	{
	width:198px;
	height:70px;
	padding-left:60px;
	overflow:hidden;
	background: url(../images/obj_newcar-rank03.gif) no-repeat;
}

#newcar_else	{
	background:url(../images/bg_newcar-else04.gif) #efefef repeat-y;
	width:198px;
	padding:0;
	margin:0;
	border:1px solid #cccccc;
	overflow:hidden;
	margin:10px 0;
}

#newcar_else h3	{
	background: url("../images/obj_newcar-else.gif") no-repeat;
	width:198px;
	padding:0;
	margin:0;
	height:60px;
	text-indent:-9877em;
}

#newcar_else ul {
	width:198px;
	background:url(../images/bg_newcar-else03.gif) no-repeat bottom;
	padding-bottom:15px;
}

#newcar_else ul li.else_cars-first	{
	background:url(../images/bg_newcar-else01.gif) no-repeat top;
	width:198px;
	padding-top:5px;
}

#newcar_else ul li	{
	background:url(../images/bg_newcar-else02.gif) no-repeat top;
	width:198px;
	padding-top:15px;
}

.thiscar_maker	{
	padding-left:25px;
	padding-right:5px;
	font-size:12px;
	line-height:125%;
}

.thiscar_name	{
	padding-left:25px;
	padding-right:5px;
	font-size:12px;
	line-height:125%;
}

.newcars	{
	width:138px;
	padding-top:12px;
	line-height:120%;
}

.yen	{
	font-size:60%;
	font-weight:normal;
}

.clear_both	{
	clear:both;
}

/*=============================================
 f_navi
===============================================*/
#f_navi {
	clear:both;
	width:898px;
	margin:20px 0 0 0 auto;
	padding:10px 0 10px 0;
	text-align:center;
}

#f_navi ul li	{
	display:inline;
	list-style-type:none;
	border-left: #666666 1px solid;
	padding-left:0.8em;
	padding-right:0.4em;
}

#f_navi ul li.f_navi-first	{
	display:inline;
	list-style-type:none;
	padding-right:0.4em;
	border:none;
}

/*=============================================
 footer
===============================================*/
#footer {
	clear:both;
	width:898px;
	margin:0 auto;
	padding:0 0 20px 0;
	color:#666666;
	text-align:center;
	background-color:#efefef;
	border:1px solid #cccccc;
}

#footer p#copy	{
	clear:both;
	padding:10px;
}

#footer div#info	{
	text-align:center;
	margin:0 auto;
	width:540px;
}

#footer div#sitetitle	{
	display:block;
	position:relative;
	width:250px;
	height:32px;
	text-indent:-9999px;
	background: url("../images/obj_title-footer.gif") no-repeat;
	float:left;
}

#footer div#address	{
	text-align:left;
	line-height:125%;
}

#breadcrumb	{
	padding:5px 0 10px 15px;
}

.pagetop	{
	margin-bottom:1em;
}

.pagetop a	{
	display:block;
	height:30px;
	width:135px;
}

.photo_text	{
	text-align:center;
	margin:0 auto;
}

hr {
	border: 0 none; 
	height: 1px; 
	color: #cccccc;
	margin:0.75em 0;
}
