@charset "UTF-8";
#content-feature {
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
}

/* CSS Document */

#content-main {
	margin-right: 10px;
	margin-left: 10px;
	width: 940px;
	margin-bottom: 20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
p {
	margin-bottom: 20px;
}
ul {
	margin-bottom: 20px;
}
li {
	margin-bottom: 10px;
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 20px;
}
#content-main a:link, #content-main a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#content-main a:hover {
	color: #79A900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #79A900;
}
