@charset "utf-8";
#level2_nav {
	float: left;
	width: 240px;
	display: block;
	padding-left: 10px;
	margin-right: 20px;
}
.level2_nav_name {
	display: block;
	background-color: #535353;
	height: 30px;
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 2px;
	clear: both;
}
.level2_nav_item {
	display: block;
	margin-bottom: 2px;
	line-height: 25px;
	height: 25px;
	clear: both;
	font-size: 12px;
	padding-left: 20px;
	background-color: #E6E6E6;
}
#level2_content {
	float: left;
	width: 700px;
	display: block;
}
.level2_content_name {
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	display: block;
	height: 40px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	letter-spacing: 1px;
	color: #333;
}
.level2_content_intro {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	display: block;
	clear: both;
	padding: 10px;
}
.level2_content_conact {
	background-color: #666666;
	display: block;
	line-height: 35px;
	height: 35px;
	padding-left: 10px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}
.level2_content_img {
	clear: both;
	margin-bottom: 10px;
	display: block;
}
.level2_content_gov {
	font-size: 12px;
	line-height: 25px;
	color: #03F;
	margin-bottom: 10px;
}

.level2_content_gov_name {
	font-size: 14px;
	line-height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #333;
}
.level2_content_gov_item {
	display: block;
	clear: both;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 25px;
	height: 25px;
	background-position: 10px;
}
.level2_nav_item a {
	text-decoration: none;
	color: #333;
}
.dept_title {
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	clear: both;
	font-weight: bold;
	color: #900;
	margin-bottom: 10px;
	padding-left: 20px;
}
.dept_name {
	clear: both;
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px;
	color: #03F;
	font-weight: bold;
}
.dept_tel {
	clear: both;
	display: block;
	font-size: 12px;
	line-height: 20px;
	padding-left: 20px;
	color: #03F;
	margin-bottom: 10px;
}
