.left {
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.right {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.center {
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}
.links {
	font-size: 12px;
	text-decoration: underline;
}
.n_list li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.l_con {
	float: left;
	width: 250px;
	padding-right: 30px;
}
.l_con p {
	padding-bottom: 15px;
}
.text_box {
	background-image: url(../img/p_back.jpg);
	background-repeat: repeat;
	float: right;
	padding: 20px;
	border: 1px solid #690;
	width: 280px;
}
.text_box h4 {
	font-size: 20px;
	font-weight: bold;
	color: #360;
}
.text_box ul {
	padding-bottom: 10px;
	padding-top: 5px;
}

.text_box ul li {
	font-size: 13px;
	color: #339;
	font-weight: bold;
}
.l_box {
	float: left;
	width: 149px;
}
.l_box p {
	padding-bottom: 38px;
}
.gaiyou td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding: 5px;
}
.others {
	width: 560px;
}

