/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
   
body {
	font-family: Georgia, "Times New Roman", serif;

}
a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	background-color: #EDEEE8;
	color: #333333;
}
.main {
	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	margin: 0 auto;
    width: 854px;
    height:800px;
}
.sub1 {
	background-image: url(../img/bg1.png);
	background-repeat: repeat-y;
	margin: 0 auto;
    width: 854px;
    height:800px;
}
.sub2 {
	background-image: url(../img/bg2.png);
	background-repeat: repeat-y;
	margin: 0 auto;
    width: 854px;
    height:800px;
}
.sub3 {
	background-image: url(../img/bg3.png);
	background-repeat: repeat-y;
	margin: 0 auto;
    width: 854px;
    height:800px;
}
.sub4 {
	background-image: url(../img/bg4.png);
	background-repeat: repeat-y;
	margin: 0 auto;
    width: 854px;
    height:800px;
}

p {
	padding-bottom: 6px;
	padding-top: 10px;
}

h1 {
	padding-top: 16px;
	padding-left: 40px;
}

h2 {
	padding-top: 0px;
	padding-left: 40px;
	color: #b3b79b;
	font-size: 12px;
	font-style: italic;
}
h3 {
	text-align:left;
	color: #333333;
	font-size: 12px;
	font-style: italic;
	font-decoration: underline;
}

table {
	padding: 0px 0px 0px 20px;
}

td {
	padding: 0px 6px 0px 6px;
}
.tds {
	padding: 12px;
}

hr {
	width:85%;
	margin: 0 auto;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.menu {
	background-image: url(../img/menu_plate_a.png);
	background-repeat: no-repeat;
	width: 406px;
	height:142px;
	margin: 0 auto;
}
.menu_sub {
	background-image: url(../img/menu_plate_b.png);
	background-repeat: no-repeat;
	width: 446px;
	height:140px;
	margin-top: -100px;
	margin-left: 380px;
	
}

.menu ul {
	padding: 65px 0 0 0;
	margin-left: 45px;
	list-style-type: none;
	color: #006633;
	font-size: 80%;
	font-style: Italic;
	font-weight: normal;
	font-variant: normal;
}
.menu_sub ul {
	padding: 65px 0 0 0;
	margin-left: 65px;
	list-style-type: none;
	color: #006633;
	font-size: 80%;
	font-style: Italic;
	font-weight: normal;
	font-variant: normal;
}

li {
	display: inline;
}

li a {
	text-decoration: none;
	color: #666666;
	padding: 0.1em 0.4em;
}

li a:hover {
	background-color: #EDEEE8;
	color: #333333;
}
.content {
	width: 407px;
	margin: 0 auto;
	text-align:center;
	font-size: 16px;
	color: #999999;
	font-style: Italic;
}

.content_sub {
	background-image: url(../img/text_plate.png);
	background-repeat: no-repeat;
	width: 407px;
	padding-top:15px;
	margin: 0 auto;
	text-align:center;
	font-size: 12px;
	color: #999999;
	font-style: Italic;
}

.content_sub span {
	font-family: Verdana, "Times New Roman", serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
}

.content_sub span a{
	color: #000000;
}
.content_sub span a:hover{
	background-color: #EDEEE8;
	color: #333333;
}
.content_sub tr td{
	border-width:1px 0;
	padding:2px;
}
.link{
	font-family: cursive, "Times New Roman", serif;
	color: #666666;
	font-style: normal;
}
.link h3{
	font-size:15px;
}
.link ul{
	list-style-type:circle;	
	margin-left:24px;
	text-align:left;
}
.link li{
	padding:4px;
	display: list-item;
}
.link span{	
	font-size: 12px;
}
.footer {
	background-image: url(../img/foot.png);
	background-repeat: no-repeat;
	width: 503px;
	height: 50px;
	margin: 0 auto;
	font-size: 10px;
	font-style: Italic;
	color: #999999;
	text-align:center;
}

a .alp {
	background-image: url(../img/menu_bar.png);
	filter: Alpha(opacity=100);
	opacity:1.0;
}
a:hover .alp {
	background-image: url(../img/menu_bar.png);
	filter: Alpha(opacity=70);
	opacity:0.8;
}
.news{
	padding:5px;
	width:400px;
	height:80px;
	background-color:#ffffff;
	border:double;
	border-color: #cccccc;
	color:#666666;
}
.contact{
	margin-left:24px;
	background-color:#ffffff;
	border:double;
	border-color: #cccccc;
	color:#666666;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}
.info{
	text-align:left;
}
.cnt{
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}