@charset "shift_jis";


body{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color : white;
	background-color : white;
	background-image : url(nfEF81nP.jpg);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img{
	border: none;
}

input,textarea,select{
	font-size: 1em;
}

form{
	margin: 0px;
}

table{
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
	color: #333333;	/*文字色*/
}

a:hover{
	text-decoration: none;	/*カーソルオーバー時の文字色*/
	color: #FF2A00;
}



/*h1タグ設定（HPの最上段に入っているテキスト）
---------------------------------------------------------------------------*/
h1{
	width: 930px;
	font-size: 11px;	/*文字サイズ*/
	margin-right: auto;
	margin-left: auto;
	text-align: right;	/*右寄せ*/
}



/*コンテナー（HPを囲んでいるブロック）
---------------------------------------------------------------------------*/
#container{
	width : 1115px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;	/*背景色（ここを設定しておかないと壁紙がそのまま出てしまいます）*/
	padding: 14px;		/*余白（HPの外枠フチに該当する部分）*/
}



/*ヘッダー（ロゴとメイン画像が入っているブロック）
---------------------------------------------------------------------------*/
#header{
	height : 1607px;
	width: 100%;
	position: relative;
	margin-bottom: 2px;
}

#top #header{
	height : 497px;	/*トップページのみの高さ変更設定*/
}

#mainimg{
	position: absolute;
	top: 0px;
	right: 0px;
}

#logo{
	position: absolute;
	left: 0px;
	top: 0px;
}



/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main{
	float: right;
	width : 1114px;
}

/*h2見出しタグ設定*/
#main h2{
	font-size: 100%;
	color: #FFFFFF;					/*文字色*/
	background-color: #54390e;		/*背景色*/
	background-image : url(h2bg.gif);	/*背景画像（右側に入っている小さな画像）*/
	background-repeat: no-repeat;			/*背景画像をリピートしない設定*/
	background-position: right bottom;		/*背景画像を右下に配置する設定*/
	padding: 10px 80px 10px 10px;			/*左から上、右、下、左の余白の数値*/
}

/*段落タグ設定*/
#main p{
	padding: 0.5em 10px 1em;	/*左から上、左右、下の余白の数値*/
}



/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side{
	float: left;
	width: 210px;
}

/*h3タグ設定*/
#side h3{
	font-size: 100%;
	color: #FFFFFF;		/*文字色*/
	background-color: #0E5415;	/*背景色*/
	padding: 10px;		/*余白*/
}

/*段落タグ設定*/
#side p{
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*左側メインメニュー
---------------------------------------------------------------------------*/
ul.menu{
	padding-bottom: 1em;
}

ul.menu li{
	margin-bottom: 1px;
}

ul.menu img{
	vertical-align: bottom;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
#side ul.sidemenu{
	margin-bottom: 1em;
}

#side ul.sidemenu a{
	display: block;
	width: 190px;
	border-bottom: 1px solid #0E5415;	/*下線の幅と線種と色*/
	text-decoration: none;
	padding: 5px 10px;
	background-color: #e0efe1;			/*背景色*/
}

#side ul.sidemenu a:hover{
	background-color: #FFFFFF;	/*カーソルオーバー時の文字色*/
	color: #333333;				/*カーソルオーバー時の文字色*/
}



/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu{
	clear: both;
	width: 100%;
	font-size: 11px;		/*文字サイズ*/
	text-align: center;		/*センタリング*/
	background-image : url(footermenu_bg.gif);	/*両サイドに入っている背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 50px;
	padding-bottom: 10px;
}

ul#footermenu li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}



/*フッター
---------------------------------------------------------------------------*/
#footer{
	font-size: 11px;		/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔*/
	text-align: center;		/*センタリング*/
	color: #FFFFFF;			/*文字色*/
	background-color: #0E5415;	/*背景色*/
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a{
	color: #D4D9E3;
}



/*メインコンテンツ内の「更新情報・お知らせ」部分
---------------------------------------------------------------------------*/
#main .new dl{
	width: 680px;
	height: 150px;			/*ボックスの高さ*/
	overflow: auto;
	padding-left: 10px;
}

#main .new dt{
	font-weight: bold;	/*日付の色を太字にする*/
}

#main .new dd{
	border-bottom: 1px solid #cccccc;	/*日付ごとの下線*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta1{
	width: 690px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #bfbfbf;	/*枠線の幅、線種、色*/
}

.ta1 td, .ta1 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #F0F0F0;	/*左側thタグの背景色*/
	width: 150px;				/*左側thタグの幅*/
	text-align: center;			/*センタリング*/
}



/*物件一覧（横長）ボックス
---------------------------------------------------------------------------*/
.box{
	overflow: hidden;
	padding: 10px;
	margin-bottom: 1em;
	width: 668px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #bfbfbf;	/*枠線の幅と線種と色*/
}

/*写真の配置設定*/
.box img{
	float: left;
	width: 150px;	/*配置する写真幅をここに設定する*/
}

/*h3見出し設定*/
.box h3{
	font-size: 100%;
	color: #055723;			/*文字色*/
	padding-left: 160px;	/*左の写真サイズに合わせてここは調整*/
}

.box p{
	padding: 0px 0px 0px 160px !important;	/*左の写真サイズに合わせてここは調整*/
}

.box.osusume{
	background-image : url(boxbg_osusume.gif);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

.box.sumi{
	background-image : url(boxbg_sumi.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;
	background-position: right bottom;
}



/*物件一覧（ミニサイズ）ボックス
---------------------------------------------------------------------------*/
.boxmini{
	overflow: auto;
	padding: 5px;
	margin-bottom: 1em;
	border: 1px solid #bfbfbf;	/*枠線の幅と線種と色*/
	width: 150px;
	height: 230px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}

/*h3見出し設定*/
.boxmini h3{
	font-size: 100%;
	color: #055723;	/*文字色*/
}

.boxmini p{
	padding: 0px !important;
	font-size: 12px;
	line-height: 1.6;
}

.boxmini.osusume{
	background-image : url(boxbg_osusume.gif);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

.boxmini.sumi{
	background-image : url(boxbg_sumi.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;
	background-position: right bottom;
}



/*よく頂く質問集ページ設定
---------------------------------------------------------------------------*/
dl.faq{
	padding-right: 10px;
	padding-left: 10px;
}

dl.faq dt{
	background-image : url(qa_q.gif);	/*Ｑアイコン*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-weight: bold;	/*太字にする設定*/
	color: #FF2A00;		/*文字色*/
}

dl.faq dd{
	background-image : url(qa_a.gif);	/*Ａアイコン*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-bottom: 1em;
}


/*その他
---------------------------------------------------------------------------*/
.mb1em{
	margin-bottom: 1em;
}

ul.disc{
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}

.pagetop{
	text-align: right;
	padding-top: 2em !important;
	clear: both;
}

.color1{
	color: #FF2A00;
}

.look{
	background-color: #FFFFFF;
}

.clear{
	clear: both;
}
