/*---------------------------------------------
0-0_デフォルトスタイルのリセット
---------------------------------------------*/

body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,table,caption,th,td,img,form {
	margin:0;
	padding:0;
	border:none;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	text-align:left;
	list-style-type:none;
}

textarea {
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
	
}

body {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-break: 1.4em;
	background-image: url(bg.jpg);
}

a { color:#333; overflow: hidden; }
a:link, a:visited { color:; text-decoration: none; }
a:hover, a:active { color:#1b61be; text-decoration: underline; }
.small{ font-size:90%; line-height:1.5em;}

#wrap {
	width: 940px;
	padding: 0 5px;
	margin: 0 auto;
}


/*---------------------------------------------
2-1_メインコンテンツ
---------------------------------------------*/

#contents {
	width: 920px;
	padding: 10px;
	background-color: #000000;
}


/*---------------------------------------------
3-1_各コンテンツ用
---------------------------------------------*/

/* キャッチフレーズタイトル */
div.catch_text{
	margin:0;
	padding:0;
	color:#ffffff;
	position:absolute;
	top:18px;
	left:42px;
	font-weight:bold;
	font-size: 12px;
	vertical-align:bottom;
	height:30px;
	overflow:hidden;
	line-height:1.0em;
}

.catch_title{
	background-image:url(title_catch.jpg);
	height:47px;
	width:455px;
	overflow:hidden;
	position:relative;
}
.catch{
	overflow:auto;
	height:60px;
	background-color:#666666;
	padding:5px;
	margin:0px;
	width:445px;
	color: #eeeeee;
	font-size: 12px;
	line-height:1.2em;
}

/* 物件の概要タイトル */
div.gaiyou_text{ 
	margin:0;
	padding:0;
	color:#ffffff;
	position:absolute;
	top:18px;
	left:42px;
	font-weight:bold;
	font-size: 12px;
	vertical-align:bottom;
	height:30px;
	overflow:hidden;
	line-height:1.0em;
}

.gaiyou_title{
	background-image:url(title_gaiyou.jpg);
	height:47px;
	width:455px;
	overflow:hidden;
	position:relative;
}
.gaiyou{
	overflow:auto;
	height:60px;
	background-color:#666666;
	padding:5px;
	margin:0px;
	width:445px;
	color: #eeeeee;
	font-size: 12px;
	line-height:1.2em;
}



