﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
background: #e1f2d0 url(images/bg.jpg) repeat-y top center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}
img {
border: none;
}

a {
	text-decoration: none;
	color: #000080;
}
a:visited {
	color: #75B03C;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	color: #FF9900;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 80px;
}
#topicpath{
text-align:left;
float:left
}
#header h1 {
	font-size: 12px;
	letter-spacing: -1px;
	padding: 15px 0 0 20px;
	color: #000000;
	font-weight: 100;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #008000;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: bold;
}

#menu {
height: 30px;
line-height: 30px;
background: #e1f2d0 url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 16px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
background: #e1f2d0 url(images/content.jpg) repeat-y;
padding: 0 20px;
}

.right {
float: right;
width: 570px;
padding-top: 20px;
}
.right p{
text-align: center;
font-size: 14px;
}

.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url(images/contenth2.jpg) no-repeat;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}
.right div   {text-align:center;}
.right table {margin-left:auto;margin-right:auto;}
.right td {text-align:center;}

.right td.auto-style1 {
	background-color: #E1F2D0;
}
.right td.auto-style2 {
	text-align:left
}

.right td.auto-style3 {
	text-align:center;
background-color:#75B03C;
color:white
}

.right i {
	color: #FF9900;
	font-size: 19px;
}
.right hr{
       height: 3px;
	background-color:#FF9900;
	border: none
}
.right h3 {
	font-size: 17px;
	color: #FF0000;
	text-align: center;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: bold;
	background: #FFFFCC;
}

.right h4{
	color: #008000;
	font-size: 17px;
	background: #FFFFCC;
}
.right h5{
	text-align:center;
	color: #0B52A1;
	font-size: 21px;
	font-weight: bolder;
}

.right apan.sts{
	color: #008000;
}
.topicpath ol li {
	display: inline;
	list-style-type: none;
}
.topicpath ol li:after {
	content:">";
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #E9CF16 url(images/menuh2.jpg) no-repeat;
font-size: 16px;
font-weight: 100;
color: #696969;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #75B03C;
}
.left ul li a {
font-size: 16px;
text-decoration: none;
font-weight: 100;
line-height: 1.5em
}
.left ul li a:hover {

}
.left td {
font-size: 12px;
color: #696969;
}
.left td.auto-style1 {
	background-color: #E1F2D0;
}
.left td.auto-style2 {
	background-color: #FFFFCC;
}

.footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
}
.footer a { color: #000000; }
.footer a:hover { color: #111; }

.auto-style01 {
 margin-left: auto;
 margin-right: auto;
 width:97%;
}

.auto-style3 {
	color: #008000;
	font-weight: bold;
}
.auto-style4 {
	color: #000080;
	font-weight: bold;
}
.auto-style5 {
	text-align: center;
	color: #FF0000
}

