@charset "UTF-8";

/*黄緑：B8DC4E*/

/* CSS リセット ここから */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
} 
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 
fieldset,img {    
    border:0;   
} 
address,caption,cite,code,dfn,em,strong,th,var {  
    font-style:normal;   
    font-weight:normal;   
} 
ol,ul {  
    list-style:none;   
} 
caption,th {  
    text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
    font-size:100%;   
    font-weight:normal;   
} 
q:before,q:after {  
    content:'';   
} 
abbr,acronym { border:0; }

/* CSS リセット ここまで */

body{ /* 表示部全体 */
	background: #ffffff;/* 背景 */
	margin:auto;
}

#wrapper{ /* コンテンツ全体コンテナ */
	margin:auto;
	width: 800px;
	color: #222222;   /* デフォルト文字色 */
	font-size: 12px;  /* デフォルト文字サイズ */
	font-family: Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	letter-spacing: 1pt; /*文字の間隔*/
	text-indent: 0pt; /*段落のインデント*/
	line-height: 20px; /*行間隔*/
	text-align: left;
}

/* ---- CSSハック ここから---- */
#wrapper:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#wrapper { display: inline-block; }
/* exlude MacIE5 \*/
* html #wrapper { height: 1% }
#wrapper {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

/* ---- 見出し ここから ---- */

h1{
	margin-top: 2px;
	padding: 0px 5px;
	line-height: 16px;
	background: #008000; /* 緑色 */
	color: #FFFFFF;
}

h2{ /* 左メニュー　タイトル */
	width: 180px;
	background: #008000;
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
	color: #ffffff;
	background:url(images/sidemenu_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align:center;
}

h3{ /* 左メニュー */
	padding: 2px 2px 2px 25px;
	width: 180px;
	font-size: 12px;
	background:url(images/sidemenu_side.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h4{ /* コンテンツ部分の見出し */
	padding: 10px;
	font-weight: 700;
	color: #008000;
}

/* ---- 見出し ここまで ---- */


/* ---- ヘッダ ここから ---- */

#header{
	background: #ffffff;
}

/* ---- CSSハック ここから---- */
#header:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#header { display: inline-block; }
/* exlude MacIE5 \*/
* html #header { height: 1% }
#header {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#header #logo{
	float:left;
	margin: 5px;
	width: 80px;
}

#header_message{
	margin:20px 5px;
	float:left;
	color:#ff9900; /* オレンジ */
}

#header_message strong{
	display:block;
	line-height:20px;
	font-weight: 800;
}

#header #header_info{
	float:right;
	margin: 5px;
	width:320px;
}

#header #header_info p{
	text-align:right;
}

#topmenu_bar{
	clear: both;
	margin: 2px 0px 5px 0px;
	width: 800px;
	line-height: 16px;
	background:#008000;
}


/* ---- ヘッダ ここまで ---- */

/* ---- コンテンツ全体 ここから ---- */

#contents{
	margin:0px 0px 5px 0px;
	width: 800px;
}

/* ---- CSSハック ここから---- */
#contents:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#contents { display: inline-block; }
/* exlude MacIE5 \*/
* html #contents { height: 1% }
#contents {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

/* ---- コンテンツ全体 ここまで ---- */

/* ---- 左サイドメニュー ここから ---- */

#leftmenu{
	margin:0px 0px 5px 0px;
	padding-right: 10px;
	width: 180px;
	float:left;
	border-right: 1px solid #666666;
}

#leftmenu a{
	text-decoration: none;
	color: #008000;
	font-weight: 700;
}

#leftmenu a:link{
	color:#008000;
}

#leftmenu a:visited{
	color:#008000; /* 深緑色 */
}

#leftmenu a:hover{
	color:#ff9900;
}

#leftmenu a:active{
	color:#ff9900;
}

.sidemenu_border{
	margin-bottom: 5px;
	height: 10px;
	width: 180px;
	background-image: url(images/sidemenu_down.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.side_banner{
	margin: 5px 0px;
}

/* ---- 左サイドメニュー ここまで ---- */


/* ---- メインコンテンツ ここから ---- */

#main{
	margin: 0px 0px 10px 5px;
	width:600px;
	float: right;
}

#main p{
	margin: 5px 10px;
}

#main #pankuzu{
	padding: 10px;
	border-bottom: 1px dashed #666666;
	margin-bottom: 10px;
}

#main #pagetop{
	clear: both;
	margin: 20px 0px;
	padding : 10px;
	border-top: 1px dashed #666666;
	text-align: right;
	line-height: 15px;
}

#main ul{
	margin: 10px;
}

#main ul li{
	list-style-type:circle;
	list-style-position:inside;
}

.wrp_box{
	;
}

/* ---- CSSハック ここから---- */
.wrp_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.wrp_box { display: inline-block; }
/* exlude MacIE5 \*/
* html .wrp_box { height: 1% }
.wrp_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

.left450_box{
	float: left;
	width: 450px;
}

.right150_box{
	float: right;
	width: 150px;
}

.clear_line{
	clear: both;
	margin: 2px;
	height: 2px;
	border-bottom: 1px solid #666666;
}

ul.bold_list{
	color: #008000;
	font-weight: 700;
}


/* ---- メインコンテンツ ここまで ---- */

/* ---- 中古車在庫ボックス ここから ---- */

.center_ttl{
	margin: 5px 0px 0px 0px;
	text-align: center;
}

.center_ttl a{
	text-decoration: none;
	color: #008000;
	font-weight: 700;
}

.center_ttl a:link{
	color:#008000;
}

.center_ttl a:visited{
	color:#008000; /* 深緑色 */
}

.center_ttl a:hover{
	color:#ff9900;
	text-decoration: underline;
}

.center_ttl a:active{
	color:#ff9900;
	text-decoration: underline;
}


#stock_box{
	border: 2px solid #008000;
}

/* ---- CSSハック ここから---- */
#stock_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#stock_box { display: inline-block; }
/* exlude MacIE5 \*/
* html #stock_box { height: 1% }
#stock_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */


.preview_box{
	float:left;
	padding: 10px;
}

.preview_box .car_title{
	font-weight: 800;
}

.preview_box .spec_item{
	clear: both;
	width: 170px; /* 画像と同じ幅 */
	border-bottom: 1px dashed #666666;
}

/* ---- CSSハック ここから---- */
.preview_box .spec_item:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.preview_box .spec_item { display: inline-block; }
/* exlude MacIE5 \*/
* html .preview_box .spec_item { height: 1% }
.preview_box .spec_item {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

.preview_box .spec_item .spec_ttl{
	float: left;
	width:60px;
}

.preview_box .spec_item .spec_cnt{
	float: left;
	width: 110px;
}

/* ---- 中古車在庫ボックス ここまで ---- */

/* ---- トピックスボックス ここから ---- */

.topics_box{
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #666666;
}

.topics_box .topics_ttl{
	padding: 2px 0px;
	border-bottom: 1px dashed #666666;
	font-weight: 800;
}

.topics_box ul{
	margin: 10px 0px;
}

.topics_box ul#news_list{
	margin: 10px 0px;
	height: 150px;
	overflow-y: scroll;
	scrollbar-base-color: #008000;
}

/* ---- トピックスボックス ここまで ---- */

/* ---- クルマ情報詳細 ここから ---- */

#car_ttl{
	margin: 10px;
	padding: 5px;
	background-color: #B8DC4E;
	color: #008000;
	font-size: 14px;
	font-weight: 700;
}

#car_imgbox{
	margin: 10px;
}

/* ---- CSSハック ここから---- */
#car_imgbox:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#car_imgbox { display: inline-block; }
/* exlude MacIE5 \*/
* html #car_imgbox { height: 1% }
#car_imgbox {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#car_imgbox #car_img_l{
	float:left;
	width: 320px;
}

#car_imgbox #car_img_r{
	float:left;
	width: 250px;
	margin-left: 10px;
}

#car_imgbox #car_img_r img{
	display: block;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
	width: 80px;
}

#car_imgbox #car_img_r p{
	margin: 5px 0px; /* 上書き */
	width: 240px;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}

#car_infobox{
	;
}

/* ---- CSSハック ここから---- */
#car_infobox:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#car_infobox { display: inline-block; }
/* exlude MacIE5 \*/
* html #car_infobox { height: 1% }
#car_infobox {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */


.car_specbox{
	margin: 10px;
	float: left;
	width: 320px; /* 画像と同じ幅 */
}

.car_specbox .spec_item{
	clear: both;
	/*width: 320px; */
	border-bottom: 1px dashed #666666;
}

/* ---- CSSハック ここから---- */
.car_specbox .spec_item:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.car_specbox .spec_item { display: inline-block; }
/* exlude MacIE5 \*/
* html .car_specbox .spec_item { height: 1% }
.car_specbox .spec_item {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

.car_specbox .spec_item .spec_ttl{
	float: left;
	width: 100px;
}

.car_specbox .spec_item .spec_cnt{
	float: left;
	width: 220px;
}

.car_specbox .spec_item .spec_cnt span{
	color: #FF0000;
	font-size: 16px;
	font-weight: 700;
}

#car_comment{
	float:left;
	width: 250px;
	border: 1px solid #666666;
	padding-bottom: 5px;
}

#car_comment .topics_ttl{
	margin: 10px;
	padding: 2px 0px;
	border-bottom: 1px dashed #666666;
	font-weight: 800;
	color: #008000;
}

#mark_box{
	clear:both;
	margin: 10px;
	padding: 5px 0px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#mark_box span{
	font-weight: 700;
}

#btn_box{
	margin: 10px;
	height: 70px;
	background-color: #d7f9b0; /* 薄い緑色 */
}

/* ---- CSSハック ここから---- */
#btn_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#btn_box { display: inline-block; }
/* exlude MacIE5 \*/
* html #btn_box { height: 1% }
#btn_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#btn_box #btn_left{
	margin: 10px;
	float: left;
	width: 250px;
}

#btn_box #btn_right{
	margin: 10px;
	float: left;
	width: 250px;
	border-left: 1px dotted #008000;
}

/* ---- クルマ情報詳細 ここまで ---- */

/* ---- クルマ情報お問い合わせ ここから ---- */

.preview_box_w{
	margin: 10px;
}

/* ---- CSSハック ここから---- */
.preview_box_w:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.preview_box_w { display: inline-block; }
/* exlude MacIE5 \*/
* html .preview_box { height: 1% }
.preview_box_w {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

.preview_box_w img{
	display: block;
	float: left;
	width: 240px;
}

.preview_box_w .spec_item{
	margin-left: 20px;
	float: left;
	width: 320px;
	border-bottom: 1px dashed #666666;
}

/* ---- CSSハック ここから---- */
.preview_box_w .spec_item:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.preview_box_w .spec_item { display: inline-block; }
/* exlude MacIE5 \*/
* html .preview_box .spec_item { height: 1% }
.preview_box_w .spec_item {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

.preview_box_w .spec_item .spec_ttl{
	float: left;
	width: 100px;
}

.preview_box_w .spec_item .spec_cnt{
	float: left;
	width: 200px;
}


/* ---- クルマ情報お問い合わせ ここまで ---- */

/* ---- シミュレーション ここから ---- */

#search_box{
	margin: 10px;
	background-color: #d7f9b0;
}

#search_box p{
	margin: 0px 0px 10px 0px;
}

#search_box .select_box{
	padding: 10px;
}

#search_box .btn_box{
	padding: 10px;
	text-align: center;
}

#result_box{
	margin: 20px 10px;
	border: 2px solid #ff9900;
}

#result_box .car_ttl{
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}

#result_box .price_ttl{
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #ff9900;
}

#result_box .price_box{
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	background-color: #ff9900;
}

#result_box .price_box2{
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background-color: #ff9900;
}

#result_box .price_box2 span{
	font-size: 18px;
}

/* ---- シミュレーション ここまで ---- */

/* ---- サービスメニュー ここから ---- */

.bold_h4{
	color: #222222;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
}

.clear_box{
	clear: both;
}

/* ---- CSSハック ここから---- */
.clear_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clear_box { display: inline-block; }
/* exlude MacIE5 \*/
* html .clear_box { height: 1% }
.clear_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */


.leftbox_w350{
	float: left;
	width: 350px;
}

.rightbox_w250{
	float: right;
	width: 250px;
	text-align: right;
}

.leftbox_w300{
	float: left;
	width: 305px;
}

.rightbox_w300{
	float: right;
	width: 295px;
	text-align: right;
}

.bold_p{
	clear:both;
	padding: 20px 0px;
	font-weight: 700;
	text-align:center;
}

.bold_p span{
	font-size: 14px;
}

.small_p{
	font-size: 9px;
	line-height: 12px;
	text-align: right;
}

#corting_tbl{
	clear: both;
	margin: 20px 10px 5px 10px;
	width: 580px;
	border: 0px;
	border-collapse:collapse;
}

#corting_tbl tr th{
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #666666;
}

#corting_tbl tr td{
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.tbl_foot{
	float: right;
	width: 250px;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
	margin-bottom: 10px;
}

/* ---- サービスメニュー ここまで ---- */


/* ---- 法定費用って何 ここから ---- */

.cost_tbl{
	margin: 10px;
	/*width: 580px;*/
	border: 1px solid #666666;
	border-collapse:collapse;
}

.cost_tbl tr th{
	padding: 5px;
	/*width: 80px;*/
	font-weight:700;
	text-align: center;
	background-color: #eeeeee;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.cost_tbl tr td{
	padding: 5px;
	text-align:left;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}


/* ---- 法定費用って何 ここまで ---- */

/* ---- 評価点って何 ここから ---- */

.point_tbl{
	margin: 10px;
	width: 580px;
	border: 1px solid #666666;
	border-collapse:collapse;
}

.point_tbl tr th{
	padding: 5px;
	width: 80px;
	font-weight:700;
	text-align: center;
	background-color: #eeeeee;
	border-bottom: 1px solid #666666;
}

.point_tbl tr td{
	padding: 5px;
	text-align:left;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}


/* ---- 評価点って何 ここまで ---- */

/* ---- 会社概要 ここから ---- */

#aboutus_tbl{
	margin: 10px;
	width: 580px;
	border: 1px solid #666666;
	border-collapse:collapse;
}

#aboutus_tbl tr th{
	padding: 5px;
	width: 80px;
	font-weight:700;
	text-align: center;
	background-color: #eeeeee;
	border-bottom: 1px solid #666666;
}

#aboutus_tbl tr td{
	padding: 5px;
	text-align:left;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#google_map{
	padding:5px;
	text-align:center;
}

#map{
	width: 400px;
	height: 400px;
	border:1px solid #666666;
}

/* ---- 会社概要 ここまで ---- */

/* ---- お問い合わせフォーム ここから ---- */

#form_tbl{
	margin: 10px;
	width: 580px;
	border: 1px solid #666666;
	border-collapse:collapse;
}

#form_tbl tr th{
	padding: 5px;
	width: 100px;
	font-weight:700;
	text-align: center;
	background-color: #eeeeee;
	border-bottom: 1px solid #666666;
}

#form_tbl tr td{
	padding: 5px;
	text-align:left;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#btn_box_form{
	margin: 10px;
	padding: 10px;
	background-color: #d7f9b0; /* 薄い緑色 */
	text-align: center;
}

/* ---- CSSハック ここから---- */
#btn_box_form:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#btn_box_form { display: inline-block; }
/* exlude MacIE5 \*/
* html #btn_box_form { height: 1% }
#btn_box_form {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#btn_box_form form{
	margin: 0px 10px;
	float: left;
	width: 250px;
}


form .topics_box{
	margin: 10px;
}

/* ---- お問い合わせフォーム ここまで ---- */

/* ---- リンク集 ここから ---- */

.link_ctg{
	margin: 10px;
}

/* ---- CSSハック ここから---- */
.link_ctg:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.link_ctg { display: inline-block; }
/* exlude MacIE5 \*/
* html .link_ctg { height: 1% }
.link_ctg {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */


.link_ctg li{
	float: left;
	margin: 5px;
	width:180px;
}

dl.link_box{
	margin: 10px;
}

dl.link_box dt{
	margin: 10px 0px 5px 0px;
}

dl.link_box dt a{
	font-weight: 700;
}

dl.link_box dd{
	padding: 0px 10px 5px 10px;
	border-bottom: 1px dotted #666666;
}

/* ---- リンク集 ここまで ---- */

/* ---- 売約済み一覧 ここから ---- */

#baiyaku_list{
	clear:both;
	padding: 10px;
	border-top: 1px solid #666666;
}

/* ---- CSSハック ここから---- */
#baiyaku_list:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#baiyaku_list { display: inline-block; }
/* exlude MacIE5 \*/
* html #baiyaku_list { height: 1% }
#baiyaku_list {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#baiyaku_list .baiyaku_item{
	float: left;
	width: 190px;
	padding: 5px 0px;
}

/* ---- 売約済み一覧 ここまで ---- */


/* ---- フッタ ここから ---- */

#footer{
	clear:both;
	padding: 10px 0px;
	border-top: 1px solid #666666;
	text-align: center;
	color: #666666;
}

#footer span{
	display: block;
}


/* ---- フッタ ここまで ---- */

address{
	clear:both;
	padding: 2px;
	line-height: 16px;
	font-size: 10px;
	text-align:center;
	color:#ffffff;
	background-color: #008000;
}
