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

html {
    overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background:url(img/body-bg.jpg) repeat-x;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック","Osaka";
	font-size: 62.5%;
	color: #333333;
}

h1 {
	font-size: 2.5em;
}

h2, h3,h4,h5,h6,dt {
	font-size: 1.6em;
	font-weight: bold;
}


p,table,dd,li {
	font-size: 1.2em;
	line-break: normal;
	line-height:1.8em;
}

img {
	border-style: none;
}

ul {
	list-style-type: none;
}


a {
	color:#0066FF;
	overflow: hidden;
}

a:hover {
	text-decoration:none;
}

.point-1 {
	padding-left: 10px;
	background:url(img/point-1.gif) no-repeat 0 3px;
}

.point-2 {
	padding-left: 10px;
	background:url(img/point-2.gif) no-repeat 0 3px;
}

.out {
	display: none;
}

.dotted {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

.big {
	font-size: 1.4em;
}

.red {
	color: #FF0000;
}

/*ラッパー*/
#wrapper {
	width: 800px;
	margin: 0 auto 10px;
	text-align: left;
	position: relative;
}
/*ヘッダー*/
#header {
	width: 800px;
	height:360px;
	background:url(img/header-bg.jpg) no-repeat;
}

/*ロゴ*/
#logo {
	width: 170px;
	padding-top: 40px;
	float: left;
	height: 55px;
}

#logo a  {
	width: 170px;
	height: 55px;
	display: block;
	text-indent: -9999px;
}

#header_navi {
	float: right;
	padding-top: 65px;
	width: 630px;
	text-align: right;
	height: 30px;
}

#header_navi li {
	display: inline;
	width: 100px;
	height: 20px;
	margin-right: 10px;
}

#header_navi a {
	color: #666666;
	text-decoration: none;
}

#header_navi a:hover {
	color: #CC3333;
}

#contents {
	width: 780px;
	background:url(img/contents-bg.jpg) repeat-y;
	padding: 10px 10px 0;
}


 /*メイン*/
#main {
	width: 550px;
	float: left;
	margin-bottom: 10px;
}

#main .h1-bg {
	width: 520px;
	height: 70px;
	background:url(img/h1-bg.gif) no-repeat;
	padding: 30px 0 0 30px;
	margin-bottom: 10px;
}

#main .h-bg {
	height: 40px;
	background:url(img/h-bg.gif) no-repeat;
	padding-left: 10px;
	line-height: 2em;
	width: 550px;
	clear: both;
	margin: 10px 0;
}

#main .h-bg-2 {
	height: 30px;
	background:url(img/h-bg-2.gif) no-repeat;
	padding-left: 20px;
	line-height: 2em;
	margin: 10px 0;
	border: 1px solid #ccc;
	clear: both;
}

#main li,dd,dt {
	margin-bottom: 10px;
}

#main .main-box-a {
	border: 1px solid #ccc;
	padding: 10px;
	border-top: 0;
	margin-bottom: 10px;
	margin-top: -10px;
}

#main .main-half {
	width: 245px;
	float: left;
	margin-right: 10px;
	padding: 10px;
}

#main p {
	margin: 10px;
}

#main-cartype li  {
	display: inline;

	margin-right: 10px;
}

#main-cartype li a  {
	color: #666666;
	text-decoration: none;
}

#main-cartype li a:hover  {
	color: #CC3333;
}

/*ぱんくず*/
#pankuzu {
	margin-bottom: 10px;
}

#pankuzu a {
	text-decoration: none;
}

#pankuzu .now {
	color: #333333;
}

#pankuzu li {
	display: inline;
	margin-left: 5px;
}

/*フォーム*/
#form {
	width: 550px;
	margin-bottom: 10px;
	text-align: center;
}

#form h2 {
	width: 550px;
	height: 81px;
	background:url(img/form-top.gif) no-repeat;
	display: block;
	text-indent: -9999px;
}

#tel {
	width: 550px;
	height: 200px;
	margin-bottom: 10px;
	background:url(img/top-tel.jpg) no-repeat;
}

#tel h2 {
	display: none;
}

#tel   a  {
	display: block;
	text-indent: -9999px;
	width: 550px;
	height: 200px;
}

 /*サイド*/
#side {
	width: 220px;
	float:right;
}

#side .box-menu {
	margin-bottom: 10px;
}

#side .box-menu li {
	height: 40px;
	line-height: 4em;
	width:220px;
}

#side .box-menu li a {
	width: 220px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
/*サイドメニュー*/
/*クルマ王国って？*/
.navi-introduction a {
	background:url(img/navi-introduction.gif) no-repeat 0 0;
}
.navi-introduction a:hover {
	background:url(img/navi-introduction.gif) no-repeat 0 -40px;
}

/*買取の流れ*/
.navi-step a {
	background:url(img/navi-step.gif) no-repeat 0 0;
}
.navi-step a:hover {
	background:url(img/navi-step.gif) no-repeat 0 -40px;
}

/*選べる3つの査定方法*/
.navi-service a {
	background:url(img/navi-service.gif) no-repeat 0 0;
}
.navi-service a:hover {
	background:url(img/navi-service.gif) no-repeat 0 -40px;
}

/*よくある質問*/
.navi-qa a {
	background:url(img/navi-qa.gif) no-repeat 0 0;
}
.navi-qa a:hover {
	background:url(img/navi-qa.gif) no-repeat 0 -40px;
}

/*必要書類*/
.navi-necessity a {
	background:url(img/navi-necessity.gif) no-repeat 0 0;
}
.navi-necessity a:hover {
	background:url(img/navi-necessity.gif) no-repeat 0 -40px;
}

/*高く売るポイント*/
.navi-highprice a {
	background:url(img/navi-highprice.gif) no-repeat 0 0;
}
.navi-highprice a:hover {
	background:url(img/navi-highprice.gif) no-repeat 0 -40px;
}

/*高価買取が可能な理由*/
.navi-reasonable a {
	background:url(img/navi-reasonable.gif) no-repeat 0 0;
}
.navi-reasonable a:hover {
	background:url(img/navi-reasonable.gif) no-repeat 0 -40px;
}

/*foryou保証システム*/
.navi-foryou a {
	background:url(img/navi-foryou.gif) no-repeat 0 0;
}
.navi-foryou a:hover {
	background:url(img/navi-foryou.gif) no-repeat 0 -40px;
}

/*どんなハイエースでも大丈夫？*/
.navi-scrap a {
	background:url(img/navi-scrap.gif) no-repeat 0 0;
}
.navi-scrap a:hover {
	background:url(img/navi-scrap.gif) no-repeat 0 -40px;
}


/*サイドバナー*/
#side  .box-bana  li {
	margin-bottom: 5px;
}

 /*都道府県*/
 
#provArea {
	border: 1px solid #ccc;
	border-top: 0;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 548px;
}

#prov li  {
	padding-left: 5px;
	margin-bottom: 3px;
}

#prov h4   {
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	font-size: 1em;
}

#prov li  ul  {
	margin-left:90px;
	margin-top: -1.6em;
}

#prov li  li  {
	display:inline;
	font-size: 0.9em;
}

#prov a {
	color: #666666;
	text-decoration: none;
}

#prov a:hover {
	color: #CC3333;
}

.pagetop {
	margin: 10px 0;
	clear: both;
	width: 780px;
	height: 20px;
}

.pagetop a {
	width: 780px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	background:url(img/pagetop.gif) no-repeat;
}

.pagetop a:hover {
	background:url(img/pagetop-hover.gif) no-repeat;
}

/*フッター*/
#footer {
	width: 780px;
	text-align: center;
	clear: both;
	padding-bottom: 10px;
}
#footer li {
	display: inline;
	margin-right: 10px;
}

#footer li a {
	color:#666;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration:none;
	color: #CC3333;
}

/*★★★★★★★★★★★★★★テーブルスタイル1*/
.table_style_1 {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
}

.table_style_1 th {
	padding: 3px;
	background-color: #FFFFCC;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color:#333333;
	text-align: left;
	font-weight: normal;
}

.table_style_1 td {
	padding: 3px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: left;
}

.table_style_1 .center {
	text-align: center;
}

/*★★★★★★★★★★★★★★2ページ目以降はここから*/


/*会社概要*/
#company dl {
	width:550px;
	border-bottom: #ccc 1px dotted;
	margin: 5px 0 0;
}
#company dt {
	width:130px;
	float:left;
	color:#333;
	padding-left: 15px;
}
#company dd {
	margin-left: 150px;
	margin-bottom: 10px;
}

/*Q&A*/
#qa li {
	padding-left: 20px;
	background:url(img/q.gif) no-repeat 0 0;
}

#qa dt  {
	border-bottom: 2px dotted #ccc;
	padding: 0 0 5px 20px;
	background:url(img/q.gif) no-repeat 0 0;
}

#qa dd {
	background:url(img/a.gif) no-repeat 0 0;
	border-bottom: 2px dotted #ccc;
	padding: 0 0 5px 20px;
}

/*必要書類*/

#productList {
	width: 550px;
}

#productList li {
	float: left;
	width: 260px;
	margin: 10px 10px 0 0;
	text-align: center;
	border: 1px solid #ccc;
	height: 230px;
}

#productList h3 {
	color: #fff;
	padding: 3px 0;
	border-left: 0;
	background: #999;
}

#productList dt {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height: 65px;
}

#productList dd {
	text-align: left;
}



/*ハイエースタイプ*/
#car-type {
	width: 550px;
}

#car-type dd img {
	float: left;
	margin: 0 10px 5px 0;
}

#car-type dd {
	margin-bottom: 10px;
}

.car-spec {
	width: 540px;
	padding-left: 10px;
	clear: both;
	margin: 10px 0;
	height: 150px;
}

.car-spec img {
	float: left;
	margin-right: 10px;
}

.car-spec table {
	float: left;
	width: 330px;
	height: 150px;
}


/*☆☆☆☆☆☆☆☆☆☆clearfix☆☆☆☆☆☆☆☆☆☆*/

/*Firefox/Safari/Opera*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/*IE7・IE6・Mac版IE5には、after擬似要素が未対応*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/*IE7とMac版IE5*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/*☆☆☆☆☆☆☆☆☆☆clearfix☆☆☆☆☆☆☆☆☆☆*/


/*査定ボタン*/
#main .assessment {
	width: 550px;
	text-align: center;
	margin: 10px 0;
	clear: both;
}
