/* INDEX */
* {
	margin: 0;
	padding: 0;
	line-height: 1.62;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
html {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
img {
	border: none;
}
a:hover img {
	opacity: 0.5;
	filter: alpha (opacity=50); /* IE */
}
body {
	background: #fff;
}
/* ------ clearfix ------- */  
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */




/* HEADER */
#bg {
	background: url(../img/h_bg.png) repeat-x;
}
#header {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}
h1 a {
	display: block;
	width: 135px;
	height: 135px;
	background: url(../img/h_title.png) no-repeat;
	text-indent: -9999px;
	float: left;
}
#menu {
	width: 825px;
	padding-top: 25px;
	float: right;
	background:url(../img/h_navi.png) no-repeat right 10%;	
}
#menu ul {
	overflow: hidden;
}
#menu li {
	float: left;
	list-style-type: none;
}
#submenu {
	margin-left: 8px;
	height: 24px;
}
#sub_top a {
	display: block;
	width: 80px;
	height: 15px;
	text-indent: -9999px;
	background: url(../img/h_top.png) no-repeat;
}
#sub_contact a {
	display: block;
	width: 88px;
	height: 15px;
	text-indent: -9999px;
	background: url(../img/h_contact.png) no-repeat;
	margin-left: 20px;
}
#sub_company a {
	display: block;
	width: 158px;
	height: 15px;
	text-indent: -9999px;
	background: url(../img/h_company.png) no-repeat;
	margin-left: 20px;
}
#sub_fudosan a {
	display: block;
	width: 127px;
	height: 15px;
	text-indent: -9999px;
	background: url(../img/h_fudosan.png) no-repeat;
	margin-left: 20px;
}

#main_intro a {
	display: block;
	width: 285px;
	height: 52px;
	text-indent: -9999px;
	background: url(../img/h_intro.png) no-repeat;
}
#main_security a {
	display: block;
	width: 180px;
	height: 52px;
	text-indent: -9999px;
	background: url(../img/h_security.png) no-repeat;
}
#main_info a {
	display: block;
	width: 180px;
	height: 52px;
	text-indent: -9999px;
	background: url(../img/h_info.png) no-repeat;
}
#main_outline a {
	display: block;
	width: 180px;
	height: 52px;
	text-indent: -9999px;
	background: url(../img/h_outline.png) no-repeat;
}
#menu a:hover {
	border-bottom: solid #630 1px;
}
#footer div {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}
#ft_name a {
	display: block;
	width: 276px;
	height: 76px;
	background: url(../img/ft_co.jpg) no-repeat center left;
	text-indent: -9999px;
	float: left;
	margin-right: 5px;
}
#ft_contact a {
	display: block;
	width: 250px;
	height: 76px;
	background: url(../img/ft_contact.jpg) no-repeat center left;
	text-indent: -9999px;
	float: left;
	margin: 0 3px;
}
#ft_tel {
	display: block;
	width: 250px;
	height: 76px;
	background: url(../img/ft_tel.jpg) no-repeat center left;
	text-indent: -9999px;
	float: left;
	margin: 0 3px;
}
#ft_bukken a {
	display: block;
	width: 150px;
	height: 76px;
	background: url(../img/ft_bukken.jpg) no-repeat center left;
	text-indent: -9999px;
	float: left;
	margin-left: 5px;
}
#footer a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
/* Scrooll to Top */
#back-top {
	position: fixed;
	padding: 0;
	bottom: 8px;
	right: 8px;
}
#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 26px;
	display: block;
	margin-bottom: 7px;
	background: #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	font-size: 24px;
	padding-top: 14px;
	line-height: 0.5;
}
#back-top a:hover span {
	background-color: #6d4332;
}
