@charset "utf-8";
h1 {
	width: 510px;
	height: 15px;
	padding-left: 8px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	border-top-color: #FFF;
	margin-top: 10px;
	font-size: 14px;
	color: #000;
}
.left {
	margin: 0px;
	float: left;
	width: 200px;
	height: 1270px;
	background-color: #FFF;
}
.right {
	width: 520px;
	margin: 0px;
	float: right;
	height: 1270px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
}
.right ul li{
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 2px;
}
.right ul{
	margin-top: 10px;
}
.pan {
	margin-bottom: 0px;
	margin-top: 5px;
	padding: 0px;
	height: 15px;
}
.right a{
	color: #FF6600;
	text-decoration: none;
}
.right a:hover {
	color: #000000;
	text-decoration: underline;
}
.right .next {
	text-align: right;
	margin-top: 40px;
}
.right .text {
	margin-top: 0px;
	margin-bottom: 30px;
}

.point {
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 0px;
}
