@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 100%;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	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;
}

.new{
	color:#F00;
	}
.topics{
	color:#090;
	}
.topics2{
	color:#06C;
	}
.rireki{
	font-size:12px;
	line-height:normal;
	}
	
.rireki .new{
	color:#F00;
	font-size:14px;
	}
.rireki .topics{
	color:#090;
	font-size:16px;
	}

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

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



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



/*コンテナー（HPを囲んでいるブロック）
---------------------------------------------------------------------------*/

#main_contents {
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position:relative;
	background-image: url(images/contents_bg.gif);	/*背景画像*/
	background-repeat:repeat-y;　			/*背景画像をリピートしない設定*/
	background-position: center top;		/*背景画像を右下に配置する設定*/
}

#main_contents .ad{
	position:absolute;
	top: 0px;
	left:1160px;
	}

#main_contents .ad2{
	position:absolute;
	top: 596px;
	left:1160px;
	}

#main_contents .tw{
	position:absolute;
	top: -20px;
	left:1030px;
	}

#main_contents2 {
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position:relative;
	background-image: url(images/contents_bg2.gif);	/*背景画像*/
	background-repeat:repeat-y;　			/*背景画像をリピートしない設定*/
	background-position: center top;		/*背景画像を右下に配置する設定*/
}

#main_contents2 .tw{
	position:absolute;
	top: -20px;
	left:1030px;
	}

#container {
	width: 1090px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 10px 25px 25px 25px;		/*余白（HPの外枠フチに該当する部分）*/
	background-image:url(images/mein_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}




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

}

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

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

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

#logo2 {
	position: absolute;
	right: 0px;
	top: 138px;
}
#pan{
	font-size:12px;
	position: absolute;
	bottom: 7px;
	width: 1092px;
	}



/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 564px;

}

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

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



#main2 {
	float: left;
	width: 830px;
}

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

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


#main .blog{
	background-color:#ECECFF;
	font-size:12px;
	margin:5px;
	padding:10px;
	}


/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 230px;
	margin-right:30px;
	font-size: 80%;
}

/*h3タグ設定*/
#side h3 {
	font-size: 120%;
	color: #FFFFFF;		/*文字色*/
	background-color: #3a5a73;	/*背景色*/
	background-image: url(images/h2bg.png);	/*背景画像（右側に入っている小さな画像）*/
	background-repeat: no-repeat;			/*背景画像をリピートしない設定*/
	background-position: right bottom;		/*背景画像を右下に配置する設定*/
	padding: 0px 10px 0px 10px;			/*余白*/
}

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



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

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

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



/*サイドコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#side2 {
	float: right;
	width: 230px;
	font-size: 80%;
}

/*h3タグ設定*/
#side2 h3 {
	font-size: 120%;
	color: #FFFFFF;		/*文字色*/
	background-color: #3a5a73;	/*背景色*/
	background-image: url(images/h2bg.png);	/*背景画像（右側に入っている小さな画像）*/
	background-repeat: no-repeat;			/*背景画像をリピートしない設定*/
	background-position: right bottom;		/*背景画像を右下に配置する設定*/
	padding: 0px 10px 0px 10px;		/*余白*/
}

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


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

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

#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(images/footermenu_bg.png);	/*両サイドに入っている背景画像*/
	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: #633A73;	/*背景色*/
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #D4D9E3;
}



/*メインコンテンツ内の「更新情報・お知らせ」部分
---------------------------------------------------------------------------*/
#side2 .news {
	width: 210px;
	height: 220px;			/*ボックスの高さ*/
	overflow: auto;
	font-size:90%;
	background-color:#FFF;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}


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


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


/*コンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main .news {
	width: 580px;			/*What's Newボックスの幅*/
	height: 1700px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px 0px 0px 0px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom:40px;
	color:#333;
}

#main .news p {
	line-height:25px;
}

#main .news .date {
	font-size:14px;
	line-height:10px;
	padding-bottom:3px;
	font-weight: bold;	/*日付の色を太字にする*/
	color:#F00;
}

#main .news dd {
	padding-bottom:14px;
/*	border-bottom: 1px double #bfbfbf;	日付ごとの下線*/
}



.hdn {
  overflow: hidden;   /* はみ出さず表示 */ 
  width: 500px;
  height: 30px;
}



/*テーブル
---------------------------------------------------------------------------*/
.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(images/boxbg_osusume.gif);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

.box.sumi {
	background-image: url(images/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(images/boxbg_osusume.gif);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

.boxmini.sumi {
	background-image: url(images/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(images/qa_q.gif);	/*Ｑアイコン*/
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-weight: bold;	/*太字にする設定*/
	color: #00769D;		/*文字色*/
}

dl.faq dd {
	background-image: url(images/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: #570f73;
}

.rad{
	color:#F00;
	}

.look {
	background-color: #FFFFFF;
}

.clear {
	clear: both;
}


