@charset "utf-8";

/* *****************************************
/*+  リセット・基本セッティング  +**********
/***************************************** */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #000;
	background:#FFF;
}
body,
input,
select,
textarea {
	font: 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
html {
	overflow-y: scroll;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
	line-height:1.0;
}
ul, ol {
	list-style-type: none;/**/
}
em,
strong,
address {
	font-weight: 400;
	font-style: normal;
}
a {
	outline: none;
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
	background:	#E6F0FA;
}

/* CLEARFIX
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix { 
	display: inline-block;/*IE7・Mac版IE向け */
}
.clearfix { 
	display: block;/*Opera、Safari向け */
}
.clear {
	clear:both;
}


/* *****************************************
/*+  共通  +********************************
/***************************************** */

.block {
	width:969px;
	margin:0 auto;
}


/* #haed
----------------------------------------------------------*/
h1 {
	color:#666;
	font-size:77%;
}
#head {
	padding:0 0 11px;
}
.unit:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.unit {
	display: inline-block;/*IE7・Mac版IE向け */
}
.unit { 
	display: block;/*Opera、Safari向け */
}


/*ロゴ*/
#head #logo{
	width:303px;
	padding:23px 42px 0 3px;
	float:left;
}

/*hナビ*/
#head ul#hNavi{
	padding:23px 0 0 0;
	margin-top:13px;
	float:left;
	width:178px;
}
#head ul#hNavi li{
	float:left;
	margin-right:32px;
}
#head ul#hNavi li.end{
	float:left;
	margin-right:0px;
}



/*contact*/
#head #contact{
	float:right;
	width:209px;
	padding:0 0 7px 0;
	background:url(../images/common/hnavi_contact_bg.gif) no-repeat 0 0;
}
#head #contact li.contact{	
	margin:0 auto;
	width:186px;
	padding:4px 0 0;
}



/* #gNavi
----------------------------------------------------------*/
#gNavi{
	background:url(../images/common/body_bg.gif) repeat-x 0 0;
}

/**/
#gNavi ul{
	width:969px;
	margin:0 auto;
	padding:0 0 0 0;
	background:url(../images/common/gnavi_bg.gif) no-repeat 0 0;
}
#gNavi ul li{
	float:left;
}
#gNavi ul li.inspection{
	width:150px;
}
#gNavi ul li.repair{
	width:181px;
}
#gNavi ul li.used{
	width:188px;
}
#gNavi ul li.new {
	width:180px
}


/**/
#gNavi ul li.shop{
	margin:10px 0 0 20px;
	width:120px;
	display:inline;
}
#gNavi ul li.blog{
	margin-top:10px;
	width:121px;
}






/* #pageTop
----------------------------------------------------------*/
#pageTop p {
	text-align:right;
}






/* #contents
----------------------------------------------------------*/
#contents .block {
	padding:17px 0 67px;
}



/* #footer
----------------------------------------------------------*/
#footer {
	background:url(../images/common/footer_bg.gif) repeat-x 0 0;
	padding:22px 0 125px;
	color:#FFFFFF;
}

#footer a,
#footer a:hover{
	color:#FFFFFF;
	background:none;
}

#footer address{
	text-align:center;
}









































