@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/background.gif);
	margin: 0px;
	padding: 0px;
}
#container {
	position: relative;
	height: 5650px;
	width: 1000px;
	left: auto;
	right: auto;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	padding: 0px;
	top: 0px;
}
#box_for_top {
	position: absolute;
	height: 100px;
	width: 1000px;
	left: 0px;
	top: 0px;
	margin: auto;
	padding: 0px;
}
#box_for_menu {
	position: absolute;
	height: 30px;
	width: 700px;
	left: 290px;
	top: 55px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#box_for_graphic {
	height: 250px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 104px;
	padding-top: 0px;
	padding-left: 0px;
}
#box_for_menudown {
	position: absolute;
	height: 100px;
	width: 1000px;
	left: 0px;
	top: 330px;
	padding-top: 0px;
}
#box_text {
	position: absolute;
	height: 4750px;
	width: 660px;
	left: 25px;
	top: 470px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#box_line_vertical {
	position: absolute;
	height: 5000px;
	width: 1px;
	left: 700px;
	top: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
}
#box_text_right {
	position: absolute;
	height: 200px;
	width: 250px;
	left: 710px;
	top: 519px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#box_for_footline {
	position: absolute;
	height: 1px;
	width: 1000px;
	left: 0px;
	top: 5550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	font-weight: normal;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
}
#box_for_foot {
	position: absolute;
	height: 15px;
	width: 1000px;
	left: 0px;
	top: 5550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999;
	font-weight: normal;
	text-align: center;
}
#box_for_footline_down {
	position: absolute;
	height: 1px;
	width: 1000px;
	left: 0px;
	top: 5565px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	font-weight: normal;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
}
#box_for_foot_down {
	position: absolute;
	height: 25px;
	width: 1000px;
	left: 0px;
	top: 5565px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999;
	font-weight: normal;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #8dc63f;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: underline;
}
#container #box_for_menu table tr td a:link {
	color: #FFF;
}
#container #box_for_menu table tr td a:visited {
	color: #FFF;
}
#container #box_for_menu table tr td a:hover {
	color: #8dc63f;
}
#container #box_for_menu table tr td a:active {
	color: #FFF;
}

</style>
