@charset "UTF-8";
/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
fieldset, img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: #acdfc0;
	color: #000;
	font-family: Corbel, "Trebuchet MS", sans-serif;
	font-size: 90%;
	background-image: url('../images/body.png');
	background-repeat: repeat-y;
	background-position:center 0px;
}

/* normal */
#index_main {
	background: #FFFFFF;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 50px 0 50px;
	background-image: url('../images/body_main.png');
}
#index_main #pageimage {
	height: 440px;
	width: 865px;
}
#index_main #pageimagehalf {
	height: 220px;
	width: 865px;
}
.pics { height: 440px; width: 865px; padding:0; margin:0; overflow: hidden }
#main_header_box {
	background-image: url('../images/main_header_main.jpg');
	width: 350px;
	background-repeat: repeat-y;
}
#main_header_box_long {
	height: 20px;
	width: 505px;
	margin-right: 10px;
}
#main_header_left  {
	float: left;
	background-image: url('../images/main_header_main.jpg');
	width: 345px;
	height: 20px;
}
#main_header_left_long  {
	float: left;
	height: 20px;
	width: 500px;
	background-image: url('../images/main_header_main.jpg');
}
#main_header_right  {
	background-image: url('../images/main_header_right.jpg');
	height: 20px;
	width: 5px;
	float: right;
}
#main_box {
	width: 340px;
	float: right;
	padding: 5px;
}
#main_box_long {
	width: 490px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: justify;
}
#index_main #index_left {
	float: left;
	width: 515px;
	background-image: url('../images/index_background2.jpg');
	background-repeat: repeat-y;
	background-position: right;
}
#index_main #index_right {
	float: right;
	width: 350px;
	background-position: right;
	background-image: url('../images/index_background.jpg');
	background-repeat: repeat-y;
}
.clearboth {
	clear: both;
}
#footer {
	color: #FFFFFF;
	clear: both;
	width: 865px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 10px 50px 0 50px;
	background-image: url('../images/body_footer.jpg');
	background-repeat: no-repeat;
	background-position:center 0px;
}
.footerbox {
	width: 480px;
	font-size: 0.8em;
	-webkit-text-size-adjust: none;
	padding-top: 38px;
	clear: both;
}
#footer a {
	color: #FFFFFF;
	display: block;
	float: right;
	height: 20px;
	width: 100px;
	text-decoration: none;
	text-align: right;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
