@charset "UTF-8";

/* -------------------------------
スタイルの初期化 */

body, div, pre, p, blockquote,
form, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed, object{
	margin:0;
	padding:0;
}
body{
	color:#211;
	background:#fff;
	font-size:75%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
	cursor:default;
}
a, object, embed, area{
	outline:0;
}
a{
	outline:none;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}
a img{
	border:0;
}
ul, ol{
	list-style-type:none;
}
sup{
	position:relative;
	vertical-align:baseline;
	top:-0.9em;
	font-size:0.7em;
}
hr{
	display:none;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}
th, caption{
	text-align:left;
	font-weight:normal;
}
em, address{
	font-style:normal;
}

/* -------------------------------
ヘッダー */

#header{
	position:relative;
	margin:0 auto;
	width:899px;
	color:#0074be;
	text-align:left;
}
#header .intro{
	margin:16px 0 0;
	padding:0 0 6px;
	float:left;
}
#header .intro a{
	margin-top:10px;
	width:227px;
	height:57px;
	display:block;
}
#header ul{
	position:absolute;
	top:14px;
	left:649px;
	width:249px;
}
#header ul li.site{
	width:125px;
	height:32px;
	background:url(../img/common/to_site_bg.png) no-repeat;
	float:left;
}
#header ul li.site img{
	margin:6px 0 0 6px;
}
#header ul li.contact{
	width:124px;
	height:32px;
	background:url(../img/common/to_contact_bg.png) no-repeat;
	float:left;
}
#header ul li.contact img{
	margin:6px 0 0 2px;
}

/* -------------------------------
グローバルメニュー */

#menu{
	margin:0 auto;
	width:899px;
	height:32px;
	text-align:left;
	clear:both;
}
#menu dl dt img,
#menu p img{
	vertical-align:top;
	display:block;
}
#menu .dropdown{
	float:left;
	z-index:3;
}
#menu .dropdown dt{
	width:151px;
	height:32px;
	cursor:pointer;
}
#menu .dropdown dd{
	margin-top:-1px;
	position:absolute;
	overflow:hidden;
	width:150px;
	display:none;
	z-index:3;
	opacity:0;
}
#menu .dropdown ul{
	width:149px;
	background-color:#fff;
}
#menu .dropdown li{
	display:inline;
}
#menu .dropdown li a{
	display:block;
	width:138px;
	padding:6px 2px 6px 8px;
	color:#0074be;
	border-bottom:1px dotted #0074be;
	border-left:1px solid #0074be;
	border-right:1px solid #0074be;
	text-decoration:none;
	line-height:1.41;
}
#menu .dropdown li a:hover{
	color:#fff;
	background:#0074be;
}
* html #menu .dropdown li a{
	border-bottom:1px solid #0074be;
} 
#menu .dropdown li.last a{
	border-bottom:1px solid #0074be;
}
#menu p.blog{
	margin-right:-3px;
}

/* -------------------------------
メインコンテンツ */

#main{
	margin:0 auto;
	width:899px;
	text-align:left;
}
#main h1{
	margin:1px auto 9px auto;
	width:899px;
	height:105px;
	color:#0074be;
}
#main h1 span{
	line-height:105px;
	display:block;
}
#main #contents{
	margin-top:7px;
	width:635px;
	color:#321;
	background:url(../img/index/guest_bg.png);
	float:left;
}
#main #contents dt,
#main #contents dd{
	background:url(../img/common/dd_bg.png);
}
#main #contents dt.intro{
	height:104px;
	line-height:0;
	background:url(../img/common/dt_bg.png) no-repeat;
	overflow:hidden;
}
#main #contents dd.outro{
	background:url(../img/common/dd_bottom.png) 0% 100%;
}
/* -------------------------------
リンクバナー */

#links{
	width:249px;
	float:right;
}
#links li{
	margin-top:2px;
}
#links li a{
	vertical-align:top;
	display:inline-block;
}
#links li a:hover{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	display:inline-block;
}
#links li img{
	vertical-align:top;
}

/* -------------------------------
無料査定受付中 */

#links li.free{
	width:249px;
	height:124px;
	background:url(../img/common/free_bg2.png) no-repeat;
}
#links li.free h2,
#links li.free p{
	padding-left:16px;
}
#links li.free ul{
	padding-left:13px;
}
#links li.free h2{
	padding-top:23px;
}
#links li.free ul.free{
	width:223px;
	padding-top:3px;
}
#links li.free ul.free li{
	display:inline;
}
#links li.free span{
	padding:4px 0 0 13px;
	display:block;
}

/* -------------------------------
フッター */

#footer{
	margin:0 auto;
	width:899px;
	text-align:left;
	clear:both;
}
#footer p.totop{
	padding:10px 0 0 0;
	border-bottom:3px solid #dddfe2;
	text-align:right;
}
#footer p.totop img{
	padding:10px 0;
}
#footer ul.navi{
	margin:10px 0 0 0;
	width:360px;
	float:left;
}
#footer ul.navi li{
	padding:0 31px 0 0;
	background:url(../img/common/border.png) no-repeat 100% 50%;
	display:inline;
}
#footer ul.navi li.contact{
	padding-right:0;
	background:none;
}
#footer ul.navi li a,
#footer p.totop a{
	vertical-align:top;
	display:inline-block;
}
#footer ul.navi li a:hover,
#footer p.totop a:hover{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	display:inline-block;
}
#footer ul.navi li img{
	vertical-align:top;
}
#footer ul.corporate{
	width:539px;
	float:right;
}
#footer ul.corporate li.place{
	width:362px;
	height:63px;
	text-align:right;
	float:left;
}
#footer ul.corporate li.place address{
	margin:16px 10px 0 0;
	line-height:1.61;
}
#footer ul.corporate li.logo{
	width:177px;
	height:63px;
	float:right;
}
#footer ul.corporate li.copy{
	width:539px;
	height:30px;
	text-align:right;
	clear:both;
}
