/* CSS Document */
@charset "utf-8";
#header {
	height: 70px;
}
#header #mio {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
#header #catch {
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
	float: right;
}
#header #catch p{
	color: #066;
	margin-top: 5px;
	margin-bottom: 0px;
}
#header #catch #btn_home {
	margin-right: 20px;
}

#wrapper1 {
	background-color: #FFF;
	width: 800px;
	background-image: url(../img/bace/page_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 40px;
}
#wrapper1 #tenant {
	margin-right: 50px;
	margin-left: 70px;
	text-align: left;
	background-color: #FFFFD9;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
#tenant .left_box {
	width: 260px;
	float: left;
	padding-bottom: 10px;
}
#tenant .right_box {
	margin-left: 280px;
	padding-bottom: 10px;
}
#tenant .right_box h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 110%;
	text-align: center;
	color: #FFF;
	background-color: #6CC;
	padding-top: 5px;
	padding-bottom: 3px;
}

#tenant #tenant_foot {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #66CCCC;
	padding-top: 3px;
}
#tenant #tenant_foot .floor {
	width: 80px;
	border: 2px solid #6CC;
	text-align: center;
	font-weight: bold;
	color: #6CC;
	background-color: #FFF;
	float: left;
	line-height: 120%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
}
#tenant #tenant_foot .info {
	margin-left: 90px;
	margin-top: 4px;
}
#tenant #tenant_foot .info .i_title {
	background-color: #6CC;
	width: 170px;
	color: #FFF;
	text-align: right;
	float: left;
}
#tenant #tenant_foot .info .i_title em {
	margin-right: 5px;
	font-style: normal;
}
#tenant #tenant_foot .info .i_data {
	color: #036;
	margin-left: 180px;
}
#wrapper1 #wrapper_foot {
	background-image: url(../img/bace/page_foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
}
#tenant p {
	margin-top: 5px;
	margin-bottom: 0px;
}

li {
	list-style-type: none;
}

.center {
	text-align: center;
}
.red {
	color: #F00;
}.blue {
	color: #00C;
}
.green {
	color: #090;
}
.glay {
	color: #666;
}
.pink {
	color: #F39;
}
