@charset "utf-8";

/*****************************************************
	 ディーラー.net CSS Document
	 
	 ver:2007.10.30
	 
	 common.css
	 
******************************************************/

/** css menu-------------------------------------------
	1.Base HTML
	2.Base Font
	3.Base Text Link
	4.Layout
	5.parts
	
	
------------------------------------------------------**/
/*----------------------------------------
1.Base HTML
----------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,span,strong,dl,dt,dd,ul,ol,li,address,form,
input,select,textarea,img,hr,ul,li{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
body{
	/*background: #ECECE5;*/
	text-align: left;
}
a img,img{
	border: none;
}
ul,ol{
	list-style-type: none;
}

/*----------------------------------------
2.Base Font
----------------------------------------*/
body {
	color: #000000;
	font-size: 12px;
	line-height: 1.4;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;}
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address {
	font-style: normal;
}
/*\*/
* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
}
*:first-child + html body {
	font-size: 75%;
}
/**/

/*----------------------------------------
3.Base Text Link
----------------------------------------*/
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}
/* -------------------------------------------------------------------
 float解除
------------------------------------------------------------------- */
br.clr /* テスト用 */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/
hr.cler{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

/* T.Umeyama追加 */
.pointer_du{
	cursor: pointer;
}

/*----------------------------------------
4.Layout
----------------------------------------*/
div#wall{
	width: 951px;
	padding-right: 1px;
	background: #FFFFFF url(http://www.carsensor.net/contents/img_old/media/ducar/wall_bg.gif) repeat-x top;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #cccccc;
}
/* For IE6 \*/
* html div#wall{
	width: 950px;
}
/**/
div#wall:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#wall { display:inline-block;}
/*\*/
* html div#wall { height:1%; }
div#wall { display:block; }
/**/

/*パンくず下部--*/
ul.bread-list02 {
	clear: both;
	width: 100%;
	margin: 4px 0px 0px 0px;
	text-align: left;
	font-size: 90%;
	color: #333333;
}
ul.bread-list02 li{
	display: inline;
}

ul.bread-list02 a:link,
ul.bread-list02 a:visited{
	text-decoration: none;
}
ul.bread-list02 a:hover{
	text-decoration: underline;
}
/* Two coluum ---------------------*/
div#left-ct {
	float: left;
	width: 640px;
	margin-top: 6px;
	margin-left: 20px;
}
div#right-ct{
	float: right;
	width: 250px;
	margin-top: 6px;
	margin-right: 20px;
}
/* For IE6 \*/
* html div#left-ct {
	margin-left: 10px;
}
* html div#right-ct{
	margin-right: 10px;
}

/**/
 
/* one column　--------------------*/
div.contents {
	clear: both;
	width: 910px;
	margin: 0px auto;
}
/*----------------------------------------
5.parts
----------------------------------------*/

/* sub page common----------------------*/
h1.h1-subpage {
	width: 893px;
	height: 29px;
	margin:0px auto 20px auto;
	padding-top: 3px;
	padding-left: 17px;
	background: url(http://www.carsensor.net/contents/img_old/media/ducar/h1_bg.gif) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #B37940;
	text-align: left;
}

h1.h1-subpage02 {
	width: 893px;
	height: 29px;
	margin:0px auto 10px auto;
	padding-top: 3px;
	padding-left: 17px;
	background: url(http://www.carsensor.net/contents/img_old/media/ducar/h1_bg.gif) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #B37940;
	text-align: left;
}


/* next preview ----------------------*/
ul.pre-nex{
	width: 100%;
	color: #333333;
}
ul.pre-nex li{
	display: inline;
	margin-left: 5px;
}
ul.pre-nex li.next{
	margin-left: 5px;
}
ul.pre-nex li.pre{
	margin-right: 5px;
	margin-left: 0px;
}
div.np_ct01{
	clear: both;
	width: 910px;
	padding-top: 20px;
	color: #333333;
}
div.np_ct01 div.l-colum{
	float: left;
	width: 440px;
	padding-bottom: 5px;
	text-align: left;
}
div.np_ct01 div.l-colum h2{
	width: 100%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
div.np_ct01 div.l-colum h2 strong{
	color: #FF9900;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
div.np_ct01 div.l-colum h2 span{
	margin-left: 5px;
}
div.np_ct01 div.r-colum{
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
div.np_ct01 div.np-ct-in{
	clear: both;
	width: 910px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	text-align: right;
}
/* For IE7 IE6 \*/
* html div.np_ct01 div.np-ct-in{
	padding-bottom: 0px;
}
*:first-child + html div.np_ct01 div.np-ct-in{
	padding-bottom: 0px;
}
/**/
div.np_ct01 div.np-ct-in dl{
	float: right;
}
div.np_ct01 div.np-ct-in dl dt,
div.np_ct01 div.np-ct-in dl dd{
	display: inline;
}
div.np_ct01 div.np-ct-in dl dt{
	margin-left: 30px;
}
div.np_ct01 div.np-ct-in dl span{
	margin: 0px 3px;
}
div.np_ct02 {
	clear: both;
	width: 910px;
	padding: 20px 0px;
	text-align: right;
}
/*seach contents----------------------*/
div.seach {
	width: 870px;
	height: 102px;
	margin: 0 auto;
	background: url(http://www.carsensor.net/contents/img_old/media/ducar/seach_bg.gif) no-repeat;
	color: #333333;
}
div.seach:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.seach { display:inline-block;}
/*\*/
* html div.seach { height:1%; }
div.seach { display:block; }
/**/
div.cyuko-seach {
	width: 870px;
	margin: 0 auto;
	background: url(/cmn/search-images/cyoko_seach_bg.gif) repeat-y;
	color: #333333;
}
div.cyuko-seach div.ct-in{
	width: 870px;
	background: url(/cmn/search-images/cyoko_seach_bg_top.gif) no-repeat top;
}
div.cyuko-seach div.ct-inner{
	width:870px;
	padding-bottom: 10px;
	background:url(/cmn/search-images/cyoko_seach_bg_bottom.gif) no-repeat bottom;
}
div.cyuko-seach div.ct-inner:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.cyuko-seach div.ct-inner{ display:inline-block;}
/*\*/
* html div.cyuko-seach div.ct-inner { height:1%; }
div.cyuko-seach div.ct-inner { display:block; }
/**/
div.seach dl dt {
	display: block;
	float: left;
	clear: both;
	width: 71px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
div.seach dl dd{
	margin-bottom: 5px;
}
/* For IE6 \*/
* html div.seach {
	padding-bottom: 10px;
}
* html div.seach dl dt {
	height: 19px;
}
* html div.seach dl dd{
	margin-bottom: 3px;
}
/**/
div.cyuko-seach select,
div.seach select {
	vertical-align: top;
}
div.cyuko-seach input,
div.seach input {
	margin-right: 3px;
	/* */
}
div.seach input {
	vertical-align: top;
}
select.w183{
	width: 183px;
}
select.w180{
	width: 180px;
}
select.w157{
	width: 157px;
}
select.w100{
	width: 100px;
}
select.w110{
	width: 110px;
}
select.w165{
	width: 165px;
}
select.w200{
	width: 200px;
}

select.w85{
	width: 85px;
}
div.seach p.se-title,
div.cyuko-seach p.se-title{
	float: left;
	width: 52px;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
div.seach div.l-colum{
	float: left;
	width: 338px;
	padding-top: 10px;
	margin-right: 15px;
}
div.seach div.c-colum{
	float: left;
	width: 265px;
	padding-top: 10px;
	/*margin-right: 20px;*/
}
div.seach div.c-colum .new_chk_box{
	margin: -2px 0px 0px -15px;
	*margin: 2px 0px 0px -15px;
}

div.seach div.r-colum{
	float: right;
	width: 157px;
	padding-top: 10px;
}
div.seach div.r-colum ul{
	margin-right: 10px;
	margin-top: 48px;
}
/**/
div.seach div.r-colum ul li{float:right;}

div.cyuko-seach div.seach-btn-area {
	clear: both;
	width: 157px;
	margin-left: 638px;
}
div.cyuko-seach div.seach-btn-area ul{
	width: 157px;
	padding-top: 10px;
	margin-right: 0px;
}

/* For IE7 IE6\*/
* html div.seach div.r-colum ul{
	margin-top: 58px;
}
*:first-child + html div.seach div.r-colum ul{
	margin-top: 58px;
}
* html div.cyuko-seach div.r-colum ul{
	margin-top: 25px;
}
*:first-child + html div.cyuko-seach div.r-colum ul{
	margin-top: 25px;
}

/**/

div.seach div.r-colum ul li#cler-btn{
	width: 98px;
	height: 15px;
	margin-left: 49px;
	margin-bottom: 3px;
	background: url(http://www.carsensor.net/contents/img_old/media/ducar/btn_cler.gif) no-repeat;
}
div.cyuko-seach div.seach-btn-area ul li#cler-btn{
	width: 98px;
	height: 15px;
	margin-left: 49px;
	margin-bottom: 3px;
	background: url(http://www.carsensor.net/contents/img_old/media/ducar/btn_cler.gif) no-repeat;
}

div.cyuko-seach div.seach-btn-area ul li#cler-btn a,
div.seach div.r-colum ul li#cler-btn a{
	display: block;
	width: 98px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}
div.cyuko-seach div.seach-btn-area ul li#cler-btn a:link,
div.seach div.r-colum ul li#cler-btn a:link {
	background: url(http://www.carsensor.net/contents/img_old/media/ducar/btn_cler.gif) no-repeat;
}
div.cyuko-seach div.seach-btn-area ul li#cler-btn a:hover,
div.seach div.r-colum ul li#cler-btn a:hover {
	background: url(http://www.carsensor.net/contents/img_old/media/ducar/btn_cler_on.gif) no-repeat;
}
div.cyuko-seach div.cs-in{
	float: right;
	width: 795px;
	padding-top: 10px;
}
div.cyuko-seach div.cs-in dl{
	clear: both;
	width: 100%;
	padding-bottom: 5px;
}
div.cyuko-seach div.cs-in dl dt {
	display: block;
	float: left;
	width: 71px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
div.cyuko-seach div.cs-in dl dd{
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
div.cyuko-seach div.cs-in02 {
	clear: both;
	width: 795px;
	margin-left: 75px;
}
div.cyuko-seach div.cs-in03 {
	float: left;
	width: 276px;
}
/* \*/
* html div.cyuko-seach div.cs-in03 {
	width: 277px;
}
/**/
div.cs-in03 dl dt{
	display: block;
	float: left;
	clear: both;
	width: 71px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
/* \*/
* html div.cs-in03 dl dt{
	margin-right: 2px;
}
/**/
div.cs-in03 dl dd{
	margin-bottom: 5px;
}
div.cyuko-seach div.cs-in04 {
	float: left;
	width: 246px;
}
div.cs-in04 dl dt {
	display: block;
	float: left;
	clear: both;
	width: 71px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
/* \*/
* html div.cs-in04 dl dt {
	margin-right: 2px;
}
/**/
div.cs-in04 dl dd{
	margin-bottom: 5px;
}
div.cyuko-seach div.cs-in05 {
	float: left;
	width: 261px;
}
div.cs-in05 dl dt {
	display: block;
	float: left;
	clear: both;
	width: 71px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
/* \*/
* html div.cs-in05 dl dt {
	margin-right: 2px;
}
/**/
div.cs-in05 dl dd{
	margin-bottom: 5px;
}
div.cyuko-seach div.cs-in06 {
	float: left;
	width: 215px;
}
div.cs-in06 dl dt {
	display: block;
	float: left;
	clear: both;
	width: 71px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
/* \*/
* html div.cs-in06 dl dt {
	margin-right: 2px;
}
/**/
div.cs-in06 dl dd{
	margin-bottom: 5px;
}
div.cs-in07{
float:left;
}

/*footer link-------------------------*/
div.foot-txt01 {
	clear: both;
	width: 910px;
	padding-bottom: 20px;
	margin: 0px auto;
	text-align: left;
	font-size: 90%;
	color: #333333;
}
div.foot-txt02 {
	clear: both;
	width: 910px;
	margin: 0px auto;
	padding-bottom: 30px;
	text-align: center;
	color: #333333;
}


/*js off error-------------------------*/
div.jsofferr {
	clear: both;
	width: 910px;
	padding: 10px;
	border-color: #ff0000;
	border-style: solid;
	border-width: 1px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/*----------------------------------------
6.publish
----------------------------------------*/

.content {
 margin: 5px 0 0 0 ;
 padding: 0;
}

#container {
 float: left;
 width: 640px;
 margin: 6px 0 10px 20px;
 padding: 0 0 15px 0;
 font-size: 12px;
}

/* For IE6 \*/

* html div#container {
 margin-left: 10px;
}

.contentbody {
 line-height: 160%;
}

/* 090916 */
.contenttitle h2 {
 clear: both;
 background: url(http://www.carsensor.net/contents/img_old/media/ducar/t_title.gif) repeat;
 font-size: 16px;
 line-height: 120%;
 margin: 20px 0 10px 0;
 padding: 10px 0 7px 15px;
 color: #FF9900;
 font-weight: bold;
 /*border-left: 4px solid #FF9900*/
}
.contenttitle .h2 {
 clear: both;
 background: url(http://www.carsensor.net/contents/img_old/media/ducar/t_title.gif) repeat;
 font-size: 16px;
 line-height: 120%;
 margin: 20px 0 10px 0;
 padding: 10px 0 7px 15px;
 color: #FF9900;
 font-weight: bold;
 /*border-left: 4px solid #FF9900*/
}
/* 090916 */
.contenttitle a:link, .contenttitle a:visited {
 color: #FF9900;
 font-weight: bold;
}

.contenttitle a:hover {
 color: #FF9900;
 font-weight: bold;
}

.contentbody {
 font-size: 12px;
}


#sidebarcontainer {
 float: right;
 width: 250px;
 margin: 6px 20px 50px 0;
}

/* For IE6 \*/

* html #sidebarcontainer {
 margin-right: 10px;
}

.sidebar {
 margin: 0;
}

/* Menu lists */

.sidebardl {
 margin: 0 0 20px 0;
 padding: 3px 0;
 font-size:11px;
 line-height:18px;
 /*border-left:1px solid #CCC;
 border-right:1px solid #CCC;
 border-bottom:1px solid #CCC;*/
}

.sidebardl dt {
 font-size: 11px;
 font-weight: bold;
 margin: 0;
 padding: 0;
}

.sidebardl dd {
 margin: 1px 0 0 0;
 padding: 5px 4px 5px 0;
 display: block;
}

.sidebardl dd a {
 background: url(http://www.carsensor.net/contents/img_old/media/ducar/ico_link.gif) left top no-repeat;
 margin: 0;
 padding: 0 0 0 14px;
}

.sidebardl dd a:hover {
 background: url(http://www.carsensor.net/contents/img_old/media/ducar/ico_link.gif) left top no-repeat;
 margin: 0;
 padding: 0 0 0 14px;
}

.sidebardl2 {
 margin: 0 0 20px 0;
 padding: 3px 0;
 font-size:10px;
 line-height:18px;
 /*border-left:1px solid #CCC;
 border-right:1px solid #CCC;
 border-bottom:1px solid #CCC;*/
}

.sidebardl2 dt {
 margin: 0;
 padding: 0;
}

.sidebardl2 dd {
 margin: 0;
 padding: 0 4px;
 display: block;
}

.sidebardl2 dd a {
 color: #0066CC;
 background: url(http://www.carsensor.net/contents/img_old/media/ducar/icon_arrow.gif) left top no-repeat;
 padding: 0 0 0 12px;
}

.sidebardl2 dd a:hover,.sidebardl2 dd a:active, .sidebardl2 dd a:visited {
 color: #0066CC;
}

.sidebardl3 {
 margin: 0 0 20px 0;
 padding: 3px 0;
 font-size:11px;
 line-height:18px;
 background-color:#F5F5F5;
 /*border-left:1px solid #CCC;
 border-right:1px solid #CCC;
 border-bottom:1px solid #CCC;*/
}

.banner {
 margin: 0 0 20px 0
}

/* Basic classes */

.hidden {
 display: none;
}

.centerize {
 text-align: center;
}

.clearing {
 width: 775px;
 height: 0;
 clear: both;
}

.loginform, .searchform {
 padding: 5px 0;
}
.commentform, .mailform {
 margin-top: 10px;
 padding: 10px;
 background: #EEEEEE;
 /* Rounded borders, for Mozilla browsers */
 /* -moz-border-radius: 10px; */
}

.commentform img {
 margin: 5px 0 0 0;
}

.formfield {
 font-size: 11px;
 background: white;
 color: #494949;
 border-top: 1px solid #868686;
 border-left: 1px solid #868686;
 border-bottom: 1px solid #D4D2CF;
 border-right: 1px solid #D4D2CF;
 margin: 1px 0 0 0;
}

.formbutton {
 font-size: 11px;
 background: white;
 color: #494949;
 border-top: 1px solid #D4D2CF;
 border-left: 1px solid #D4D2CF;
 border-bottom: 1px solid #868686;
 border-right: 1px solid #868686;
 margin: 1px 0 0 0;
}

.searchform .formfield {
 width: 180px;
 font-family: Verdana;
 padding: 2px 0;
 margin: 0 2px 10px 0;
}

.searchform .formbutton {
 width: 60px;
 font-family: Verdana;
 padding: 2px 2px;
 background-color: #EEEEEE;
 color: #666666;
}

.loginform .formfield {
 width: 130px;
 font-family: Verdana;
 padding: 2px 0;
 margin: 0 2px 2px 0;
}

.loginform .formbutton {
 width: 60px;
 font-family: Verdana;
 padding: 2px 2px;
}

.mainform .formfield {
 width: 280px;
 font-family: Verdana;
 padding: 2px 0;
 margin: 0 2px 2px 0;
}

.mailform .formbutton {
 width: 100px;
 font-family: Verdana;
 padding: 2px 2px;
}

#nucleus_cf_name, #nucleus_cf_mail {
 width: 300px;
 margin-right: 105px;
 font-family: Verdana;
}

.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
 width: 300px;
}

.commentform .formbutton {
 width: 100px;
 height: 22px;
 font-family: Verdana;
}

.error {
 color: red;
 font-weight: bold;
}

#back_no {
 margin:10px 5px;
}

#back_no a {
 font-size:12px;
 line-height:110%;
}

#back_no a:hover {
 color: #0066CC;
 /*font-weight:bold;*/
}

#back_no dd {
 margin-top:5px;
 padding: 3px 0;
 border-bottom: 1px dotted #ccc;
}

#back_no dl.gsearch_box dt {
	margin: 0 0 10px 0;
}

#back_no dl.gsearch_box dd {
	margin-bottom: 20px;
	padding: 0 12px 10px 12px;
	line-height: 160%;
}

#back_no dl.gsearch_box dt a span.highlight {
	background-color: #FFFF00;
	text-decoration:underline;
	font-weight: bold
}

#back_no dl.gsearch_box dd span.highlight {
	background-color: #FFFF00;
	font-weight: bold
}

/*-------------------------------------------------
   Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(http://publish.carsensorlab.net/media/img/ico_link.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
	margin: 0 0 0 15px;
}
.contentitempostedby
{
	background: url(http://publish.carsensorlab.net/media/img/ico_link.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitemcomments
{
	background: url(http://publish.carsensorlab.net/media/img/ico_link2.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitemedit
{
	background: url(http://publish.carsensorlab.net/media/img/ico_link3.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(http://publish.carsensorlab.net/media/img/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(http://publish.carsensorlab.net/media/img/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(http://publish.carsensorlab.net/media/img/dotv.gif) left repeat-y;
}