@charset "UTF-8";
body {
	background-color: #82cc70;
}

#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -15px;
}
#frame_top {
	background-image: url(/img/bg/frame_top.png);
	background-repeat: no-repeat;
	height: 20px;
}
#frame_middle {
	background-image: url(/img/bg/frame_middle.png);
	background-repeat: repeat-y;
}
#banner {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	margin-top: 20px;
}
#banner img {
	border-width: 0;
	height: 90px;
	margin-left: 40px;
}

#header_menu {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	background-image: url(/img/bg/frame_middle.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header_menu ul {
	list-style-type: none;
	float: right;
	padding: 0px;
	margin: 0;
	position: relative;
	text-align: center;
	right: 50%;
}
#header_menu ul li{
	display: block;
	float: left;
	position: relative;
	padding: 0;
	left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#header_menu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #82CC70;
	text-decoration: none;
	background-color: #FFF;
	float: left;
	padding-top: 3px;
	display: block;
	padding-bottom: 3px;
}
#header_menu ul li a:hover {
	color: #999;
}
#main {
	clear: both;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/img/bg/frame_middle.png);
	background-repeat: repeat-y;
	background-color: 82cc70;
	padding-bottom: 20px;
}
#main p {
	margin: 0px;
	padding: 0px;
}
#main a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
	color: #999;
}
.applet_container {
	text-align: center;
}
#footer {
	width: 100%;
	position: relative;
	height: 28px;
}
#footer ul {
	list-style-type: none;
	float: right;
	padding: 0px;
	margin: 0;
	position: relative;
	text-align: center;
	right: 50%;
}
#footer ul li {
	display: block;
	float: left;
	position: relative;
	padding: 0;
	left: 50%;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -1px;
	font-size: 14px;
}
#footer ul li a {
	text-decoration: none;
	color: #000;
}
#footer ul li a:hover {
	color: #999;
	text-decoration: none;
}
#frame_bottom {
	background-image: url(/img/bg/frame_bottom.png);
	height: 28px;
	background-repeat: no-repeat;
}
#photo_index {
	margin-bottom: 10px;
	margin-top: 10px;
}
#photo_index ul {
	list-style-type: none;
	text-align: center;
}
#photo_index ul li {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
}
h1 {
	font-size: 20px;
	color: #666;
	text-align: center;
}
h2 {
	font-size: 18px;
}
h2 a {
	text-decoration: none;
	color: #000;
}
h2 a:hover {
	color: #999;
}

h3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h4 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
