@charset 'UTF-8';
/* div */
div.graphicBox {
	width:900px;
/* 	height:230px; */
 	margin:0 0 30px 0; 
}
div.businessBox {
	width:900px;
	margin:0 0 30px 0;
}
div.businessInWrap {
	overflow:hidden;
	width:720px;
}
div.businessInWrap2 {
	overflow:hidden;
	width:720px;
	margin:20px 0 0 0;
}
div.businessInWrapRight {
	overflow:hidden;
	float:right;
	width:180px;
}
div.businessInBox {
	float:left;
	width:185px;
}
div.businessInWrapBoxEnd {
	float:left;
	width:160px;
}
div.businessInWrapBoxRight {
	float:right;
	width:160px;
}
div.appealBox {
	overflow:hidden;
	width:900px;
	margin:0 0 30px 0;
}
div.profileBox {
	float:left;
	width:310px;
}
div.accessBox {
	float:left;
	width:310px;
}
div.contactBox {
	float:left;
	width:280px;
}
div.infoBox {
	overflow:hidden;
	width:900px;
	margin:0 0 30px 0;
}
div.infoLeftBox {
	float:left;
	width:600px;
}
div.infoRightBox {
	float:right;
	width:280px;
}
div.topicsBox {
	float:left;
	width:430px;
}
div.logsBox {
	float:right;
	width:430px;
}
div.linkBox {
	width:900px;
}
div.emptyHouseTitle {
	width:900px;
}
/* h */
div.businessBox h2 {
	width:900px;
	margin:0 0 15px 0;
}
div.profileBox h2,
div.accessBox h2,
div.contactBox h2 {
	width:280px;
	margin:0 0 10px 0;
}
div.topicsBox h2,
div.logsBox h2 {
	width:430px;
	margin:0 0 10px 0;
}
div.emptyHouseTitle h2 {
	margin:0 0 30px 0;
}
/* table */
div.topicsBox table,
div.logsBox table {
	width:430px;
	font-size:13px;
	line-height:140%;
}
div.topicsBox table th,
div.logsBox table th {
	width:1%;
	padding:0 10px 5px 0;
	white-space:nowrap;
	vertical-align:top;
}
div.topicsBox table td,
div.logsBox table td {
	width:auto;
	padding:0 0 5px 0;
	vertical-align:top;
}
/* dl */
div.businessInBox dl,
div.businessInWrapBoxEnd dl {
	width:160px;
}
div.businessInBox dl dt,
div.businessInWrapBoxEnd dl dt,
div.businessInWrapBoxRight dl dt {
	width:160px;
	margin:0 0 5px 0;
}
div.businessInBox dl dd,
div.businessInWrapBoxEnd dl dd {
	width:160px;
	font-size:12px;
}
div.profileBox dl,
div.accessBox dl,
div.contactBox dl {
	width:280px;
}
div.profileBox dl dt,
div.accessBox dl dt,
div.contactBox dl dt {
	width:280px;
	margin:0 0 10px 0;
}
div.profileBox dl dd,
div.accessBox dl dd,
div.contactBox dl dd {
	width:280px;
	font-size:13px;
	line-height:140%;
}
/* ul */
div.linkBox ul {
	overflow:hidden;
	width:900px;
	height:30px;
	margin-bottom:20px;
	padding-left:20px;
}
div.linkBox ul.top {
	margin-top:15px;
}
div.linkBox ul li {
	float:left;
	width:160px;
	height:30px;
	margin:0 30px;
}

/* p */
div.graphicBox p {
	width:900px;
}
div.businessBox p {
	width:900px;
	margin:0 0 20px 0;
	font-size:13px;
	line-height:180%;
}