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

html {
	overflow-y:scroll;

}

*{
	margin: 0;
	padding: 0;

}

body {
	font-size:64.5%;
	text-align: center;
	color:#333;
	background-color:#fff;
}

h1,h2 {
	font-size: 2em;
	font-weight: bold;
}

p {
	font-size: 1.2em;
}

ul{
	list-style: none;	
}

a {
	color: #333;
	overflow: hidden;
}

a:hover {
	text-decoration: none;
}

li {
	font-size: 1.2em;
}

img {
	border: none;
}

table{
	font-size: 1.2em;
}

.black   {
	color: #000;
	line-height: 1.2em;
}

.dotted {
	border-bottom: 1px dotted #666;
}

.big {
	font-size: 2em;
	font-weight: bold;
}

.red {
	color: #CC3333;
}

/*ラッパー*/
#wrapper {
	width: 780px;
	margin: 0px auto;
	padding: 0px 15px 10px;
	background:url(satei/img/wrapper_bg.jpg) repeat-y;
	text-align: left;
}

/*top*/
#top {
	border-bottom:5px solid #45423d;
	height: 95px;
	width: 780px;
	background:url(satei/img/logo.jpg) no-repeat left center;
}

/*★★★★★★★★★★★★★★ロゴ*/
#logo {
	width: 250px;
	height:95px;
	float: left;
	display: block;
}

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

#bookmark {
	margin: 10px 0 0 55px;
}

#top_bana {
	height: 45px;
	float: right;
	padding-top: 10px;
}

#top_bana li {
	float: left;
}

.bana_1 {
	margin-right: 10px;
}


/*★★★★★★★★★★★★★★ヘッダー*/

#header {
	width: 780px;
	margin-bottom: 10px;
}

#bana {
	margin-bottom: -30px;
}

#bana h1 {
	color: #3300ff;
	padding-top: 40px;
	margin-left: 10px;
}

#bana p {
	display: block;
	text-indent: -9999px;
}

#banaMain {
	width: 780px;
	height:260px;
	background:url(satei/img/satei.jpg) no-repeat;
	margin-bottom: -30px;
}

#banaMain h1 {
	color: #cc6666;
	padding-top: 70px;
}



/*★★★★★★★★★★★★★★メイン*/

#main h2 {
	width:765px;
	padding:0 0 0 20px;
	background:url(satei/img/h2_bg.gif) no-repeat;
	margin: 10px 0;
	clear: both;
	color: #FFFFFF;
	height: 40px;
	line-height: 30px;
}

#main p {
	line-height: 1.8em;
	margin: 10px 0;
}

/*★★★★★★★★★★★★★★査定*/

.satei {
	width: 780px;
	height: 137px;
	background:url(satei/img/satei_bg.gif) no-repeat;
	margin-top: 10px;
}

.satei li {
	display: inline;
	float: left;
	margin-left: 10px;
}

.satei li a {
	display: block;
	width: 246px;
	height: 137px;
}

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

.table_style_1 th {
	padding: 5px;
	background-color: #283e9e;
	border-right: 1px solid #336699;
	border-top: 1px solid #336699;
	color:#FFF;
	text-align: left;
	font-weight: normal;
}

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

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


/*★★★★★★★★★★★★★★お客様の声*/

#users_voice {
	width: 780px;
	height: 180px;
}

#users_voice li {
	float: left;
	margin-right: 13px;
}

#users_voice .margin_right_none {
	margin-right: 0px;
}

/*★★★★★★★★★★★★★★フッター*/

#footer {
	clear: both;
	width: 780px;
	margin-top:10px;
	border-top:5px solid #45423d;
	padding-top: 10px;
	text-align: right;
}

#footer li {
	display:inline;
	margin-left:10px;
}

/*ベリサイン*/
#verisign {
	float: left;
}

/*footer_bana*/
#footer_bana  {
	width: 780px;
	float: right;
	margin: 10px 0;
	height: 40px;
}

#footer_bana ul {
	float: right;
}


#footer_bana li {
	display: inline;
}

/*ページトップ*/
#pagetop {
	float: right;
	margin:10px 0;
	font-size: 1.2em;
}
#bus_voice {
	float: left;
	width: 540px;
}

/*	買取強化車種（TOP）
-------------------------------------------------------------------*/
#typeArea {
	width: 210px;
	float: right;
	background-color: #CCC;
	padding: 10px;
}

#typeArea h2{
	height: 30px;
	display: block;
	font-size: 1.4em;
	width: 190px;
	margin: 0 0 10px 0;
	background-color: #283e9e;
	color: #FFFFFF;
}

#typeArea .typeCont {
	width: 200px;
	clear: both;
	height: 60px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-bottom: dotted 1px #ccc;
}

#typeArea .typeCont img{
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
}

#typeArea .typeCont h3{
font-size:1.1em;
color:#283e9e;
}

#typeArea .typeCont h4{
font-size:1em;
color:#283e9e;
}

#typeArea .typeCont p{
	font-size:1em;
	line-height:1.2;
	margin: 0;
}
.side_bana {
	margin-top: 10px;
}

/*	買取強化車種クレーン
-------------------------------------------------------------------*/
#list {
	width: 780px;
}
#main  .car-list {
	width: 185px;
	float: left;
	margin-right: 12px;
	text-align: center;
	margin-bottom: 10px;
}
#main  .car-list  h3 {
	font-size: 1.4em;
	margin: 0px 0px;
	color: #000066;
}
#main  .car-list  p {
	padding: 0;
	margin: 0;
	color: #CC0000;
	line-height: 1em;
}
