@charset "utf-8";
h2 {
	background-image: url(../index_img/infotitle.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	margin-top:5px;
	margin-bottom: 5px;
}
.information {
	width: 694px;
	margin-bottom: 10px;
	border: #6CF solid 1px;
	padding:3px;
}
.information h3 {
	font-size:16px;
	margin-left:5px;
	line-height:150%;
	color:#06C;
}
.information p {
	line-height:180%;
	margin-left:30px;
}
.information strong {
	font-size:120%;
}
.information a {
	text-decoration: none;
	color: #06C;
}
.information a:hover {
	color: #3CF;
}
.information2 {
	height: 300px;
	width: 700px;
	overflow-y:scroll;
}
.information2 ul {
	font-size:12px;
	line-height: 180%;
	list-style-type: disc;
	margin-left: 22px;
	color: #999;
	list-style-position: outside;
}
.information2 a {
	text-decoration: none;
	color: #999;
}
.information2 a:hover {
	color: #3CF;
}
.right_content_index {
	width: 700px;
	float: right;
	margin-top: 30px;
}

