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


/* トップページ -----------------------*/

/* SEOコメント -----------------------*/
#top-seo {
	width: 800px;
	margin:0 auto;
	font-size: smaller;
	padding: 5px;
	text-align: left;
}

/* メインイメージ1 -----------------------*/
#main-image1 {
	width: 800px;
	height: 183px;
	margin:0 auto;
}

/* メインイメージ2 -----------------------*/
#main-image2 {
	width: 800px;
	height: 104px;
	margin:0 auto 5px auto;
}



/* 左サイド1 -----------------------*/
#left-side1 {
	width:705px;
	background: url('../img/box_g_1.gif') repeat-y;
	text-align: left;
	float:left;
}

/* 右サイド1 -----------------------*/
#right-side1 {
	width:80px;
	text-align: right;
	float:right;
}

/* グレイBOX -----------------------*/
#box-gray {
	width:705px;
	height:5px;
	background:url('../img/box_g_2.gif') no-repeat;
}

/* BOX内テキスト -----------------------*/
#box-txt {
	width:680px;
	margin: 10px auto 0 auto;
}

/* ボタン右寄せ -----------------------*/
.bt-right {
	text-align: right;
	margin-top: 5px;	
}



/* 左サイド2 -----------------------*/
#left-side2 {
	width:385px;
	text-align: left;
	float:left;
	margin: 10px 0;
}

/* 右サイド2 -----------------------*/
#right-side2 {
	width:385px;
	text-align: left;
	float:right;
	margin: 10px 0;
}

/* 賃貸売買タイトル画像 -----------------------*/
.box-title {
	width:85px;
	float:left;
}

/* 賃貸売買タイトル画像2 -----------------------*/
.box-title2 {
	width:300px;
	float:left;
}

/* BOX内テキスト2 -----------------------*/
.box-txt2 {
	width:290px;
	padding: 0 5px;
}



/* 得意エリア -----------------------*/
#tokui-area {
	width:760px;
	background: url('../img/area_1.gif') no-repeat;
	text-align: left;
	padding: 20px 15px 10px 15px;
}

/* 得意エリア2 -----------------------*/
#tokui-area2 {
	width:790px;
	height:5px;
	background:url('../img/area_2.gif') no-repeat;
}

/* BOX内テキスト3 -----------------------*/
#box-txt3 {
	width:330px;
	float:left;
	margin-top: 20px;
}

/* エリアマップ -----------------------*/
#area-map {
	width:420px;
	float:right;
}


/* テーブル -----------------------*/
.area-tbl {
	width:320px;
	padding: 5px;
	border-collapse: collapse;
}

.item1 {
	width: 165px;
	color: #1E5DA3;
	font-weight: bold;
} 

.item2 {
	width: 165px;
}

/* リスト1 -----------------------*/
.list1 {
}

.list1 ul li {
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 5px;
	}
