#office_header_top {
	display: block;
	clear: both;
	width: 600px;
	height: 115px;
	text-align: left;
	margin: 0;
	position: relative;
	top: 0px;
}
#office_header_top h1 {
	display: block;
	margin: 0;
	padding: 0;
}
.office_header {
	display: block;
	clear: both;
	width: 560px;
	background-color: #ECF0FF;
	margin: 0px auto;
	padding: 2px 0 5px 0;
}
.office_header h2 {
	display: block;
	clear: both;
	margin: 0;
	position: relative;
	top: 3px;
	left: 10px;
	color: #666666;
	font-size: 1.15em;
	text-align: left;
}
#office_contents {
	padding-top: 15px;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	background-image: url("../../common/images/contents_header_bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	clear: both;
}

.office_box {
	display: block;
	clear: both;
	width: 560px;
	margin: 0px auto;
	padding: 0;
	min-height: 170px;
}
.office_pict {
	display: block;
	float: left;
	width: 144px;
	height: 150px;
	margin: 17px 20px 0 0;
}
.office_detail {
	margin: 17px 0 0 0;
	display: block;
	float: left;
	position: relative;
	text-align: left;
	color: #666666;
	line-height: 140%;
}
.office_detail h3 {
	display: block;
	margin: 5px 0 5px 0;
	font-size: 1.1em;
	color: #3B57C1;
}
.office_detail ul {
	margin: 0;
	padding: 0;
	clear: both;
}
.office_detail li {
	list-style: none;
	display:block;
	clear: both;
}
.detail_category {
	display: block;
	float: left;
	width: 28px;
}
.detail_contents {
	display: block;
	float: left;
}
.detail_map {
	display: block;
	float: left;
	background-image: url("../../common/images/heim_icon.gif");
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: 0;
	padding-left: 15px;
}
.office_detail a:link, .office_detail a:visited {
	text-decoration: none;
	color: #197ADD;
}
.office_detail a:hover {
	text-decoration: underline;
	color: #ff6600;
}
.none {
	display: block;
	clear: both;
}