@charset "shift_jis";
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif) repeat-y center;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 10px;
	font-size:12px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: middle;
}
a:link {/* 未訪問のリンク*/
color: #006600;/*緑*/
text-decoration: none; /* 下線を消す */
}
a:visited { /* 訪問済みのリンク*/
color: #009900;/*濃い緑*/
text-decoration: none; /* 下線を消す */
}
a:hover { /* カーソルが上にある時のリンク*/
color: #66cc00;/*黄緑*/
text-decoration: none; /* 下線を消す */
}
a:active { /* クリック時のリンク*/
color: #66cc00;/*黄緑*/
}

input, select, textarea {
font-size: 12px;
}
/*フォーム部分の指定
------------------------------------------------------------------*/
.tbl{
font-size:12px;
}

/*HP本体の枠（ここは基本的に変更しないように）
------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}


/*ヘッダー（メイン画像が入っている所）
------------------------------------------------------------------*/
#header {
	background: url(images/main_img.gif) no-repeat left top;
	height: 123px;
	position: relative;
}


/*ヘッダー内のh1タグの設定、PR
------------------------------------------------------------------*/
#header h1 {
	font-size: 10px;
	color: #ffffff;
	position: absolute;
	left: 20px;
	top: 4px;
	width: 800px;
	font-weight: normal;
}
#header p {
	font-size: 11px;
	color: #666666;
	position: absolute;
	left: 450px;
	top: 50px;
	width: 350px;
	font-weight: normal;
}


/*メインメニューの設定
------------------------------------------------------------------*/
#menu{
	background: url(images/menu.gif);
}

/*コンテンツ（文章が入る２列部分の背景をここで設定）
------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg.gif) repeat-y left;
	padding-top: 10px;
}


/*メインコンテンツ（左側）
------------------------------------------------------------------*/
#main {
	float: left;
	width: 570px;
	display: inline;
	margin-right: 10px;
	margin-left: 20px;
	padding-top: 10px;
}
#main p {
	padding-right: 15px;
	padding-left: 15px;
}

h2 {
	color : #ff6600;
	font-size : 12px;
	font-weight : bold;
	height : 14px;
	width:530px;
	margin: 15px;
	border-color : #ff6600;
	border-style : solid;
	border-width : 0 0 1px 0px;
	filter:alpha(opacity=100,finishopacity=0,style=1);
}
h3 {
	color : #ff6600;
	font-size : 12px;
	font-weight : bold;
	width:530px;
	margin: 12px;
	border-color : #ff6600;
	border-style : solid;
	border-width : 0 0 1px 0px;
}

/*ランキング
------------------------------------------------------------------*/
div.rank {
	width: 560px;
	padding: 8px 0px 8px 0px;
	border-style: none;
}

div.row {
	clear: both;
	width: 450px;
	padding: 8px 0px 8px 0px;
	border-style: none;
	overflow: hidden;
	zoom: 1;
}

div.box {
	display: inline;
	width: 150px;
	border-style: none;
}
div.boxes {
	display: inline;
	text-align:left;
	vertical-align:top;
	width: 150px;
}
div.row25 {
	clear: both;
	width: 450px;
	border-style: none;
	overflow: hidden;
	zoom: 1;
}
div.rank25lr {
	display: inline;
	width: 60px;
	padding: 0px;
	border-style: none;
	text-align:right;
}
div.rank25m {
	display: inline;
	width: 160px;
	padding: 0px 4px 0px 8px;
	border-style: none;
	border-bottom:dashed 1px #999999;
	text-align:left;
}
div.height {
	height: 100px;
	border-style: none;
	background: #FFEEEE;
}
div.rankgif{
    border-right: 0;
	width: 40px;
	height: 60px;
}
div.result{
    border-left: 0;
	width: 60px;
	height: 60px;
	}

div.box {
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5〜7*/
    /zoom: 1; /*for ie5〜7*/
}



/*サブコンテンツ（右側）
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 209px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	color: #666666;
}
#sub h3 {
	border: 3px #ffffff;
	background: #009900;
	font-size: 100%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 20px;
	color: #FFFFFF;
}


/*TOPICS
------------------------------------------------------------------*/
ul#topics {
	padding: 0px 12px 20px 8px;
}
#topics li {
	border-bottom: 1px dotted #CCCCCC;
	text-indent: -1em;
	padding-left: 1em;
}

/*お知らせ
------------------------------------------------------------------*/
.new{
font-size:12px;
margin-bottom:10px;
margin-top:20px;
padding:0 0 10px 0;
width:209px;
    }
.new ul {
	margin: 0px 20px 0px 20px;
	padding: 0px;
}
.new li {
	border-bottom: 1px dotted #CCCCCC;
	text-indent: -1em;
	padding-left: 1em;
}
.new h4 {
	border: 3px #ffffff;
	background: #009900;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
	color: #FFFFFF;
	}

/*右側リンク集
------------------------------------------------------------------*/
.link_box{
font-size:10px;
margin-bottom:10px;
margin-top:20px;
padding:0 0 20px 0;
width:209px;
border:1px solid #009900;
    }
.link_box h4 {
	border: 3px #ffffff;
	background: #009900;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
	color: #FFFFFF;
	}
.link_box ul {
	margin: 0px 0px 20px 20px;
	padding: 0px;
	}
.link_box li {
	list-style:cjk-ideographic;
	padding: 0px;
	margin-top: -5px;
	}

/*フッター（コピーライト、会社概要等）
------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 835px;
	text-align: center;
	background: #999999 url(images/footer.gif) no-repeat bottom;
	height: 60px;
	padding-top: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #333333;
}



/*clearfix（※ここは変更しない）
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */




/*査定BOX
------------------------------------------------------------------*/
.satei{
background-color:#FFFFCC;
font-size:10px;
margin-bottom:20px;
margin-top:0;
padding:0 30px 0px 40px;
width:560px;
border:5px solid #ff3300;
}

/*会社概要
-------------------------------------------------------------------*/
th.co {
    width:448px;
	height:12px;
	text-align:center;
    font-size:1em;
	color:#666666;
	background-color:#f9faf9;
    padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	border: 1px solid #a0a0a0;
	}
td.co_l1 {
    width:100px;
	font-size:1em;
	text-align:center;
	background-color:#f1f1f1;
	padding-top:5px;
	padding-bottom:5px;
	border: 1px solid #a0a0a0;
	}
td.co_l2 {
    width:100px;
	font-size:1em;
	text-align:center;
	background-color:#f1f1f1;
	padding-top:5px;
	padding-bottom:5px;
	border-left:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
	}
td.co_r1 {
    width:348px;
	font-size:1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
	}
td.co_r2 {
    width:348px;
	font-size:1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	border-right:1px solid #a0a0a0;
	}

/*ご利用規約
-------------------------------------------------------------------*/	
#kiyaku {
    padding:30px;
	font-size:10px;
}

/*補足
-------------------------------------------------------------------*/	
#hosoku {
    width:560px;
    padding:20px;
	background-color:#e9f8d7;
	font-size:12px;
}

/*お問い合わせフォーム
-------------------------------------------------------------------*/	
#mailform {
    width:520px;
    padding:0px;
	margin:20px;
	font-size:14px;
	font-weight:bold;
　　}

td.title {
    width:500px;
	text-align:left;
	}	

.form_left{
    background-color:#e9f8d7;
    padding:2px;
    }

.form_right{
    background-color:#FFFFFF;
    padding:3px;
    font-weight:normal;
	text-align:left;
    }
	
/*サイトマップ
-------------------------------------------------------------------*/	
.sitemap{
padding:30px;
width:560px;
    }
.sitemap h4 {
	border: 3px #ffffff;
	background: #009900;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
	color: #FFFFFF;
	}
.sitemap ul {
	margin: 0px 0px 0px 30px;
	}
.sitemap li {
	list-style:cjk-ideographic;
	padding: 10px;

	}
	
/*査定業者各ページ
-------------------------------------------------------------------*/	
.table3 {
    font-size:12px; 
    width: 478px; /* テーブルの横幅 */ 
    border-collapse: collapse; /* 枠線の表示方法 */ 
    border: 1px #E3E3E3 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
    background-color: #FFFFFF; /* 背景色 */
    } 

.table3 TD { 
    border: 1px #E3E3E3 solid; /* セルの枠線（太さ・色・スタイル） */ 
    padding: 4px; /* セル内の余白 */ 
    } 

.satei_co{
    width:560px;
    padding:30px;
	background-color:#F7F7F7;
	}

