@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------------------/
　　topとハウスオーナーページのみ
/-----------------------------------------------------------*/
* {
	padding : 0px;
	margin : 0px;
}

body {
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color : #4D2D0F;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	background: url(../img/bg.jpg) repeat-y center 575px;
}
table, div ,h1, h2, h3, h4, h5, h6, p, span, th {
	border: 0;
	font-weight: normal;
	text-align: left;
}

img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border: 0px;
}
/*-----------------------------------------------------------/
　　リンク
/-----------------------------------------------------------*/
a:link {
	color: #4D2D0F;
	text-decoration: none;
}
a:visited {
	color: #4D2D0F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #4D2D0F;
}
a:active {
	color: #4D2D0F;
	text-decoration: underline;
}
/*-----------------------------------------------------------/
　　topページ
/-----------------------------------------------------------*/

#fla_bottom {
	margin: 0px auto;
	width: 100%;
	padding: 8px 0px 0px;
}
#footer {
	margin: 0px auto;
	width: 870px;
	font-size: 10px;
	line-height: 13px;
	color: #4D2D0F;
}
#footer th {
	text-align: left;
	vertical-align: top;
}
#footer td {
	text-align: right;
	vertical-align: top;
}

/*-----------------------------------------------------------/
　　ハウスオーナーページ共通
/-----------------------------------------------------------*/
#owner_head {
	margin: 0px auto;
	width: 100%;
	background: url(../img/owner_bg01.jpg) no-repeat center top;
	height: 127px;
}
#owner_menu {
	margin: 0px auto;
	width: 676px;
	padding: 58px 0px 0px;
}
#owner_menu_back {
	margin: 0px 0px 0px auto;
	width: 66px;
	padding: 0px 10px 6px 0px;
}
#owner_menu ul {
	margin: 0px 0px 0px auto;
	width: 500px;
}
#owner_menu li {
	list-style:none;
	float:left;
	margin: 0px 0px 0px 2px;
}
#owner_menu li .back{
	list-style:none;
	float:left;
	margin: 0px 0px 0px 10px;
}


#owner_middle {
	clear: both;
	margin: 0px auto;
	width: 100%;
	background: url(../img/owner_bg02.jpg) no-repeat center top;
	height: 370px;
}
#scrollBox {
	height: 350px;
	width: 604px;
	margin: 0px auto 10px;
	padding: 0px 8px 0px 0px;
	scrollbar-base-color: #35190D;
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;
	overflow: auto;
}

#owner_menu02 {
}
#owner_menu02 ul {
	margin: 0px 0px 0px auto;
	width: 520px;
	text-align: right;
}
#owner_menu02 li {
	list-style:none;
	margin: 0px 0px 0px 10px;
}
#owner_bottom {
	clear: both;
	margin: 0px auto;
	width: 100%;
	background: url(../img/owner_bg03.jpg) no-repeat center top;
	height: 78px;
}
/*-----------------------------------------------------------/
　　ハウスオーナー メインページ
/-----------------------------------------------------------*/
#owner_main {
	width: 570px;
	margin: 0px auto;
	padding-left: 15px;
}
#owner_main01 {
	width: 570px;
	margin: 0px auto;
}
#owner_main02 {
	width: 570px;
	margin: 0px auto;
}
#owner_main03 {
	width: 570px;
	margin: 0px auto;
}

.owner_main14 {
	font-size: 14px;
	line-height: 26px;
}
.owner_main14_ora {
	font-size: 14px;
	line-height: 26px;
	color: #F09600;
}
.owner_ora {
	color: #F09600;
	font-weight: bold;
}

