@charset "utf-8";
/* CSS Document */
/*----------全頁共通----------*/
* {
	margin:0;
	padding:0;
}
body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:62.5%;
	line-height:1.8;
	letter-spacing:0.1em;
	text-align:center;
}
a {
	color:#03F;
	text-decoration:none;
}
a:hover {
	color:#0CF;
}
a img {
	border:0;
}
#wrapper {
	width:980px;
	text-align:left;
	margin:0px auto;
}
#copy {
	background:url(img/copy.jpg) repeat-x;
	margin-top:20px;
}
/*----------ヘッダ共通----------*/
h1 {
	width:329px;
	height:147px;
	display:block;
	overflow:hidden;
	background:url(img/logo.png) no-repeat 0px 0px;
	behavior: expression(IEPNGFIX.fix(this));
}
h1 a {
	width:330px;
	height:0px;
	display:block;
	padding-top:147px;
	overflow:hidden;
}
#company {
	float:right;
	margin:-125px 10px 0px 0px;
	display:inline;
}
#globalmenu {
	list-style-type:none;
	width:637px;
	clear:both;
	float:right;
	height:50px;
	margin-top:-97px;
}
#globalmenu li {
	float:left;
	display:block;
	height:50px;
	overflow:hidden;
}
#globalmenu li a {
	float:left;
	display:block;
	overflow:hidden;
	height:0px;
	padding-top:50px;
	background-image:url(img/menu.gif);
	background-repeat:no-repeat;
}
#globalmenu #about a {
	width:165px;
	background-position:0px 0px;
}
#globalmenu #lineup a {
	width:206px;
	background-position:-165px 0px;
}
#globalmenu #contact a {
	width:167px;
	background-position:-371px 0px;
}
#globalmenu #home a {
	width:99px;
	background-position:-538px 0px;
}
#globalmenu #about a:hover {
	background-position:0px -50px;
}
#globalmenu #lineup a:hover {
	background-position:-165px -50px;
}
#globalmenu #contact a:hover {
	background-position:-371px -50px;
}
#globalmenu #home a:hover {
	background-position:-538px -50px;
}

/*----------汎用----------*/
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
} 
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1% }
.clearfix {display:block;}
.clear {
	clear:both;
}
hr {
	width:100%;
	clear:both;
	height:0px;
	visibility:hidden;
	display:block;
	border:0px;
}
* html hr {
	margin-top:-20px;
	height:0px;
}
*:first-child+html hr{
	margin-top:-20px;
	height:0px;
}
.overAlpha a:hover img , #topcars li a:hover img , #lower .pageup a:hover img , #Dealer li a:hover img {
	opacity:0.7;
	filter:alpha (opacity=70);
}
.center {
	text-align:center;
}

.floatLeft {
	float:left;
	margin-right:10px;
}
.red {
	color:#C00;
}

/*----------トップページ----------*/
#toppage {
	background:url(img/topmainbg.jpg) repeat-x 0px 0px;
}
#topmain {
	clear:both;
	position:relative;
	height:400px;
}
#topmain div{
	float:right;
	display:inline;
	clear:both;
	background:url(img/topbg.jpg) no-repeat 0px 100%;
	height:340px;
}
#topmain h2 {
	margin:0px 30px 15px 0px;
}
#topmain #txt1 {
	margin:0px 0px 10px 10px;
	position:static;
}
#topmain p {
	position:absolute;
	top:-15px;
}
#topmain h3 {
	margin:40px 0px 15px 55px;
}
#topmain ul {
	list-style-type:none;
	margin:0px 0px 0px 55px;
}
#topmain ul li {
	background:url(img/check.gif) no-repeat 0px 0px;
	margin:10px 0px 0px 0px;
	padding-left:25px;
}
#topmain #estimate {
	position:static;
	width:320px;
	height:62px;
	display:block;
	overflow:hidden;
	margin:8px 0px 0px 110px;
}
#topmain #estimate a {
	height:0px;
	background:url(img/button.png) no-repeat 0px 0px;
	display:block;
	overflow:hidden;
	padding-top:62px;
}
#topmain #estimate a:hover {
	background:url(img/buttonOver.png) no-repeat 0px 0px;
}
* html #topmain #estimate a {
	background:url(img/button.gif) no-repeat 0px 0px;
}
* html #topmain #estimate a:hover {
	background:url(img/buttonOver.gif) no-repeat 0px 0px;
}
#recommended {
	clear:both;
	width:680px;
	float:right;
	display:inline;
	margin:0px 30px 0px 0px;
}
#recommended ol {
	list-style-type:none;
	margin:5px 0px 0px 4px;
	font-size:1.3em;
	font-weight:bold;
}
#recommended ol li {
	float:left;
	width:195px;
	height:100px;
	padding:35px 15px 0px 15px;
}
#recommended ol #point1 {
	background:url(img/point1.gif) no-repeat 0px 0px;
} 
#recommended ol #point2 {
	background:url(img/point2.gif) no-repeat 0px 0px;
}
#recommended ol #point3 {
	background:url(img/point3.gif) no-repeat 0px 0px;
}
#topcars {
	clear:both;
	list-style-type:none;
	margin:10px 0px 0px 0px;
}
#topcars li {
	float:left;
	margin-right:10px;
}

/*----------下層共通----------*/
body {
	background:url(img/lowerbg.jpg) repeat-x 0px 0px;
}
#lower {
	background:url(img/arrow.gif) no-repeat 8px 53px;
}
#lower h2 {
	margin-bottom:35px;
}
#lower h3 {
	width:885px;
	padding:40px 30px 20px 30px;
	background:url(img/contents_head.jpg) no-repeat 0px 0px;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
}
#lower .section {
	margin:-1px auto 0px auto;
	width:835px;
	padding:10px 105px 30px 55px;
	background:url(img/contents_body.jpg) repeat-y 0px 0px;
	font-size:1.3em;
}
#lower .pageup {
	background:url(img/contents_foot.jpg) no-repeat 0px 100%;
	padding:0px 55px 10px 55px;
	text-align:right;
	margin-bottom:25px;
}

/*----------K-Carリースとは----------*/
.about h4  {
	font-size:1.3em;
	color:#C00;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:1px dashed #C00;
}
.about p b {
	color:#090;
}

.about .bigBlue {
	font-weight:bold;
	margin-top:20px;
	font-size:1.3em;
	color:#39F;
}
#NewEra ul {
	list-style-type:none;
	background:url(about/img/arrow.gif) no-repeat 50% 50%;
	float:left;
	margin:15px 0px 0px 0px;
	border:8px solid #CCC;
	padding:5px 10px 5px 10px;
}
#NewEra ul li {
	float:left;
	margin:10px 0px;
}
#NewEra ul #left {
	margin-right:100px;
}
#NewEra .bgGray {
	clear:both;
	background:#CCC;
	padding:10px;
	width:796px;
	margin:0px;
}
#inspection ul {
	list-style-type:disk;
	margin:5px 0px 15px 40px;
}
#inspection ul li ,  #inspection ol li{
	margin:10px 0px 0px 0px;
}
#inspection ol {
	margin:5px 0px 15px 40px;
	color:#39F;
	font-size:1.1em;
}
#inspection ol span {
	color:#000;
	font-size:0.9em;
}
#inspection p {
	color:#090;
	font-weight:bold;
	margin-bottom:20px;
}

/*----------カーリースラインアップ----------*/
#Dealer {
	list-style-type:none;
	width:850px;
	margin-left:35px;
}
#Dealer li {
	float:left;
}
.lineup .section ul {
	list-style-type:none;
	margin-left:3px;
}
* html .lineup .section ul {
	margin-left:8px;
}
*:first-child+html .lineup .section ul {
	margin-left:8px;
}
.lineup .section ul li {
	width:180px;
	border:5px solid #CCC;
	padding:5px;
	float:left;
	margin:10px 8px 0px 0px;
}
* html .lineup .section ul li h4 {
	height:4em;
}
.lineup .section ul li h4 {
	background:url(lineup/img/arrow.gif) no-repeat 0px 3px;
	font-size:0.85em;
	padding-left:18px;
	letter-spacing:normal;
	line-height:normal;
	color:#999;
	min-height:4em;
	display:block;
	font-weight:normal;
}
.lineup .section ul li h4 span {
	font-size:1.2em;
	font-weight:bold;
}
.lineup .section ul li div {
	padding:3px;
	font-size:0.9em;
	background-color: #3AB54A;
	margin-top:5px;
}
.lineup .section ul li div h5 {
	font-size:1.1em;
	color:#FFF;
	letter-spacing:normal;
}

.lineup .section ul li div b {
	padding:3px;
	background:#C00;
	color:#FFF;
	margin-bottom:3px;
	display:block;
}

.lineup .section ul li div ul {
	list-style-type:disc;
	list-style-position:inside;
	margin:0px 0px 0px 5px;
	padding:0;
	min-height:4em;
}
* html .lineup .section ul li div ul {
	height:4em;
}
.lineup .section ul li div ul li {
	padding:0;
	border:none;
	margin:0px;
	width:auto;
	float:none;
}
.lineup .red {
	font-size:1.6em;
	text-align:center;
	font-weight:bold;
}
.lineup .bigBlue{
	font-weight:bold;
	margin:5px 0px 10px 0px;
	font-size:1.3em;
	color:#39F;
	text-align:center;
}
.h4h62 {
	height: 62px;
}

/*----------お問合せ----------*/
table{
width:700px;

}
td{
padding:5px;
vertical-align:top;
}

.formimg{
padding:5px;
vertical-align:top;
text-align:center;
}

.line{
border-bottom:1px dotted #CCCCCC;
}

#toppage #ranking {
	position:relative;
	width:342px;
	height:42px;
	display:block;
	overflow:hidden;
}
#toppage #ranking a {
	height:0px;
	background:url(img/ranking.png) no-repeat 0px 0px;
	display:block;
	overflow:hidden;
	padding-top:42px;
}
#toppage #ranking a:hover {
	background:url(img/ranking2.png) no-repeat 0px 0px;
}
* html #toppage #ranking a {
	background:url(img/ranking.gif) no-repeat 0px 0px;
}
* html #toppage #ranking a:hover {
	background:url(img/ranking2.gif) no-repeat 0px 0px;
}
#rank {
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 15px;
	width: 800px;
	margin-left: 90px;
}
/*----------ランキング----------*/
.ranking h4  {
	font-size:1.3em;
	padding-bottom:3px;
	margin-bottom:10px;
}
#2009 div {
	clear: both;
	float: left;
}
#2009 .table01 {
	width: 820px;
}
#2009 .table01 td {
	font-size: 12px;
	line-height: 1.7em;
}
#2009 .section {
	margin:-1px auto 0px auto;
	width:835px;
	padding:10px 105px 30px 55px;
	background:url(img/contents_body.jpg) repeat-y 0px 0px;
	font-size:1.3em;
	color: #999999;
}
/*----------今月の特価販売展示車----------*/
.tokka h4  {
	font-size:1.3em;
	background-image: url(tokka/img/bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 2px;
}
.tokka_table {
	width: 860px;
}
.tokka_box {
	color: #FFFFFF;
	background-color: #3ab54a;
	font-size:1.2em;
	font-weight: bold;
	text-align: center;
	width: 300px;
	margin-bottom: 30px;
	margin-left: 280px;
	padding-top: 4px;
	clear: none;
}