@charset "utf-8";
/* CSS Document */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link {
	color: #2d73bb;
}
a:visited {
	color: #2867A6;
}
a:hover {
	color: #F90;
}
a:active {
	color: #F30;
	text-align: center;
}

#head {
	background-image: url(../common/headderBG.gif);
	background-position: 0px 0px;
	height: 87px;
	width: 796px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 77%;
	font-weight: normal;
	color: #666;
	margin-left: 19px;
	display: block;
	padding: 0px;
	margin-top: 0px;
}
#logo {
	display: block;
	float: left;
	margin-left: 19px;
	padding: 0px;
	margin-bottom: 0px;
}
#head #toiawase {
	display: block;
	float: right;
	margin-right: 20px;
	margin-bottom: 0px;
}

/*各ヘッダー*/
#head_house {
	background-image: url(../house/common/headderBg.jpg);
	background-position: 0px 0px;
	height: 110px;
	width: 796px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#head_doboku {
	background-image: url(../doboku_kenchiku/common/headderBg.jpg);
	background-position: 0px 0px;
	height: 110px;
	width: 796px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#head_fudosan {
	background-image: url(../fudosan/common/headderBg.jpg);
	background-position: 0px 0px;
	height: 110px;
	width: 796px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#head_shisan {
	background-image: url(../shisan/common/headderBg.jpg);
	background-position: 0px 0px;
	height: 110px;
	width: 796px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#head_company {
	background-image: url(../company/common/headderBg.jpg);
	background-position: 0px 0px;
	height: 110px;
	width: 796px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}





/*各ヘッダここまでー*/

#middle {
	clear: both;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../common/BG.gif);
}
#middle #imageArea {
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	width: 760px;
	margin-bottom: 30px;
}
#middle #Leftmenu {
	float: left;
	width: 195px;
}
#middle #Leftmenu #firstUL  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
}
#middle #Leftmenu ul li {
	list-style-type: none;
}
#middle #Leftmenu ul li  ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 93%;
}
#middle #Leftmenu ul li ul li {
	background-image: url(../common/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	margin-left: 0px;
	padding-left: 12px;
	margin-bottom: 8px;
}
#middle #Leftmenu ul li #houseUl li {
	background-image: url(../common/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	margin-left: 0px;
	padding-left: 12px;
	margin-bottom: 8px;
}

#footer {
	clear: both;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../common/footerBG.gif);
	background-position: bottom;
	padding-top: 15px;
}
#footer ul {
	font-size: 77%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer .pagetop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	text-align: right;
	font-weight: bolder;
}

#footer ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}
#footer #footerText {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 77%;
	color: #333;
}
#footer #footerText strong {
	font-size: 130%;
}
#footer #copyright {
	text-align: center;
	font-size: 77%;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 10px;
	color: #666;
}

/* CSS Document */



#middle #main {
	float: left;
	width: 585px;
}
#middle #main h2 {
	font-size: 93%;
	color: #FFF;
	background-image: url(../common/titleBg.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 20px;
	line-height: 26px;
	margin: 0px;
}
#middle #main #pankuzu {
	font-size: 77%;
}
#middle #main h3 {
	font-size: 108%;
	line-height: 38px;
	color: #333;
	background-image: url(../common/titleBg02.gif);
	background-repeat: no-repeat;
	padding-left: 34px;
}
