@charset "Shift_JIS";
/* CSS Document */

#container {
	width: 760px;
	background: url(../img/index_container.gif) repeat-y top center;
	position: absolute;
	height: 580px;
	left: 50%;
	top: 50%;
	margin-left: -380px;
	margin-top: -290px;
	border: 2px solid #476D59;
}

#header {
	width: 760px;
	height: 100px;
	background: url(../img/index_header_1.gif) no-repeat;
}

#contents {
	float: left;
	width: 760px;
	background: url(../img/index_header_2.gif) no-repeat;
}

#main {
	float: right;
	width: 560px;
	background: url(../img/index_header_3.gif) no-repeat;
}

#sub {
	float: left;
	width: 200px;
}

#footer {
	clear: both;
/*	width: 760px; */
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	background: url(../img/index_footer.gif) no-repeat;
}

.inner {
	padding: 10px;
	overflow: hidden;
}

#sub .inner {
	height: 332px;
	overflow: auto;
	font-size: medium;
}

#sub .inner p {
	padding: 2px 0px;
	font-size: small;
}

#sub .inner ul {
	list-style-type: none;
	margin-left: 0.5em;
	border-left: 2px dotted #4A9371;
}

#sub .inner li {
	margin-left: -0.5em;
	font-weight: bold;
}

#sub .inner hr {
	margin-top: 5px;
	margin-right: 15px;
	border-top: 0px;
	border-bottom: 2px dashed #4A9371;
}

#sub .inner li a:link, #sub .inner a:visited, #sub .inner a:active {
  color: #4A9371;
	text-decoration: none;
}

#sub .inner li a:hover {
  color: #4A9371;
	margin-left: -6px;
	border-left: 5px solid #4A9371;
	background: url(../img/index_contents_background.gif) no-repeat;
	text-decoration: none;
}

#main .inner {
	height: 332px;
	overflow: auto;
	font-size: small;
}

#main .inner a:link, #main .inner a:visited, #main .inner a:active {
  color: #4A9371;
	text-decoration: none;
}

#main .inner a:hover {
  color: #254135;
	background-color: #BDFDDC;
	text-decoration: none;
}

#footer .inner {
	padding: 5px;
}

#footer .copy {
	background-color: #FFFFFF;
	padding: 0px 10px;
}

#sub ul {
	padding-left: 1em;
}

#main p {
	padding-left: 1em;
}

.cont {
	font-weight: bold;
	margin-left: 0.5em;
	background: url(../img/index_emphasis.gif) repeat-x;
}

#count {
	width: 190px;
	height: 50px;
	margin-left: 370px;
	font-size: 0.7em;
}

#free {
	width: 320px;
	height: 50px;
	margin-left: 240px;
	font-size: 0.7em;
}

#dammy {
	height: 100px;
}

