@charset "utf-8";
/* CSS Document */
/* --- 全体の背景・テキスト --- */
body {
background-color: #ffffff; /* ページの背景色 */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
}
/* --- 全体のリンクテキスト --- */
a:link { color: #006600;}
a:visited { color: #006600;}
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#container {
	width: 96%; /* ページの幅 */
	margin: 0 auto; /* センタリング */
	background: #ffffff url(../image/sidebar_200.gif) repeat-y left; /* メインカラムの背景色 */
	border-left: 1px #c0c0c0 solid; /* 左枠線 */
	border-right: 1px #c0c0c0 solid;
	line-height: 150%;
	color: #333333;
}

/* --- ヘッダ --- */
#header {
	height: 120px;
	background: url(../image/headerback_a_02.jpg) repeat-x top;
	width: 100%;
}
.header_1{
	background: url(../image/headerback_a_01.jpg);
	float: left;
	width: 270px;
	height: 120px;
}
.header_2{
	float: left;
	width: auto;
	height: 120px;
	background: url(../image/headerback_a_02.jpg);
}
.header_3{
	background: url(../image/headerback_a_04.jpg);
	float: right;
	height: 120px;
	width: 180px;
}
.logo{}
.mailto{
	margin-top: 73px;
	margin-left:73px;
	font-size: 93%;
	}

/* --- ナビゲーション --- */
#side {
	float: left;
	width: 200px; /* サイドバーの幅 */
	height: auto;
}
#side .box1 {
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#side .box2 {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background: #FFFFFF;
}
.sideimage{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

/* --- メニュー3 開始 --- */

#nav3 {
	width: 100%; /* ナビゲーションの幅 */
	background: #666666 url(../image/hor_menu4_back.gif) repeat-x top; /* ナビゲーションの背景 */
	border-top: 1px #000080 solid; /* 上枠線 */
	border-bottom: 1px #8080ff solid;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	clear: both;
}
#nav3 .nl {
	width: 770px; /* メニューの幅 */
	margin: 0 auto; /* センターに配置 */
	padding: 0;
	background: #666666 url(../image/hor_menu4_back.gif) repeat-x top; /* メニューの背景 */
	/*border-left: 1px #000080 solid; /* メニューの左枠線 */
	/*border-right: 1px #8080ff solid;  メニューの右枠線 */
	list-style-type: none;
	text-align: center;
	height: 30px;
}
#nav3 .nl li {
	width: 14%; /* 項目の幅 */
	float: left;
	height: 30px;
}
#nav3 .nl li a {
	display: block;
	position: relative; /* リンクエリアのパディング（上下、左右） */
	border-left: 1px solid #666666; /* リンクエリアの左枠線 */
	border-right: 1px solid #333333; /* リンクエリアの右枠線 */
	text-decoration: none; /* テキストの下線（なし） */
	font-weight: bold;
	/*	padding: 5px 2px 5px;*/
	font-size: 14px;
	line-height: 30px;
}
#nav3 .nl li a:link {
color: #ffffff;
}
#nav3 .nl li a:visited {
color: #ffffff;
}
#nav3 .nl li a:hover {
	color: #FFCC33;
}
#nav3 .nl li a:active {
color: #ffff00;
}
/* --- メニュー3 終了 --- */

/* --- メインカラム --- */
#container .mainbox {
	overflow: hidden;
	width: 800px;
}
#main {
	width: 600px;
	float: left;
}
#main .topimage {
	margin-top: 10px;
	margin-left: 10px;
}
#main .img_rightside {
	margin-left: 290px;
	margin-top: 10px;
}
#main .h2coment {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
#main .mainbox {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
	margin-top: 10px;
	clear: both;
	height: auto;
	width: auto;
}
#main .mainboxcoop {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
	margin-top: 10px;
	clear: both;
	height: 380px;
	width: auto;
}
#main .mainh2 {
	background: #CCCCCC url(../image/h2_back.jpg) repeat-x;
	font-size: 120%;
	color: #000099;
	padding: 5px 5px 5px 10px;
	border-left: thick solid #990000;
}
#main .mainh3 {
	background: #CCCCCC url(../image/h2_back.jpg) repeat-x;
	padding: 5px 5px 5px 10px;
	border-left: thick solid #006600;
	font-size: 110%;
	color: #000099;
	font-weight: bold;
}
#main .mainh4 {
	font-size: 110%;
	color: #990000;
	border-left: 1em solid #999999;
	padding-left: 5px;
	border-bottom: thin dashed #999999;
	clear: both;
	font-weight: bold;
	margin: 20px 10px 10px;
}
#main .returntop {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#main .googlemap {
	margin-left: 25px;
	height: 400px;
	width: 550px;
	margin-top: 20px;
}
#main .formstyle {
	background: #F6F6F6 url(../image/mail/form_back.jpg);
	padding: 20px 50px;
	margin: 10px;
}
#main .formhaisha {
	background: #FFF7F7 url(../image/mail/form_back2.jpg);
	padding: 10px 10px 10px 20px;
	border: 1px solid #CCCCCC;
}
#main p {
	margin: 10px;
}
#main .boxtitle {
	height: auto;
	width: 190px;
	background: #CCCCCC;
	display: inline;
	margin: 10px;
	float: left;
	text-align: right;
}
#main .boxanswer {
	height: auto;
	width: auto;
	float: left;
	margin: 10px;
	clear: none;
	background: #FFFFFF;
}
.price {
	font-size: 130%;
	color: #003366;
	font-weight: bold;
	background: #EEEEFF;
	width: 60%;
	padding: 3px 3px 3px 10px;
	list-style: url(../image/part/list.gif) none inside;
	margin-right: 1em;
	margin-left: 2em;
	margin-top: 10px;
}


#main .tirecoment {
	width: 80%;
	border-top: double #999999;
	border-right: double #999999;
	border-bottom: double #999999;
	border-left: double #999999;
	color: #003300;
	font-size: 110%;
	margin: 20px;
}
#main .tire_p {
	font-size: 130%;
	margin-left: 3em;
	line-height: 2em;
}
.qabox {
	margin: 10px;
	border: 1px solid #CCCCCC;
	list-style: inside;
	padding: 5px;
}
.qaa {
	list-style-position: inside;
	list-style-image: url(../image/qaa.jpg);
}
.qaq {
	border-bottom: thin dotted #CCFFFF;
	list-style-position: inside;
	list-style-image: url(../image/qaq.jpg);
}
#main .shoruili {
	margin-left: 30px;
	list-style: square;
	color: #000033;
	font-size: 110%;
}
#main .shoruiimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #999999;
}
/* --- フッタ --- */
#footer {
	clear: left; /* フロートのクリア */
	width: 100%;
	background: #66CCFF url(../image/footer_back.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
}
/* --- フッタナビゲーション --- */
.footerNav {
	font-size: 95%;
	margin-top: 5px;
	width: auto;
}
#footer li a:link{
	color: #FFFFFF;
}
#footer .nl li a:hover{
	color: #FF6600;
}
#footer li a:active{
	color: #FF6600;
}
#footer li a:visited{
	color: #FFFFFF;
}
/* --- メニューエリア --- */
.footerNav .nl {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center; /* メニューのセンタリング */
}

/* --- メニュー項目 --- */
.footerNav .nl li {
margin: 0 4px; /* 項目のパディング（上下、左右） */
display: inline;
}
.copyright{
	color: #333333;
	text-align: center;
	margin-top: 3px;
	clear: both;
	float: none;
}
.headerh1 {
	color: #000033;
	display: inline;
}

.usedcar{
	text-align: center;
	border-width: 0px;
}

#thanks{
	font-size: 18px;
	text-align: center;
	padding-top: 100px;
	background: #ECFFEC;
	padding-bottom: 100px;
}
.aria {
	clear: both;
	width: auto;
}
.footer_aria {
	display: inline;
	width: auto;
}
.footer_aria li{
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}

