@charset "utf-8";

body,td {
	color: #505050;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 90%;
	line-height: 1.3em;
}


p { margin:0px; }
br { clear:both; }
img,a img { border-style:none; } 

a:link,a:visited {
	text-decoration: underline;
	color: #4F9560;
}

a:hover {
	text-decoration: underline;
	color: #995528;
}
a:active {
	color: #4F9560;
	text-decoration: none;
}

h1 {
	display: block;
	text-indent: -9999px;
	background-image: url(../../images/logo.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 519px;
	margin: 0px;
	color: #000;
}
h1 a {
	display:block;
	height: 80px;
	width: 519px;
}

#base_container {
	width: 1040px;
	margin: 0px auto;
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#base_header_top {
	width: 995px;
	clear: both;
	margin: 0px auto;
}
#base_mother_top {
	width: 172px;
	float: right;
}
#base_image_top {
	width: 995px;
	margin: 0px auto;
	clear: both;
}
#base_footer_top {
	width: 995px;
	clear: both;
	margin: 0px auto;
	padding-bottom: 10px;
}
#base_footer_top a {
	color: #505050;
}


div.contents{
	width:357px;
	float: left;
	height: 230px;
}

.contents ul{
	padding: 0px;
	margin-left: 23px;
	margin-top: 10px;
}

.contents li{
	list-style-type:none;
}
.contents a{
	background-image: url(../../images/list.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	margin-left: -10px;
	display: block;
	color: #505050;
	text-decoration: underline;
	width: 317px;
	height: 1.3em;
	padding-top: 7px;
	padding-bottom: 7px;
}
.contents a:hover{
	color: #505050;
	text-decoration: none;
	background-image: url(../../images/list_over.gif);
	background-repeat: no-repeat;
	background-position: left;
}