@charset "utf-8";

body{
	background-color:#000;
}
#w{
	text-align:center;
	width:100%;
	background-color:#000;
}



/*-----------------------------
	contents
------------------------------*/

#contents{
	padding-top:13px;
	color:#fff;
	border-top:1px solid #fff;
	font-family:"verdana";
}
.main{
	width:980px;
	height:600px;
	margin-bottom:10px;
	background-color:#000;
	text-align:center;
	}

/* mainimg */
#mainimg{
	clear:both;
	margin-bottom:20px;
}

/* read */
#read{
	clear:both;
	margin-bottom:60px;
}
#read dt{
	font-size:120%;
	margin-bottom:20px;
}
#read dd{
	line-height:2.2
}


/* h2 */
h2{
	clear:both;
	padding:5px 15px;
	width:920px;
	margin-bottom:30px;
	background:#ccc;
	color:#211713;
	font-size:120%;
}

/* 各ボックス枠設定 */
.box{
	clear:both;
	margin-bottom:60px;
	line-height:2;
	overflow:hidden;
}
.box2{
	clear:both;
	line-height:2;
	overflow:hidden;
}
.box3{
	clear:both;
	margin-bottom:40px;
	line-height:2;
	overflow:hidden;
}

/* フロア設定 */
.box2 .floor{
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
}
.box2 .floor p{
	padding-bottom:7px;
	border-bottom:1px solid #fff;
	margin-bottom:15px;
}
.box2 .floor ul{
	float:left;
	width:300px;
	margin-right:15px;
}
.box2 .floor ul li{
	line-height:3.4;
	margin-bottom:20px;
}

/* オフィス棟設定 */
.box3 .leftbox{
	float:left;
	width:410px;
}
.box3 .rightbox{
	float:right;
	width:410px;
}
.box3 .leftbox dl, .box3 .rightbox dl{
	margin-bottom:20px;
}
.box3 .leftbox dl dt, .box3 .rightbox dl dt{
	padding-bottom:7px;
	border-bottom:1px solid #fff;
	margin-bottom:7px;
}
.box3 .leftbox dl dd, .box3 .rightbox dl dd{
	clear:both;
	overflow:hidden;
}
.box3 .leftbox dl dd span, .box3 .rightbox dl dd span{
	float: left;
	margin-right:10px;
}
.box3 .leftbox dl dd p, .box3 .rightbox dl dd p{
	float: left;
}

/* アクセス */
.box table{
	margin-bottom:20px;
}
.box table th{
	vertical-align:top;
}


/* フロアガイドボタン */
#floorlist{
	overflow:hidden;
	margin-bottom:5px;
	margin-left:-5px;
	_margin-left:-2px;
}
#floorlist li{
	float:left;
	margin-left:5px;

}

/* thickbox text */
#main{
     font-family:"verdana";
}


/*-----------------------------
	footer
------------------------------*/

#footer{
	clear:both;
	width:100%;
	height:45px;
	margin:0 auto;
	padding-top:35px;
}
#footer_inner{
	width:950px;
	margin:0 auto;
	text-align:left;
	font-family:"verdana";
}







