<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

body{
	margin:0px;
	padding:0;
	text-align:center;
	font-size:12px;
	color:#333;
	border: 1px solid #999999;
	background-color: #F6F6F6;
}
.norton {
	text-align: right;
	width: 800px;
}

ul,li,p,dl,dd{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}


h1{
	left:-9999px;
	position:absolute;
}

ul{
	list-style-type:none
}


form{
	margin:0;
	padding:0;
}

label	{
	cursor: pointer;
	}

a img	{
	border: none;
	}

a {
	color: #00C;
	text-decoration: none;
	}

a:hover	{
	color: #D00;
	text-decoration: underline;
	}

/* コンテンツ部分のエリア設定 */

#wraper	{
	background: #ffffff url(../img/header.gif) no-repeat top;
	border: 1px solid #999999;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}

#wraper_appoint	{
	background: #ffffff url(../img/header_appoint.gif) no-repeat top;
	border: 1px solid #999999;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}

#wraper_registration	{
	background: #ffffff url(../img/header_registration.gif) no-repeat top;
	border: 1px solid #999999;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}
	
#wraper_tmember	{
	background: #ffffff url(../img/header_tmember.gif) no-repeat top;
	border: 1px solid #999999;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}

#wraper_tmember2	{
	background: #ffffff url(../img/header_tmember2.gif) no-repeat top;
	border: 1px solid #999999;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}

#wraper_modification	{
	background: #ffffff url(../img/header_modification.gif) no-repeat top;
	border: 1px solid #999999;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}

#wraper_kaiintouroku	{
	background: #ffffff url(../img/header_kaiintouroku.gif) no-repeat top;
	border: 1px solid #999999;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}

#wraper_kaiintouroku_mr	{
	background: #ffffff url(../img/header_kaiintouroku_mr.gif) no-repeat top;
	border: 1px solid #999999;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}
#wraper_error	{
	border: 1px solid #999999;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}

#container	{
	clear: both;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	}


/* ヘッダーエリア */

h2	{
	text-align: left;
	margin: 14px 0px 25px 20px;
	padding: 0px 0px 0px 0px;
	float: left;
	}

p.headerbanner	{
	text-align: left;
	margin: 20px 0px 0 660px;
	padding: 0px 0px 0px 0px;
	}


/* ステータス情報 */

p#status	{
	text-align: center;
	margin-top: 50px;
	padding: 0;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	width: 800px;
	}

p#status img	{
	margin: 0px;
	padding: 0;
	}

p#status02	{
	text-align: center;
	margin-top: 0px;
	padding: 0;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	width: 800px;
	}


/* 物件会員登録用ステータス情報 */

p#status03	{
	text-align: center;
	margin-top: 20px;
	padding: 0;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	width: 800px;
	}


/* 物件会員登録用ボタンエリア */

p#tourokubtn_area	{
	clear: both;
	margin: 25px 0px 0px 0px; 
	text-align: right;
	}

p#tourokubtn_area input	{
	width: 244px;
	height: 30px;
	font-size: 1em;
	}

#touroku_btn01{
	background:url(../img/touroku_btn01.gif)no-repeat;
	border:0px;
	width:244px;
	height:30px;
	margin: 0px 15px 0px 0px; 
	}

#touroku_btn02{
	background:url(../img/touroku_btn02.gif)no-repeat;
	border:0px;
	width:244px;
	height:30px;
	margin: 0px 5px 0px 0px; 
	}

p#status img	{
	margin: 0px;
	padding: 0;
	}

/* 会員情報表示 */
#kaiinHeader {
	clear: both;
	height: 30px;
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	float: left;
	}

/* 会員情報ボタンエリア */

p#jyouhoubtn_area	{
	clear: both;
	margin: 0 10px 0px 0px; 
	text-align: right;
	}

p#jyouhoubtn_area input	{
	width: 230px;
	height: 30px;
	font-size: 1em;
	}

#jyouhou_btn{
	background:url(../img/jyouhou_btn.gif)no-repeat;
	border:0px;
	width:230px;
	height:30px;
	}


/* ボタンエリア */

p#btn_area	{
	margin: 60px 0px 30px 0px; 
	text-align: center;
	}

p#btn_area input	{
	width: 244px;
	height: 35px;
	font-size: 1em;
	}

#back_btn{
	background:url(../img/back_btn.gif)no-repeat;
	border:0px;
	width:243px;
	height:35px;
	}

#sousin_btn{
	margin-left: 50px; 
	background:url(../img/sousin_btn.gif)no-repeat;
	border:0px;
	width:244px;
	height:35px;
	}

#close_btn{
	background:url(../img/close_btn.gif)no-repeat;
	border:0px;
	width:243px;
	height:35px;
	}


/* 資料請求感謝エリア */

#finish_mes	{
	width: 800px;
	margin: 70px auto 150px;
	padding: 0;
	font-size:16px;
	font-weight: bold;
	line-height: 150%;
	}
.kakunin {
	color: #063;
	margin-top: 10px;
}
</pre></body></html>