@CHARSET "UTF-8";

.div_menu {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	width: 200px;
	height: 100%;
}

.menu1 {
	width: 100%;
	margin: 0;
	padding-left: 0px;
	list-style-type: none;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgb(216, 216, 216)
}

.menu1:hover {
	background-color: #F8C387;
}

.menu1 li {
	padding-left: 12px;
}

.menu1 a {
	text-decoration: none;
	cursor: pointer;
	display: block;
	color: black;
}

.menu1 a:hover {
	font-weight: bold;
}

.img1 {
	margin-left: 28px;
	height: 7px;
}

.menu2 {
	width: 84%;
	margin-left: 15%;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
}

.menu3 {
	width: 84%;
	margin-left: 15%;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
}

.li_display {
	display: none;
}

.div1 {
	margin: 0 auto;
	height: 2px;
	background-color: #656565;
	border-top: 1px solid #2D2D2D;
	width: 85%;
}

.div2_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url("../image/menu.png");
	background-repeat: no-repeat;
	height: 60px;
	text-align: center;
}

.div2_top span {
	font-weight: bold;
	line-height: 35px;
}

.div2_blank {
	width: 100%;
	height: 60px;
}

.div2_bottom {
	height: 40px;
	text-align: center;
}