
/* 共通
---------------------------------------------------*/
body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: verdana, 'trebuchet ms', sans-serif;	
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
	color:#696969;
}

#wrapper{
	width:800px;
	margin:0 auto;
	text-align:left;
}

h1,h2,h3,h4,p,img{
	margin:0;
	paddong0;
}

h2{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:#000000 solid 1px;
}

h3{
	margin-bottom:10px;
}

h4{
	margin-bottom:25px;
}

p{
	text-align:justify;
	text-justify:inter-ideograph;
}

address{
	color:#FFFFFF;
	font-style:normal;
}

.white{
	color:#FFFFFF;
}

.mini{
	font-size:10px;
	line-height:14px;
}

.center{
	text-align:center;
}

.pagetop{
	font-weight:bold;
}

a{
	color:#be8750;
}


/* ホーム
---------------------------------------------------*/
.news{
 font-size:12px;
 line-height:18px;
 color: #ffffff; 
}


/* 区画・アクセス
---------------------------------------------------*/
table#kukaku{
	background:url(../../access/image/bg.gif) no-repeat right top;
}

table#tochi{
	line-height:22px;
	text-align:center;
}

table#tochi th{
	font-weight:normal;
}

/* 物件概要
---------------------------------------------------*/
table#dotted{
	background:url(../../outline/image/line.gif) no-repeat top left;
	color:#696969;
	line-height:26px;
}

table#dotted td{
	background:url(../image/dotted.gif) repeat-x bottom;
}

table#dotted td.none{
	background:none;
}

