
/*---reset---*/
a:link, a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover, a:active {
	color: #993300;
	text-decoration: none;
}
body {
	background: url(cssimg/main.jpg) left top repeat;
	color: #111;
	font-family: Arial;
	font-size: 80%;
}
img {
	border: 0;
}
body, #menu ul, #footer p  {
	margin: 0; padding: 0;
}
#menu ul li, #submenu ul li, #main ul li {
	list-style: none;
	list-style-image: none;
}

/*---container---*/
#container {
	margin: auto;
	font-size: 0.9em;
	position: relative;
	width: 982px;
}

#header {
	background: url(cssimg/header.jpg) left top no-repeat;
	height: 343px;
	position: relative;
}
#index {
	position: absolute;
	bottom: 60px;
	right: 43px;
}

#main {
}

#menu {
	left: 213px;
	position: absolute;
	top: 293px;
}
#menu ul {
	width: 780px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	color: #fff;
	float: left;
	font-size: 1px;
	height: 49px;
	text-align: center;
	text-indent: -99999px;
}
	#menu ul li a.menu_01 {
		background:  url(cssimg/menu.jpg) 0px 0 no-repeat;
		width: 62px;
	}
	#menu ul li a.menu_02 {
		background: url(cssimg/menu.jpg) -62px 0 no-repeat;
		width: 115px;
	}
	#menu ul li a.menu_03 {
		background: url(cssimg/menu.jpg) -177px 0 no-repeat;
		width: 140px;
	}
	#menu ul li a.menu_04 {
		background: url(cssimg/menu.jpg) -317px 0 no-repeat;
		width: 99px;
	}
	#menu ul li a.menu_05 {
		background: url(cssimg/menu.jpg) -416px 0 no-repeat;
		width: 99px;
	}
	#menu ul li a.menu_06 {
		background: url(cssimg/menu.jpg) -515px 0 no-repeat;
		width: 99px;
	}
	#menu ul li a.menu_07 {
		background: url(cssimg/menu.jpg) -614px 0 no-repeat;
		width: 57px;
	}
	#menu ul li a.menu_08 {
		background: url(cssimg/menu.jpg) -671px 0 no-repeat;
		width: 57px;
	}
#menu ul li a:hover, #menu ul li.on a {
	color: #b53c06;
}
	#menu ul li a.menu_01:hover, #menu ul li.on a.menu_01 {
		background: url(cssimg/menu.jpg) 0px -49px no-repeat;
	}
	#menu ul li a.menu_02:hover, #menu ul li.on a.menu_02 {
		background: url(cssimg/menu.jpg) -62px -49px no-repeat;
	}
	#menu ul li a.menu_03:hover, #menu ul li.on a.menu_03 {
		background: url(cssimg/menu.jpg) -177px -49px no-repeat;
	}
	#menu ul li a.menu_04:hover, #menu ul li.on a.menu_04 {
		background: url(cssimg/menu.jpg) -317px -49px no-repeat;
	}
	#menu ul li a.menu_05:hover, #menu ul li.on a.menu_05 {
		background: url(cssimg/menu.jpg) -416px -49px no-repeat;
	}
	#menu ul li a.menu_06:hover, #menu ul li.on a.menu_06 {
		background: url(cssimg/menu.jpg) -515px -49px no-repeat;
	}
	#menu ul li a.menu_07:hover, #menu ul li.on a.menu_07 {
		background: url(cssimg/menu.jpg) -614px -49px no-repeat;
	}
	#menu ul li a.menu_08:hover, #menu ul li.on a.menu_08 {
		background: url(cssimg/menu.jpg) -671px -49px no-repeat;
	}

#content {
	line-height: 1.5;
    min-height: 500px;    height:auto !important;    height: 500px;
	padding: 25px 53px 35px 68px;
}
#content:after {
    content: ".";  display: block; height: 0; clear: both; visibility: hidden;
}

h2.title {
	color: #e07134;
	font-size: 1px;
	height: 22px;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	text-align: center;
	width: 200px;
	text-indent: -99999px;
}

#editor {
	padding-top: 10px;
}
#editor h1, #editor h2, #editor h3, #editor h4, #editor h5, #editor h6 {
	font-size: 1em;
	margin: 10px 0 10px 0; 
	padding: 5px 0 4px 25px;
	padding: 6px 0 4px 25px \9;
}
#editor h2 {
	color: #525450;
	font-size: 2em;
}
#editor h3 {
	background: url(cssimg/h3.gif) left top no-repeat;
	color: #663300;
	letter-spacing: 2px;
	font-size: 1.3em;
	font-weight: normal;
}
#editor h4 {
	background: url(cssimg/h4.gif) left top no-repeat;
	color: #006699;
	letter-spacing: 2px;
	font-size: 1.2em;
}
#editor h5 {
	background: url(cssimg/h5.gif) left top no-repeat;
	color: #339999;
	font-weight: normal;
}
#editor h6 {
	background: url(cssimg/h6.gif) left top no-repeat;
	color: #555555;
	font-weight: normal;
}
#editor p {
	line-height: 1.8;
}
#editor ul {
	margin: 0 0 0 25px; padding: 0
}
#editor ul li {
	background: url(cssimg/li.gif) left top no-repeat;
	padding: 8px 0 7px 28px;
	padding: 11px 0 7px 28px \9;
	list-style: none;
	list-style-image: none;
}
#editor ol li {
	list-style-type: decimal;
}

.btn1, .btn2, .btn3, .btn4, .btn6 {
	border: 0;
	color: #fff;
	cursor: pointer;
	height: 23px;
	text-align: center;
	*padding-top: 3px;
}
.btn1 {
	background: url(cssimg/btn1.gif) left top no-repeat;
	width: 70px;
}
.btn2 {
	background: url(cssimg/btn2.gif) left top no-repeat;
	width: 145px;
}
.btn3 {
	background: url(cssimg/btn3.gif) left top no-repeat;
	width: 70px;
}
.btn4 {
	background: url(cssimg/btn4.gif) left top no-repeat;
	width: 70px;
}
.btn6 {
	background: url(cssimg/btn6.gif) left top no-repeat;
	display: block;
	height: 16px;
	height: 16px;
	padding: 5px 0;
	_padding: 4px 0;
	width: 83px;
}
a.btn6:link, a.btn6:visited {
	color: #fff;
}
a.btn6:hover, a.btn6:active {
	background: url(cssimg/btn6.gif) left bottom no-repeat;
}

#pages {
	clear: both;
	color: #333;
	margin: 20px 0;
	text-align: right;
}
#pages .on {
	background: #454545;
	color: #ccc;
	padding: 2px 2px 2px 3px;
}
#pages a  {
	color: #111;
	margin: 0 5px;
	padding: 2px 2px 2px 3px;
}
#pages a:hover  {
	background: #454545;
	color: #fff;
	padding: 2px 2px 2px 3px;
}

a.back {
	background: url(cssimg/back.gif) left top no-repeat;
	color: #fff;
	float: right;
	letter-spacing: 2px;
	margin: 10px 0;
	padding: 2px 12px 5px 14px;
}

a.btn{
	background: url(cssimg/btn5.gif) left top no-repeat;
	color: #fff;
	letter-spacing: 2px;
	margin: 10px 5px 10px 0;
	padding: 3px 15px 4px 11px;
}

/*---TableStyle---*/
.table_type1 caption, .table_type2 caption, .table_type3 caption {
	background: url(cssimg/h3.gif) left top no-repeat;
	color: #663300;
	letter-spacing: 2px;
	font-size: 1.3em;
	text-align: left;
	margin: 10px 0 10px 0; 
	padding: 5px 0 4px 25px;
	padding: 6px 0 4px 25px \9;
}

.table_type1 {
	border: 0;
	border-bottom: 1px solid #c4c4c4;
	color: #333;
}
.table_type1 th, .table_type1 td {
	padding: 8px 0px 8px 5px;
	vertical-align: top;
}
.table_type1 th {
	background: #4c4c4c url(cssimg/th.gif) left top repeat-x;
	border-bottom: 1px solid #848484;
	color: #ccc;
	font-weight: normal;
	text-align: left;
}
.table_type1 td {
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #848484;
}

.table_type2 {
	border-top: 1px solid #848484;
}
.table_type2 th, .table_type2 td {
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #848484;
	padding: 8px 0px 8px 5px;
	vertical-align: top;
}
.table_type2 th {
	background: url(cssimg/table2_th.gif) right top no-repeat;
	color: #333;
	font-weight: normal;
	text-align: left;
	width: 110px;
}
.table_type2 input, .table_type2 textarea {
	background: #fff;
	border: 1px solid #8a8a8a;
}

.table_type3 th, .table_type3 td {
	padding: 10px ;
	vertical-align: top;
}
.table_type3 td {
	border-bottom: 1px solid #ccc;
}
.table_type3 .news_title {
	border-bottom: 4px solid #adcd79;
	font-size: 1.35em;
	font-weight: bold;
}
.table_type3 .news_content {
	background: url(cssimg/news_content.gif) left top no-repeat;
	padding: 8px 0px 10px 5px;
}

.table_type4 {
	border-top: 1px solid #e2e2e2;
	margin: 10px 0;
}
.table_type4 th, .table_type4 td {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0px 10px 5px;
	vertical-align: top;
}

#footer {
	background: url(cssimg/footer.jpg) left top repeat;
	color: #959595;
	margin-bottom: 20px;
	padding: 15px 0 0 0;
	position: relative;
}
#footer a {
	color: #b7b7b7;
}
#footer .copyright {
	letter-spacing: 1px;
	padding: 5px 0 5px 30px;
	text-align: center;
}
#footer #data {
	background: url(cssimg/footer_data.jpg) left top no-repeat;
	color: #999;
	margin-top: 15px;
	padding: 10px 10px 10px 0;
	text-align: right;
}
#footer #data a {
	color: #999;
}
#footer #data a:hover {
	color: #ccc;
}