@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

div#content .main a:link {
	text-decoration:none;
	color: #000000;
}

div#content .main a:visited {
	text-decoration:none;
	color: #000000;
}

div#content .main a:active {
	text-decoration:none;
	color: #000000;
}

div#content .main a:hover {
    text-decoration: underline;
	color: #00A0C6;
}

div.site_left {
	float: left;
	width: 305px;
}

div.site_right {
	float: left;
	width: 255px; 
}

h4.top {
	background-image: url(../img/site_p1_border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
}

h4 {
	background-image: url(../img/site_p2_border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 50px;
	padding-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
}

div#content div.main ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


li.l1 {
	background-image: url(../img/site_p3_border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 85px;
	padding-bottom: 5px;
	margin-top: 5px;
}

li.l2 {
	background-image: url(../img/site_p4_border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 85px;
	margin-top: 5px;
}

li.l3 {
	background-image: url(../img/site_p5_border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 85px;
	padding-bottom: 5px;
	margin-top: 5px;
}

div#footer {
	margin-top: 205px;
}