@charset "UTF-8";
/* CSS Document */


/* ---------------------------------------------------------------- *
	全体
 * ---------------------------------------------------------------- */

BODY{
	margin : 0px;
	padding : 0px;
	background-color : #FFFFFF;
}

BODY, TABLE, DIV, H1, H2, H3, H4, H5, P, LI{
	margin : 0px;
	padding : 0px;
	border-width : 0px;
	letter-spacing : 0px;
	font-weight : normal;
	font-size : 1.2em;
	color : #555555;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

}

STRONG{
	font-weight : bold;
}

EM{
	font-weight : normal;
	font-style : normal;
}

OL, UL{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style:none;
}

IMG{
	border : 0px none;
}

A:link, A:visited{
	color : #555555;
	text-decoration : underline;
}

A:active{
	color : #555555;
	text-decoration : none;
}

A:hover{
	color : #919d25;
	text-decoration : none;
}

FORM{
	display : inline;
}

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.clear {
	clear:both;
}

#container{
	margin : 0px auto;
	padding : 0px 0px 5px 0px;
	width : 900px;
	border-top: 5px;
	border-style: solid;
	border-color: #919D25;
}

*:first-child + html #container {
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* ---------------------------------------------------------------- *
	clearfix
 * ---------------------------------------------------------------- */

div:after {
 content: ".";  
 display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

*+html div {	display: inline-block;}				/*-- IE7用 --*/

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.clearfix {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */


#header{
	font-size : 10px;
	width : 900px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#header #infoArea{
	width : 400px;
	float : right;
	text-align: right;
	height: 50px;

}

#header #logo{
	width : 270px;
	text-align : left;
	float : left;
	padding: 25px 0px 0px 0px;
}

/* ---------------------------------------------------------------- *
	ナビ
 * ---------------------------------------------------------------- */
 
#navi{
	width : 420px;
	float : right;
	vertical-align:bottom;
	display:inline;
}

#navi li {
	display: block;
	float: right;
}

#navi li a {
	width : 116px;
	height:24px;
	margin : 0px 0px 0px 5px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}
#navi .navi01 a {
	background: url(../image/navi01.gif) no-repeat 0 0px;
	text-indent: -9999px;
}
#navi .navi02 a {
	background: url(../image/navi02.gif) no-repeat 0 0px;
	text-indent: -9999px;
}
#navi .navi03 a {
	background: url(../image/navi03.gif) no-repeat 0 0px;
	text-indent: -9999px;
}
#navi .navi01 a:hover {
	background: url(../image/navi01.gif) no-repeat 0 -24px;
	text-indent: -9999px;
}
#navi .navi02 a:hover {
	background: url(../image/navi02.gif) no-repeat 0 -24px;
	text-indent: -9999px;
}
#navi .navi03 a:hover {
	background: url(../image/navi03.gif) no-repeat 0 -24px;
	text-indent: -9999px;
}


/* ---------------------------------------------------------------- *
	メニュー
 * ---------------------------------------------------------------- */

#menu,#menu ul {
	position:relative;
	font-size: 12px;
	line-height:150%;
	_width: 900px;
}

#menu a {
	width: 180px;
	height: 45px;
	display: block;
	padding: 0;
	text-decoration: none;
}

#menu li {
	width: 180px;
	height: 45px;
	float:left;
	position:relative;
	_margin-top: -1px;

}

#menu .menu01 a	{
	background: url(../image/menu01.gif) no-repeat 0 -1px;
	text-indent: -9999px;
}

#menu .menu02 a	{
	background: url(../image/menu02.gif) no-repeat 0 -1px;
	text-indent: -9999px;
}

#menu .menu03 a	{
	background: url(../image/menu03.gif) no-repeat 0 -1px;
	text-indent: -9999px;
}

#menu .menu04 a	{
	background: url(../image/menu04.gif) no-repeat 0 -1px;
	text-indent: -9999px;
}

#menu .menu05 a	{
	background: url(../image/menu05.gif) no-repeat 0 -1px;
	text-indent: -9999px;
}

#menu .menu01 a:hover{
	background: url(../image/menu01.gif) no-repeat 0 -46px;
}

#menu .menu02 a:hover{
	background: url(../image/menu02.gif) no-repeat 0 -46px;
}

#menu .menu03 a:hover{
	background: url(../image/menu03.gif) no-repeat 0 -46px;
}

#menu .menu04 a:hover{
	background: url(../image/menu04.gif) no-repeat 0 -46px;
}
#menu .menu05 a:hover{
	background: url(../image/menu05.gif) no-repeat 0 -46px;
}



/* ---------------------------------------------------------------- *
	ヘッダ下パンくず
 * ---------------------------------------------------------------- */
#pankuzu{
	padding : 15px 0px 15px 1px;
	width : 500px;
	text-align : left;
	font-size:12px;
	color : #666666;

}
#pankuzu a{
	color : #919d25;
	font-weight : normal;
	text-decoration:none;
}
#pankuzu a:hover{
	color : #919d25;
	font-weight : normal;
	text-decoration:underline;
}

/* ---------------------------------------------------------------- *
	トップページ
 * ---------------------------------------------------------------- */
 
.mainimg {
	background-color: #FFFFFF;
	clear: both;
	width: 900px;
	padding-bottom:20px;
	
}

.news{
	margin-bottom:30px;

}

#topsideL{
	margin : 0px 20px 0px 0px;
	padding : 0px;
	width : 180px;
	float : left;
	clear : left;
	background-color: #e2e5c6;
}

#topsideL #banneraria{
	background-color: #e2e5c6;
	text-align:center;
	padding: 5px 0px 5px 0px;
}

.toptitle{
	padding : 0px 0px 0px 0px;
	margin-bottom: 0px;
	width: 510px;
}
 
 /* ---------------------------------------------------------------- *
	サイド左
 * ---------------------------------------------------------------- */
 
#sideL{
	margin : 0px 20px 0px 0px;
	padding : 0px;
	width : 180px;
	float : left;
	clear : left;
}

#sideL .naviTitle{
	height:35px;
	border-bottom: #ffffff solid 1px;
}
#sidenavi li{
	padding : 6px 10px 6px 13px;
	font-size : 12px;
	font-weight:normal;
	background-color: #e2e5c6;
	border-left:#919d25 solid 5px;
	border-bottom: #ffffff solid 1px;

}
#sidenavi li a{
	text-decoration : none;
	color : #555555;
}
#sidenavi li a:hover{
	text-decoration : none;
	color : #929d25;
}

#sideL #banneraria{
	background-color: #ffffff;
	text-align:center;
	padding: 0px 0px 0px 0px;
	border-bottom:1px solid #ffffff;

}

/* ---------------------------------------------------------------- *
	サイド右
 * ---------------------------------------------------------------- */
 
#sideR{
	width : 170px;
	float : right;
	position : relative;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#oldsideR{
	width : 170px;
	float : left;
	position : relative;
	margin : 0px -6px 0px 0px;
	padding : 0px 0px 0px 20px;
}
#sideR DIV{
	margin : 0px 0px 10px 0px;
}



/* ---------------------------------------------------------------- *
	メイン
 * ---------------------------------------------------------------- */
 
#maincontents{
	padding : 0px 0px 15px 0px;
	width : 510px;
	float : left;
	position:relative;
	overflow:visible;
}

#maincontents .title{
	padding : 0px 0px 0px 0px;
	margin-bottom: 10px;
	width: 510px;
}

#maincontents h2{
	margin : 0px 0px 16px 0px;
	padding : 5px 0px 7px 15px;
	border-width : 0px 0px 1px 5px;
	border-color : #919d25;
	border-style : solid;
	text-align : left;
	color : #666666;
	font-size : 14px;
	font-weight : bold;
}

#maincontents h3{
	margin : 10px 0px 10px 0px;
	color : #919d25;
	font-size : 13px;
	font-weight : normal;
}

#maincontents p{
	padding : 0px 0px 12px 0px;
	color : #555555;
	font-size : 12px;
	font-weight : normal;
	line-height: 150%;
}

.kakomikei{
	padding : 10px 20px 10px 20px;
	text-align : left;
	border : 1px solid #919d25;
}

#maincontents #photoL{
	margin : 5px 5px 5px 0px;
	padding : 0px;
	float : left;
	clear : left;
}

#maincontents #photor{
	margin : 5px 0px 5px 5px;
	padding : 0px;
	float : right;
	clear : right;
}

#maincontents #box{
	margin : 0px;
	padding : 5px 0px 5px 0px;
	clear:both;

}

#maincontents #more{
	margin : 0px;
	padding : 0px 0px 3px 25px;
	width:120px;
	hight:30px;
	float:right;
	text-align:left;
	font-size:12px;
	background-image:url(../image/yajirushi.gif);
	background-position:left center;
	background-repeat: no-repeat;
	clear:both;
}

#maincontents #more a{
	color:#919d25;
	text-decoration:none;
}

#maincontents #more a:hover{
	color:#99CC00;
	text-decoration:underline;
}

/* ---------------------------------------------------------------- *
	メイン２カラム
 * ---------------------------------------------------------------- */
 
#main2_column{
	padding : 0px 0px 15px 0px;
	width : 700px;
	float : left;
	position:relative;
	overflow:visible;
}

#main2_column .title{
	padding : 0px 0px 0px 0px;
	margin-bottom: 10px;
	width: 700px;
}

#main2_column h4{
	margin : 10px 0px 10px 0px;
	padding : 5px 0px 7px 0px;
	color : #919d25;
	font-size : 13px;
	text-align : left;
	font-weight : normal;
	border-width : 0px 0px 1px 0px;
	border-color : #919d25;
	border-style : solid;

}

#main2_column h2{
	margin : 0px 0px 16px 0px;
	border-width : 0px 0px 1px 5px;
	border-color : #919d25;
	border-style : solid;
	text-align : left;
	color : #666666;
	font-size : 13px;
	font-weight : normal;
}


#main2_column p{
	padding : 0px 0px 12px 0px;
	color : #555555;
	font-size : 12px;
	font-weight : normal;
	line-height: 150%;
}

#main2_column #photoL{
	margin : 5px 5px 5px 0px;
	padding : 0px;
	float : left;
	clear : left;
}

#main2_column #photor{
	margin : 5px 0px 5px 5px;
	padding : 0px;
	float : right;
	clear : right;
}

#main2_column #box{
	margin : 0px;
	padding : 5px 0px 5px 0px;
	clear:both;

}

/* ---------------------------------------------------------------- *
	表組
 * ---------------------------------------------------------------- */

#maincontents TR{

}

#maincontents TH{
	font-size:12px;
	padding: 10px 5px 10px 10px;
	text-align:center;
	color:#666666;
	font-weight:normal;
	border-bottom: 1px solid #919d25;
} 

#maincontents TD{
	font-size:11px;
	padding: 10px 5px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #919d25;
	border-left: 1px solid #919d25;

} 

#main2_column .waku{
	border: 1px solid #919d25;


}

#main2_column TH{
	font-size:12px;
	padding: 10px 5px 10px 10px;
	text-align:center;
	color:#666666;
	font-weight:normal;
	border-bottom: 1px solid #919d25;
} 

#main2_column TD{
	font-size:11px;
	padding: 10px 5px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #919d25;
	border-left: 1px solid #919d25;

} 

.full{
	width:510px;
	border-left: 1px;
	border-top: 1px;
	border-right:1px;
	border-bottom: 0px;
	border-color: #919d25;
	border-style:solid;
	margin:5px 0px 5px 0px;

}
.odd{
	background-color: #e2e5c6;

}
.even{
	background-color: #ffffff;

}

.gray{
	background-color:#cccccc;
} 

.orange{
	color:#FF9900;
} 

/* ---------------------------------------------------------------- *
	フッタ
 * ---------------------------------------------------------------- */
 
#footer{
	clear : both;
}

#footer #linknavi{
	padding: 20px 0px 10px 0px;
	text-align : center;
	color : #555555;
	text-decoration : none;	
	font-size:10px;
}
#footer #linknavi a{
	text-decoration : none;	
}
#footer #linknavi li{
	display : inline;
}

#footer #linknavi a:hover{
	color : #999999;
	text-decoration : underline;
}

#footer #copy{
	padding : 10px 0px 20px 0px;
	text-align : center;
	border-width : 2px 0px 0px 0px;
	border-color : #919d25;
	border-style : solid;
	color : #666666;
	font-size : 10px;
}

/* ---------------------------------------------------------------- *
	リンクページ
 * ---------------------------------------------------------------- */
 
.link {
	clear: both;
	border-bottom: dotted 1px #B3B3B3;
	margin-bottom: 8px;
}

.link dt {
	float: left;
	margin-left: 3px;
	font-size:12px;

}

.link dd {
	float: right;
	margin: 0 3px 8px 0;
}

/* ---------------------------------------------------------------- *
	サイトマップ
 * ---------------------------------------------------------------- */
 
#sitemap li {
	padding:0px 0px 0px 15px;
	font-size:12px;
}

#sitemap ul{
	margin-left:30px;
	}
#sitemap li a {
	text-decoration:none;
	color:#666666;
}

#sitemap li a:hover {
	text-decoration:underline;
	color: #99CC00;
}


/* ---------------------------------------------------------------- *
	中古車情報
 * ---------------------------------------------------------------- */
 
#stockMain{
	padding : 0px 0px 15px 0px;
	width : 680px;
	overflow:visible;
	clear:both;
}

#stockMain p{
	padding : 0px 0px 10px 0px;
	color : #555555;
	font-size : 12px;
	font-weight : normal;
	line-height: 150%;
	float : left;
}

#waku{
	padding : 0px 0px 10px 0px;
	width : 680px;
	overflow:visible;
	clear:both;
	margin-bottom:10px;
	text-align : left;
	border : 1px solid #919d25;
}



#waku .date{
	padding : 3px 10px 3px 0px;
	font-size : 12px;
	color : #919d25;
	float:right;
	text-decoration:blink;
	}

#waku h2{
	padding : 5px 0px 5px 10px;
	font-size : 14px;
	color : #ffffff;
	text-weight:bold;
	background-color:#919d25;
	clear:both;
	letter-spacing:2px;
}

#waku u{
	width:100px;
	margin:0px 0px 7px 0px;
	padding : 0px 5px 0px 5px;
	font-size : 12px;
	color:#FF9900;
	text-weight:bold;
	background-color:#ffffff;
	border:1px solid #FF9900;
	text-decoration:none;
}

#waku .comment{
	padding :5px 0px 10px 10px;
	color : #555555;
	width:463px;
	font-size : 12px;
	font-weight : normal;
	line-height: 150%;
	float : left;
	}

#waku #photoAria{
	padding:0px 5px 0px 0px;
	float:right;
	width:196px;
	}

#waku img{
	padding :10px 10px 0px 10px;
	border:none;

}

#stockMain .footer{
	padding : 0px 0px 15px 0px;
	width : 680px;
	clear:both;
	text-align:right;
}
#stockMain form{
	font-size : 10px;
	font-weight : normal;
	}

/* ---------------------------------------------------------------- *
	その他
 * ---------------------------------------------------------------- */
 
.green{ color:#919d25}
 
.padding_L20{padding-left:20px}

.padding_L10{padding-left:10px}

.padding_R10{padding-right:10px}

.padding_R5{padding-right:5px}

.left{
	float:left;
}

.right{
	float:right
}
	
.center{
	text-align:center;
}

.small{font-size:9px;}


h5{font-size:10px;}

/* ---------------------------------------------------------------- *
	lightbox
 * ---------------------------------------------------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../image/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../image/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
