@charset "utf-8";
body {
	font-size: small;
	text-align: center;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#container_back {
	height: auto;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(image/container_back.gif);
	background-repeat: repeat-y;
}
#container {
	text-align: left;
	width: 910px;
	margin-right: auto;
	margin-left: 10px;
	position: relative;
	height: auto;
	color: #333300;
}
#title_top {
	width: 100%;
	position: relative;
	margin: 0px;
	left: 0px;
	top: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 35px;
}
#top_link {
	top: 10px;
	position: absolute;
	right: 20px;
}

#title {
	width: 100%;
	position: relative;
	height: auto;
	margin-bottom: 0px;
	left: 0px;
}
#navigation {
	height: auto;
	width: 100%;
	z-index: 100;
}

#navigation_bottom {
	height: 10px;
	width: 100%;
	position: relative;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	text-decoration: none;
	color: #333300;
}
a:hover {
	color: #3366FF;
	text-decoration: underline;
}

#footer1 {
	height: auto;
	width: 100%;
	background-image: url(image/footer1.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	clear: both;
}
#footer2 {
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-left: 20px;
	background-image: url(image/footer2.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.navi_margin {
	margin-top: 0px;
	margin-bottom: 10px;
}
