@charset "utf-8";
/* CSS Document */

h3 {
	background-image :url(../img/h3.gif);
	padding-left: 22px;
	border-bottom: 1px solid #1B51B2;
	font-weight: bold;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	width: 593px;
}

div#text ul {
	margin: 0.8em 0px;
}

div#text ul li {
	margin: 0.5em 2.5em;
}

/* ===== Link ============================================ */
div#contents div#text a:link {
	color: #00438A;
	text-decoration: underline;
}

div#contents div#text a:visited {
	color: #204D60;
	text-decoration: underline;
}
div#contents div#text a:hover, div#contents a:active {
	color: #FF8224;
}
