﻿@charset "UTF-8";
/*GENERAL STYLE*/
body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #DDDFC8;
	font-size: 14px;
	line-height: 1;
}
a { font-weight: bold }
a:link { color: #541800 }
a:visited { color: #532C1C }
a:hover { color: #FF6000 }
a:active { color: #FF6000 }

input, select, textarea { font-size: 12px }

p, pre {
	font-size: 14px;
	line-height: 1.5;
	margin: 20px;
	clear: both;
}
blockquote {
	font-size: 12px;
	line-height: 1.5;
	margin: 20px;
	padding: 5px;
	background: #E6E6E6;
	clear: both;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px;
	padding: 5px;
	border-left: 5px solid #FF6000;
	border-bottom: 1px dotted #FF6000;
	background: #E6E6E6;
	clear: both;
}
h2, h3, h4, h5, h6 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 5px 5px 10px;
	padding: 5px;
	border-left: 5px solid #FF6000;
	background: #E6E6E6;
	clear: both;
}
ul {
	list-style-type: square;
	font-size: 14px;
	line-height: 1.5;
	margin: 20px 20px 20px 40px;
	clear: both;
}
ol {
	list-style-type: decimal;
	font-size: 14px;
	line-height: 1.5;
	margin: 20px 20px 20px 40px;
	clear: both;
}
table {
	font-size: 12px;
	border-collapse: collapse;
	border: 2px solid #888;
	margin: 20px auto;
	clear: both;
}
caption {
	font-size: 14px;
	font-weight: bold;
	margin: 5px auto;
	padding: 5px;
	background: #E6E6E6;
}
th {
	background-color: #BBB;
}
th, td {
	padding: 5px 5px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #888;
}
/*GENERAL STYLE END*/

/*LAYOUT*/
#wrapperheader {
	width: 770px;
	margin: 0;
	text-align: left;
	background: #FFF url(images/bg_wrapperheader.gif);
}
#wrapperfooter {
	width: 770px;
	height: 10px;
	margin: 0;
	text-align: left;
	background: #FFF url(images/bg_wrapperfooter.gif);
}
#header01 {
	width: 760px;
	height: 45px;
	margin: 0;
	text-align: left;
	background: #599C2B url(images/bg_header01.jpg);
}
#header02 {
	width: 760px;
	height: 25px;
	margin: 0;
	text-align: left;
	background: #C4E55A url(images/bg_header02.jpg);
}
#headermenu {
	width: 760px;
	height: 30px;
	margin: 0;
	text-align: left;
	background: #EEE;
}
#headertitle {
	width: 760px;
	height: 50px;
	margin: 0;
	text-align: left;
	background: #EEE;
}
#headersp {
	width: 760px;
	height: 20px;
	margin: 0;
	text-align: left;
	background: #E6E6E6 url(images/bg_headersp.gif);
}
#mainwrapper {
	width: 760px;
	margin: 0;
	text-align: left;
	background:#FFF;
}
#sidemenu {
	float: left;
	width: 220px;
	margin: 0;
	text-align: left;
}
#main {
	float: right;
	width: 540px;
	margin: 0;
	text-align: left;
}
#footer01 {
	width: 760px;
	margin: 0;
	text-align: right;
	background: #599C2B;
	clear: both;
}
#footer02 {
	width: 760px;
	margin: 0;
	text-align: center;
	background: #135000;
}
/*LAYOUT END*/

/*DECORATION*/
.headerlogo {
	float: left;
	padding: 0;
	padding: 5px 0 0 70px;
}
.searchbox {
	float: right;
	font-size: 12px;
	color: #FFF;
	padding: 5px 5px 0 0;
}
.header02menu {
	float: right;
	padding: 5px 5px 0 0;
}
.headersp-text {
	font-size: 12px;
	color: #000;
	padding: 5px 5px 5px 20px;
}
.footer01-text {
	font-size: 12px;
	color: #FFF;
	padding: 5px;
}
.footer01-text a { text-decoration: none; font-weight: normal }
.footer01-text a:link { color: #FFF }
.footer01-text a:visited { color: #FFF }
.footer01-text a:hover { color: #FFAB78 }
.footer01-text a:active { color: #FFAB78 }

.footer02-text {
	font-size: 10px;
	color: #FFF;
	padding: 3px;
}

.sidemenu01 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 5px 0px 5px 0;
	background: #FFF url(images/bg_sidemenu-01.gif) repeat-y;
	padding: 10px 7px 7px 15px;
}
.sidemenu01 a { text-decoration: none }
.sidemenu01s {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 0;
	background: #FFF url(images/bg_sidemenu-01s.gif) repeat-y;
	padding: 10px 2px 2px 25px;
}
.sidemenu01s a { text-decoration: none; font-weight: normal }

.sidemenu02 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 5px 0px 5px 0;
	background: #FFF url(images/bg_sidemenu-02.gif) repeat-y;
	padding: 10px 7px 7px 15px;
}
.sidemenu02 a { text-decoration: none }
.sidemenu02s {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 0;
	background: #FFF url(images/bg_sidemenu-02s.gif) repeat-y;
	padding: 10px 2px 2px 25px;
}
.sidemenu02s a { text-decoration: none; font-weight: normal }

.sidemenu03 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 5px 0px 5px 0;
	background: #FFF url(images/bg_sidemenu-03.gif) repeat-y;
	padding: 10px 7px 7px 15px;
}
.sidemenu03 a { text-decoration: none }
.sidemenu03s {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 0;
	background: #FFF url(images/bg_sidemenu-03s.gif) repeat-y;
	padding: 10px 2px 2px 25px;
}
.sidemenu03s a { text-decoration: none; font-weight: normal }


.sidemenu04 {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 5px 0px 5px 0;
	background: #FFF url(images/bg_sidemenu-04.gif) repeat-y;
	padding: 10px 7px 7px 15px;
}
.sidemenu04 a { text-decoration: none }
.sidemenu04s {
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	margin: 0;
	background: #FFF url(images/bg_sidemenu-04s.gif) repeat-y;
	padding: 10px 2px 2px 25px;
}
.sidemenu04s a { text-decoration: none; font-weight: normal }
/*DECORATION END*/

.mainheaderimage {
	margin: 5px 0px 5px 5px;
}
.tablelayout {
	margin: 0;
}