*{
	margin:0;
	padding:0;
	font-size:12px;
	color:#666666;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.Head{
	border:#DEDEDE solid 0px;
	width:800px;
	margin:0 auto 10px;
}

.Body{
	border:#DEDEDE solid 0px;
	width:800px;
	height:auto;
	margin:10px auto 10px;
	clear:both;
}

.Mukuai{
	height:auto;
	clear:both;
	margin:0 0 10px 0;
}

.Mukuai_Title{
	font-weight:bold;
	font-size:16px;
	color:#85B03A;
	padding:10px 0 6px 10px;
}

.Mukuai_Content{
	border-bottom:#DEDEDE solid 1px;
	border-left:#DEDEDE solid 1px;
	border-right:#DEDEDE solid 1px;
	border-top:#85B03A solid 3px;
	height:auto;
}

.Mukuai_Content ul{
	list-style:none;
	margin:0;
	padding:0;
}

.Mukuai_Content ul li{
	margin:8px 2px 0 2px;
	padding:2px 2px 0 2px;
	float:left;
	width:250px;
}

.Foot{
	border:#DEDEDE solid 1px;
	width:800px;
	margin:10px auto 10px;
	clear:both;
	height:50px;
	text-align:center;
	padding:20px 0 20px 0;
}