@charset "UTF-8";

/* ---IE7対応clearfix--- */

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

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix + *{
	clear: both;
}

* {
	margin: 0px;
	padding: 0px;
}

html{
	height:100%;
}

* html div#main-wrap{
	height:100%;
}

img {
	border: none;
	margin: 0;
	vertical-align:bottom;
}

.imgR{
	float: right;
	margin: 0 5px 0 0;
}

/* 共通設定 */

body {
	line-height: 1.6;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	height:100%;
	color: #333333;
}

#all{
	position: relative;
	height: 100%;
	min-height:100%; 
}

#main-wrap {
	width: 100%;
	hight: 100%;
	margin:0px auto;
	position:relative;
	min-height: 100%;
	text-align: center;
	border-top: #51BEB1 solid 3px;
}

#wrap{
	width:1000px;
	margin: 0 auto;
	padding-bottom: 130px;
	text-align: left;
}


#main-left {
	width: 250px;
	margin: 25px 0 25px 0;
	float: left;
	font-size:14px;
}

#main-right {
	width:700px;
	margin: 25px 0 25px 0;
	float: right;
	text-align:left;
	font-size:15px;
}

.gotop{
	width: 690px;
	height: 20px;
	text-align: right;
	border-bottom:dotted 1px #999;
	margin: 20px 0;
	clear: both;
}

#main-left p {
	letter-spacing: 0.1em
}

#main-right p{
	line-height: 2.0;
	margin: 0 0 20px 0;
}

#info-box{
	width:700px;
	height: 160px;
	margin: 0 0 25px 0;
	clear: both;
}

p.text-in{
	padding: 0 1em;
}

.title{
	margin: 25px 0;
	clear: both;
}

p.privacy{
	font-size: 14px;
}

/* 共通設定 END */


/* ヘッダ */

#head {
	width: 1000px;
	height: 105px;
	text-align: center;
	margin: 0px auto;
}

#head-top {
	width: 1000px;
	height: 105px;
	text-align: center;
	margin: 0px auto;
	background: url(../sozai/top_head.jpg) no-repeat center top;
}

.logo {
	width: 250px;
	height: 50px;
	float: left;
	margin-top: 25px;
}

.tel {
	width: 235px;
	height: 75px;
	float: right;
	margin-top: 15px;
}


/* right box */

#main-right .bnr li {
	margin-top: 20px;
}

/* right box END */


/* メインメニュー */

#main-menu {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	background-color: #51BEB1;
}

#main-menu ul.menu {
	width: 1000px;
	height: 60px;
	margin: 0px auto;
	_margin: 0px;
  	text-align: center;
	background-color: #51BEB1;
}

#main-menu ul.menu li {
	float: left;
	margin-top: 10px;
}

#main-menu ul.menu li a {
	width: 160px;
	height: 40px;
	display: block;
}

#main-menu ul.menu li.mm a {
	width: 160px;
	height: 40px;
	margin-left: 8px;
	display: block;
}

/* メインメニュー END */

/* レフトメニュー */

#leftmenu{
	width: 250px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#leftmenu dl{
	font-size:14px;
}

#leftmenu dt{
	background: url(../sozai/left_menu_title.gif) no-repeat center top;
	height: 50px;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0;
	letter-spacing: 0.3em;
	color: #fff;
}

#leftmenu dd.fast{
	width: 215px;
	padding: 3px  0 15px 35px;
	margin: 0;
	font-size:14px;
	border-bottom:1px solid #51BEB1;
	background: #ffffff url(../sozai/left_menu_icon.gif) no-repeat 10px 6px;
	zoom:1
}

#leftmenu dd{
	width: 215px;
	padding: 15px  0 15px 35px;
	margin: 0;
	font-size:14px;
	border-bottom:1px solid #51BEB1;
	background: #ffffff url(../sozai/left_menu_icon.gif) no-repeat 10px 18px;
	zoom:1
}

#leftmenu dl dd a{
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#leftmenu a:hover{
	color: #1e6fc8;
}

#main-left .bnr li {
	margin-bottom: 15px;
    list-style-type: none;
}


/* レフトメニュー END */


/* フッター */

#foot-area{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	border-top: #51BEB1 solid 3px;
	clear: both;
}

#foot-box{
	width: 1000px;
    height: 80px;
	margin: 10px auto;
	background-color: #fff;
}

.footer-menu {
  float: left;
  text-align:left;
  width: 500px;
  height: 60px;
  line-height: 1.6;
  font-size: 12px;
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
}

.footer-menu ul.li {
  display: inline;
}

.footer-menu ul.li {
  display: inline;
}

.footer-menu li {
  display: inline;
}

.footer-menu li a {
  padding-left: 20px;
  padding-right: 15px;
  color: #333333;
  text-align: left;
  background: url(../sozai/foot_icon.gif) no-repeat 0 0px;
}

.footer-menu li.noA a {
  padding-left: 20px;
  padding-right: 15px;
  background: url(../sozai/foot_icon.gif) no-repeat 0 0px;
}

.footer-menu li.noB a {
  padding-left: 20px;
  padding-right: 15px;
  border-right: none;
  background: url(../sozai/foot_icon.gif) no-repeat 0 0px;
}

.footer-menu ul li a:hover {
  color: #003300;
}

.foot-right{
  width: 500px;
  text-align: right;
  float: right;
}

.foot-right p {
  text-align: right;
  float: right;
}


#copyright {
  width: 100%;
  height: 20px;
  background-color: #51BEB1;
  padding-top:6px;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  clear: both;
}
/* フッター END */

/* 詳細設定 */

h1{
	margin-bottom: 20px;
}

h2{
	height: 40px;
	font-size: 22px;
	letter-spacing: 0.1em;
	padding: 5px 0 0 20px;
	margin: 0 0 25px;
	border-bottom: #51BEB1 solid 1px;
	border-left: #51BEB1 solid 7px;
}

h3{
	padding: 0px 0 0 45px;
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: bold;
	background:transparent url(../sozai/title_icon.gif) no-repeat 0px 0px;
    clear: both;
}

h3.stock{
	padding: 0px 0 0 45px;
	margin: 0 0 -5px;
	letter-spacing: 0.1em;
	font-weight: bold;
	background:transparent url(../sozai/title_icon.gif) no-repeat 0px 0px;
    clear: both;
}

h4{
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 ;
	padding-top: 20px;
	border-top: #666 1px dashed;
}

ul,ol,li{
	list-style: none;
	margin: 0;
	padding: 0;
}

a:hover img{
    opacity:0.8;
    filter: alpha(opacity=80);
}

a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #00f;
	text-decoration: none;
}

.center{
	text-align: center;
}

.mar_t5{
	margin-top: 5px;
	overflow: hidden;
	_zoom: 1;
}

.mar_30{
	margin: 30px 0;
}

.mar_20{
	margin: 20px 0;
}

.mar_10{
	margin: 10px 0;
}

.mar_20-10{
	margin-top: 20px;
	margin-bottom: 10px;
}

.mar_10-20{
	margin-top: 10px;
	margin-bottom: 20px;
}

.mar_t10{
	margin-top: 10px;
}

.mar_t15{
	margin-top: 15px;
}

.mar_t20{
	margin-top: 20px;
}

.mar_t30{
	margin-top: 30px;
}

.mar_b20{
	overflow: hidden;
	_zoom: 1;
}

.mar_b10{
	margin-bottom: 10px;
	overflow: hidden;
	_zoom: 1;
}

.mar_b5{
	margin-bottom: 5px;
}

.mar_b2{
	margin-bottom: 2px;
}

.bule{
	color: #3350cc;
	font-weight: bold;
}

.bold{
	font-weight: bold;
	font-size: 14px;
}

.b_bule{
	font-size: 14px;
	font-weight: bold;
	color: #3350cc;
	font-weight: bold;
}

.size_14{
	font-size: 14px;
}

hr { 
    border: 0 none; 
    height: 4px; 
    color: #696969;
    background-color: #51BEB1;
	margin:0 0 20px;
}

/* 詳細設定 END */

/* 2つ並び */

.box-R{
	width: 400px;
	float: right;
	margin: 10px 0 0 0;
}

.box-L{
	width: 280px;
	float: left;
	margin: 10px 0;
}

/* カーセンサー2つ並び END */

/* 2つ並び */

.carsen-R{
	width: 250px;
    height: 60px; 
	float: right;
}

.carsen-L{
	width: 450px;
    height: 60px; 
	float: left;
	padding-top: 40px;
	text-align: center;
}

/* カーセンサー2つ並び END */

/* 車検サービステーブル */

table.ex{
	width: 700px;
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	empty-cells:show;
	color: #000000;
	margin: 15px auto 25px;
	line-height: 1.2;
    clear: both;
}

.ex th{
	width: 350px;
	height: 50px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	line-height: 1.6;
	background-color: #fff;
	padding: 3px 3px 3px 10px;
  	text-align: center;
	background-color: #CCFFCC;
}

.ex td{
	width: 350px;
	height: 50px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	line-height: 1.6;
	background-color: #fff;
	padding: 3px 3px 3px 10px;
  	text-align: center;
}

/* 車検サービステーブル END */

/* 会社概要テーブル */

table.com{
	width: 700px;
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	empty-cells:show;
	color: #000000;
	margin: 15px auto 25px;
	line-height: 1.2;
    clear: both;
}

.com th{
	width: 200px;
	height: 50px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	line-height: 1.6;
	background-color: #fff;
	padding: 3px 3px 3px 10px;
  	text-align: center;
	background-color: #CCFFCC;
	font-weight:normal;
}

.com td{
	width: 500px;
	height: 50px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	line-height: 1.6;
	background-color: #fff;
	padding: 3px 3px 3px 10px;
}

/* 会社概要テーブル END */


/* メールフォーム */

#contents {
	width:700px;
	margin:0 auto;
	font-size:14px;
	line-height: 2.2;
}

#contents table {
	border-collapse:collapse;
	width:700px;
	margin-bottom: 20px;
}

#contents td {
	border-bottom:1px dotted #ccc;
	padding: 10px 10px;
	font-size:14px;
}

#contents td.l_Cel {
	width:200px;
}

.center {
	text-align: center;
	padding: 10px 0px;
}

.rd {
	color:#ff0000;
	font-weight: bold;
}

/* メールフォーム END */

/* エラーページ */

p.error_01 {
	padding: 0px 0px;
	font-size:20px;
	color:#666;
	text-align:center;
}

p.error_02 {
	padding: 0px 0px;
	font-size:14px;
	color:#666;
	text-align:center;
}

/* エラーページ END */

.left{
	width: 337px;
	height: auto;
	float: left;
	text-align:left;
	font-size:13px;
}

.right{
	width: 337px;
	height: auto;
	float: right;
	text-align:left;
	font-size:13px;
}

#inspec{
	width: 700px;
	height: 150px;
	margin-bottom: 20px;
}
