/* CSS Document */

#box {
background-color: #f8f8f8;
height: auto;
padding: 5px 10px 5px 10px;
border: 1px solid #AECD73;
text-align: left;
margin-bottom: 5px;
}

#box img {
position: inherit;
float: right;
}

#box h2 {
font-size: 15px;
color: #48A7DE;
padding: 0px;
margin: 0px;
}

#box h3 {
padding: 0px;
margin: 0px;
}


body {
	background: url(../images/site/header.jpg) #003A00 no-repeat scroll center top;
	text-align: left;
	background-color;
	font: 76%/1.5 "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#container {
	margin: 0px auto;
	width: 1112px;
}

#header {	
	width: 992px;
	height: 214px;
	top: 10px;
}

#maincontent {
	width: 1112px;
	background: url(../images/site/content.png) no-repeat;
}

#content {
	width: 750px;	
	height: auto;
	float: left;
	color: #333333;
padding: 0px 0px 10px 20px;
}

#content img {
border: 3px solid #c7df99;
margin: 10px;
}

#footer {
	width: 982px;
	height: 100px;
	margin: 5px 0px 0px 60px;
	padding-left: 10px;
	text-align: center;
	background: #FAF9EB url(../images/site/content_line_bottom.jpg) no-repeat bottom;
	clear: both;
	border-top: 1px solid #AECD73;	
}

#navi {
	width: 140px;
	float:left;
	margin: 80px 0px 0px 60px;
	padding: 0px 15px 5px 10px;
	font-family: Georgia,Helvetica,Sans-serif;
}

#navi ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

#navi li {
	margin-top: 3px;
	background: url(../images/site/line.png) no-repeat bottom;
}

#navi a {
	font-weight: bold;
	text-decoration: none;
	color: #007c00;
}

#navi a:hover, #navi a:active {
	text-decoration: underline;
	color: #006600;
}

#subnavi {
	height: 16px;
	width: 500px;
	margin-left: 245px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #AECD73;
}

#subnavi a {
	font-weight: bold;
	font-size: 14px;
	float: left;
	display: block;
	text-decoration: none;
	height: 16px;
	padding: 2px 15px 2px 5px;
	margin-right: 5px;
	color: #426042;
	font-family: Georgia,Helvetica,Sans-serif;
	background: url(../images/site/subnavi_line.jpg) no-repeat right 5px;
}

#subnavi a:hover {
	text-decoration: underline;
}

#subnavi ul {
	margin: 0px;
	padding: 0px;
}

#subnavi ul li{
	display: inline;
}

h1 {
	color: #48A7DE;
	font-size: 20px;
	margin-top: 15px;
}

h2 {
	color: #48A7DE;
font-size: 15px;
}


a {
	color: #E20916;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}