@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 {
	font-size: 2em;
	font-weight: bold;
}

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: #CC0000;
}


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

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

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

#logo p {
	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: #cc6666;
	padding-top: 70px;
}

#bana p {
	line-height: 3em;
}

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

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

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

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

.satei {
	width: 780px;
	height: 137px;
	background:url(img/satei_2_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 #ccc;
	border-left: 1px solid #ccc;
}

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

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

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


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

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

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

#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;
}

#footer_bana ul {
	float: right;
}


#footer_bana li {
	display: inline;
}

/*ページトップ*/
#pagetop {
	float: right;
	margin:10px 0;
	font-size: 1.2em;
}
/*サムネール*/
.thumbnail{ width:580px; text-align:left; margin:0 auto;}
.thumbnail li{ display:inline;}
.thumbnail li a img { display:inline;margin:5px 5px 0 0;
	padding:2px;
	border:#ccc 1px solid;}
	.thumbnail li a:hover img {
	padding:2px;
	border:#14a7c2 1px solid;}
	
	/*ステッカー*/
	#sticker {
	position:absolute;
	left:0;
	top:0;
}