@charset "utf-8";
@import url("./common.css");

#MAIN h3 {
	width : 507px;
	margin : 6px 0 5px 0;
	padding : 4px 0 2px 8px;
	font-size : 14px;
	border-bottom : 2px solid #CD9C00;
	letter-spacing : 2px;
}

#MAIN li.first {
	font-size : 14px;
	letter-spacing : 2px;
	list-style-type : square ;
	line-height : 22px;
	padding : 2px;
}

#MAIN li.second {
	font-size : 12px;
	letter-spacing : 2px;
	list-style-type : disc ;
	line-height : 20px;
	margin-left : 15px;
	padding : 2px;
}

#MAIN li.third {
	font-size : 12px;
	letter-spacing : 2px;
	list-style-type : circle ;
	line-height : 20px;
	margin-left : 27px;
	padding : 2px;
}

#MAIN li.fourth {
	font-size : 12px;
	letter-spacing : 2px;
	list-style-type : none ;
	line-height : 20px;
	margin-left : 39px;
	padding : 2px;
}

#MAIN a {
	text-decoration : none;
	color : #0000FF;
}

#MAIN a:hover {
	text-decoration : underline;
	background : #FED5BC;
}

