@charset "UTF-8";
/* support_area
====================================== */
* html #logo_area .site_logo {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='http://house.home-plaza.jp/icons/common/header_logo01.png')
}
* html #logo_area .area_logo {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='http://house.home-plaza.jp/icons/common/area_logo01.png')
}
#support_area02 {
	background: #FFFFFF;
	width: 950px;
	margin: 0px auto 2px;
	text-align: center;
	min-height: 3em;
	height: auto !important;
	height: 3em;
	text-align: left
}
.breadcrumbs {
	width: 950px;
}
.breadcrumbs li {
	display: inline
}
.breadcrumbs li a {
	margin-right: 5px
}
.tipped {
	color: #BBBBBB
}
/* contents
------------------------------------------ */
#contents {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden
}
#main {
	width: 950px;
	overflow: hidden;
	float: left;
	padding-bottom: 50px;
	font-size:14px;
}
#main h2{
	background:url(../images/bg_h2.gif) no-repeat;
	padding:20px 0px 10px 80px;
	font-size:180%;
	font-weight:bold;
	margin-top:30px;
}
p.pdf{
	float:right;
	padding-left:20px;
	background:url(../images/ico_pdf.gif) left center no-repeat;
}
#main .section{
	margin-bottom:30px;
	clear:both;
	overflow:hidden;
}
#main h3{
	background:url(../images/bg_h3.gif) no-repeat left center;
	font-size:120%;
	color:#0185cf;
	font-weight:bold;
	padding-left:15px;
	margin-bottom:20px;
}
#main h3 span{
	font-size:90%;
	display:block;
}
#main h3 span.normal{
	font-size:100%;
}
#main p.caution{
	color:#8b8b8b;
	font-size:90%;
}
#main .section p{
	line-height:1.7;
	margin-top:20px;
}
#main .section ul.no01{
	margin-top:50px;
	clear:both;
	overflow:hidden;
}
#main .section ul.no01 li{
	width:270px;
	float:left;
	margin-right:18px;
	padding:15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#0185cf solid 2px;
}
#main .section ul.no01 li.last{
	margin-right:0px;
}
#main .section ul.no01 li p{
	margin-top:15px;
}
#main ul.btn_t,
#main .section ul.btn{
	margin:0 auto;
	width:900px;
}
#main ul.btn_t{
	padding-top:20px;
	margin:0 auto;
	width:900px;
}
#main ul.btn_t li,
#main .section ul.btn li{
	float:left;
	margin:20px 20px;
}
#main .section .w358{
	width:358px;
	float:left;
	margin:20px 0px;
}
#main .section .w565{
	width:565px;
	float:left;
}
#main .section .w390{
	width:390px;
	float:left;
	background:url(../images/bg_txt001.jpg) no-repeat;
	min-height:367px;
}
#main .section .w390 p{
	margin-top:0;
}
#main .section .w346{
	width:346px;
	float:right;
}
#main .section .w346 p{
	margin-top:0;
}
#main .section .w685{
	width:685px;
	float:left;
}
#main .section .w685 p{
	font-size:110%;
}
#main .section .photoR{
	float:right;
}
#main .section .photoL{
	float:left;
}
#main .section .photoL p{
	margin-top:0;
}
#main .dotted{
	padding-top:35px;
	border-top: dotted 3px #999999;
}
#main .dotted p{
	margin-top:0;
}
#main .cordinater{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
	padding:15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:#0185cf solid 2px;
}
#main .cordinater .thum{
	float:left;
}
#main .cordinater .prof{
	float:right;
	width:717px;
}
#main .cordinater .prof p.txt{
	margin-top:10px;
}
#main .info_area{
	background:#eeeeee;
	padding:25px;
	font-size:80%;
	clear:both;
}
.page_top {
	text-align: right;
	background-image:url(../images/ico_toTop.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 13px;
	display: inline;
	float: right;
	margin-bottom:25px;
}
/* clearfix
====================================== */
#contents:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
