/* CSS Document */


/*Layout*/

.left_box {
	width: 120px;
	height: 300px;
	float: left;
	padding-right: 10px;
}

.middle_box {
	width: 160px;
	height: 300px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#moving_container {
	width: 380px;
	height: 300px;
}

#right_box {
	border: solid 1px;
	border-color: #398243;
	width: 368px;
	height: 298px;
	padding-left: 10px;
	overflow: auto;
	display: none;
}

.bottom_box {
	width: 700px;
	padding-top: 0px;
	padding-bottom: 10px;
	float: left;
}

#pest_content {
	font-size: 9pt;
	color: #666666;
}

#pest_content .title {
	font-size: 14pt;
	color: #398243;
}

	
.left_box a, .middle_box a {
	color: #003366;
	text-decoration: none;
}

.left_box a:hover, .middle_box a:hover {
	color: #009999;
}

