@charset "UTF-8";

/*
##################################################################
CS210710.css　(地図選択)
################################################################## */
*{
	margin:0;
	padding:0;
	list-style-type: none;
/*	color:#333;*/
}

body {backgound-color:#FFF;}

select,input,textarea {
	margin:0;
	padding:0;
}

li ul,dd ul,dd dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
}

/* 大枠レイアウト */
div#top-cont{
/*---
	margin:15px 0px 10px 15px;
	margin:0px 0px 10px 15px;
---*/
	margin: 0px auto 10px;
	width:980px;
 	background:#fff;
}

/* カタログの枠 */
div#cat_frame{
	background: url(/cmn/images/search_map_bg.png) 0 0 repeat-x;
    border: 1px solid #d1d6dc;
    width: 978px;
}

div#cat_frame div.wrap{
	/*---background:url(/cmn/ucar-images/bg_frame_2.gif) no-repeat left bottom;---*/
}


/* レイアウト */
div#container {
	width:950px;
	height:615px;
	/*---margin:10px 0px 20px 20px;---*/
    margin: 10px 0px 20px 14px;
	position:relative;
}
div#baseLayer {
	position:absolute;
	left:0px;
	top:45px;
	width:950px;
	height:500px;
	z-index:1;
}

/* パンくず */
div#head-line{
	/*---margin:15px 0px 0px 15px;---*/
    margin: 5px 0px 0px 15px;
	width:980px;
}
p#pankuzu{
	font-size:10px;
}
p#pankuzu b, strong{
	font-weight:bold;
}

/*---h1#logo{
	font-size:10px;
	font-weight:normal;
	margin:7px 0;
}---*/

h1#b_blue {
    margin-bottom: 5px;
    }

/* H1キャプション */
p.p_h1_caption {
	margin: 0 auto;
    text-align: right;
    width: 980px;
    height: 15px;
    font-size: 10px;
    line-height: 11px;
    text-align: right;
    }

/*--- タイトル画像
div#cat_frame h2#ttl_area{
//	background:url(/cmn/ucar-images/ttl_area.png) no-repeat left top;
	background:#1B72C7 url(/cmn/detail-images/bg_bkn_title.gif) no-repeat scroll left top;
	margin:0;
	padding:7px 10px;
	display:block;
	font-size:14px;
	color:#ffffff;
}---*/

/* フッターコピー */
div#footCopy{
    margin: 0 auto;
	width:980px;
}
div#footCopy i{
	float:right;
	font-size:11px;
	font-weight: normal;
	font-style:normal;
}
/* footer車種リンク */
div#shashuLink{clear:both; width:980px; margin:20px auto 0; z-index:1;}
h3#footerNet{clear:both; width:980px; text-align:right; font-size:11px; font-weight:normal;}

/* レイアウト */

/* 現在の検索条件表示 */

div#entrydate {
	position:absolute;
	left:0px;
	top:45px;

	z-index:4;
	padding-bottom:10px;
	height:120px;
}

div#entrydate_wrap {
	width: 280px;
	height:110px;
	border-right:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	background-color: #fff;
}

table.ditail {
	width: 272px;
	height: 100px;
	position:absolute;
	/*---top:31px;
	left:13px;---*/
	top: 33px;
	left: 5px;
	font-size: 12px;
	border: 0 !important;
	margin: 0 !important;
	padding:0 !important;
	}
table.ditail th, table.ditail td {
	border: 0 !important;
	}
table.ditail td {
	font-size:12px;
	padding:7px 0;
}
/* 現在の検索条件表示 */
table.ditail td.td02{
	font-size:12px;
	width: 20% !important;
	white-space: nowrap;
}
table.ditail td.td03{
	font-size:12px;
	text-align:center;
	width: 5% !important;
}
table.ditail td.td04{
	font-size:12px;
	width: 75% !important;
}
table.ditail td.td05{
	font-size:10px;
	line-height:14px;
	padding-left: 2px;
}
/* 地図 */
#hokkaidoLayer {
	position:absolute;
	left: 666px;
	top:55px;
	width: 285px;
	height:120px;
	z-index:10;
}
#tohokuLayer {
	position:absolute;
	left:690px;
	top:249px;
	width:140px;
	height:110px;
	z-index:10;
}
#hokuriku_koshinetsuLayer {
	position:absolute;
	left: 482px;
	top:55px;
	width: 181px;
	height:105px;
	z-index:10;
}
#kantoLayer {
	position:absolute;
	left:690px;
	top:411px;
	width:140px;
	height:175px;
	z-index:10;
}
#tokaiLayer {
	position:absolute;
	left:503px;
	top:411px;
	width:160px;
	height:175px;
	z-index:10;
}

#shikokuLayer {
	position:absolute;
	left:338px;
	top:502px;
	width:135px;
	height:85px;
	z-index:10;
}
#kansaiLayer {
	position:absolute;
	left:320px;
	top:55px;
	width:148px;
	height:215px;
	z-index:10;
}
#chugokuLayer {
	position:absolute;
	left:160px;
	top:220px;
	width:140px;
	height:95px;
	z-index:10;
}
#kyushuLayer {
	position:absolute;
	left:160px;
	top:377px;
	width:140px;
	height:205px;
	z-index:10;
}
div#container dl {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#container dt {
	font-size: 12px;
	height:19px;
	vertical-align: top;
}
div#container dt input,dd input {
	width:12px;
	height:12px;
}
div#container dt a {
	text-decoration: none;
	color: #333 !important;
	}

div#container dt a span.areaT {
	font-size: 14px;
	vertical-align: top;
	color: #1E0FCA;
	text-decoration: underline;
	font-weight:bold;
}
div#container dt a:hover span.areaT {
	color: #FF7E1D;
}
div#container dt a:active span.areaT {
	color: #FF9A49;
}
div#container dt a:visited span.areaT {
	color: #802680;
}
div#container dt span.nolink {
	font-size: 14px;
	color: #999999;
	display: block;
	text-indent: 15px;
	color: #999999;
	font-weight:bold;
}

div#container dd {
	font-size: 11px;
	height:15px;
	padding-left: 14px;
	vertical-align: top;
	color: #999;
}
div#container dd a {
	font-size: 11px;
	vertical-align: top;
	text-decoration: none;
	color: #333 !important;
}
div#container dd a span.areaname{
	color: #1E0FCA;
	font-weight: 400;
	text-decoration: underline;
}
div#container dd a:hover span.areaname{
	color: #FF7E1D;
}
div#container dd a:visited span.areaname{
	color: #802680;
}
div#container dd a:active span.areaname{
	color: #FF9A49;
}

div#container dd span.nolink {
	font-size: 11px;
	display: block;
	text-indent: 15px;
	color: #999999;
}
div#container dd.i {
	font-size: 10px;
	padding-left: 30px;
	height:15px;
	background-image:none!important;
}
dl.hokkaido {
	width:270px;
}
dl.hokkaido dd.left {
	width: 147px!important;
	float:left!important;
	padding-left: 7px!important;
	height: 15px!important;
	overflow: hidden!important;
	color: #999999!important;
	font-size: 11px!important;
	vertical-align: top!important;
}
dl.hokkaido dd.right {
	width: 115px!important;
	float:left!important;
	padding-left: 0px!important;
	height: 15px!important;
	overflow: hidden!important;
	color: #999999!important;
	font-size: 11px!important;
	vertical-align: top!important;
}

div#container dt span.nolink ,div#container dd span.nolink {
	display: block;
	text-indent: 15px;
	color: #999;
	}
div#container dt span.nolink {
	font-size: 14px;
	}
div#container dd span.nolink {
	font-size: 11px;
	}

div#container dd.i span {
	text-indent: 15px;
	}
div#container dt span strong {
	color: #999;
	}
dl.hokkaido,
dl.tohoku,
dl.kanto,
dl.hokuriku_koshinetsu,
dl.tokai,
dl.kansai,
dl.shikoku,
dl.chugoku,
dl.kyushu{}

/* 地図 */
#entrydate h2 {
	margin: 0 !important;
	padding: 0 !important;
	}
#entrydate h2 img{
    display: block;
	margin:0;
	padding:0;
}
h3{
	font-size:14px;
	color:#333;
	display: block;
	padding: 6px 0 10px 0;
}
.bodytext {
	font-size: 12px;
	line-height: 16px;
}
.date {
	color:#f90;
	font-size: 10px;
}
.kensu{
	font-size:18px;
	color:#06f;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
.position{
	position: relative;
}
.news-title {
	font-size:12px;
}
div#all_region{
	position:absolute;
	left:10px;
	top:220px;
	z-index:4;
	background-image: url(/cmn/images/icon_arrow02.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	font-size: 14px;
}
div#all_region a {
	color: #333 !important;
	text-decoration: none;
	}
div#all_region a span.areaT {
	color: #1e0fca;
	text-decoration: underline;
	font-weight: 700;
	}
div#all_region a:hover span.areaT {
	color: #FF7E1D;
}
div#all_region a:active span.areaT {
	color: #FF9A49;
}
div#all_region a:visited span.areaT {
	color: #802680;
}
div#help-link{
	position:absolute;
	left:10px;
	top:190px;
	font-size:10px;
	z-index:4;
}

div#s-mit1 a, div#s-mit a {
    position: absolute;
    /*---left: 690px;---*/
    left: 710px;
    z-index: 4;
    }

div#s-mit1 a{
	/*---top:13px; ---*/
	top: 2px;
}
div#s-mit a{
	top:595px;
}

div#cat_frame .text_area{
width:945px;
margin-bottom:5px;
}

div.text_area .left_side{
float:left;
line-height:1.5em;
}

div.text_area .right_side{
float:right;
text-align:right;
}

/*---div#cat_frame h3#erabu{---*/
div#cat_frame h2#erabu {
margin:0;
padding:0;
font-size:12px;
font-weight: 700;
line-height:1.5em;
float:left;
}

span.erabu2 {font-weight: 700;}

div#cat_frame p#kensu-notes{
color:#999;
font-size:10px;
margin:2px 0;
}

div#cat_frame .btn_shamei{
margin-top:4px;
}
/* カーセンサー認定 */
div.d_ninteiBanner {
    margin-top: -13px;
    width: 980px;
    text-align: right;
    }
div.d_ninteiBannerAnchor {
    position: relative;
    margin-top: -5px;
    width: 980px;
    height: 21px;
    }
a.a_ninteiBannerAnchor {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 191px;
    height: 21px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
    background: url(/cmn/images/nintei/nintei_02_v2.png) 0 0 no-repeat;
    }




/* add by KNG at ZACO */
#b_blue {
	width: 970px;
	margin:5px auto 0;
	font-family: 'ＭＳ Ｐゴシック','MS P Gothic',Arial,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif,Helvetica;
	font-size:19px;
	background-image:url(/cmn/images/sprite/x.png);
	background-position:0 -95px;
	background-repeat:no-repeat;
	line-height:25px;
	padding-left:10px;
	}
a#link-type-K {
	color : #333333;
	text-decoration : none;
	}


dt a:hover strong {
	color: #ff7e1d !important;
	}
dd a:hover strong {
	color: #ff7e1d !important;
	}
div#all_region a:hover strong {
	color: #ff7e1d !important;
	}
/* 201203 gnavi
.CSNsiteHeader .logoArea_catch strong {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}*/
