@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wepper {
	width: 800px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#header {
	width: 800px;
	height: 80px;
}
#navi {
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #FFCC33;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 2px;
}

#main {
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	margin-top: 0px;
}

#contents {
	width: 560px;
	font-size: 15px;
	line-height: 30px;
	float: right;
}

#sidemenu {
	float: left;
	width: 200px;
	font-size: 12px;
	line-height: 22px;
}
#footer {
	font-size: 12px;
}
#copyright {
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333333;
	color: #FFFFFF;
}
.menu_title {
	background-color: #3E6BE6;
	color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 0px;
	font-weight: bold;
}
.menu_box {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.f_menu {
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}
.box {
	background-color: #DDEBFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bar {
	background-color: #FFFF33;
}



h1 {
	font-size: 10px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	background-color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #333333;
	background-color: #E8E8E8;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3E6BE6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

ul {
	margin-left: 10px;
	font-size: 12px;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	list-style-type: none;
}

.center {
	text-align: center;
}
.red {
	color: #FF0000;
}
.oren {
	color: #FF6600;
}
.b_blk {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
.b_oren {
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
}


.clear {
	clear: both;
}
strong {
	font-weight: normal;
}
.big {
	font-size: 18px;
	font-weight: bold;
}



img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#link
{
	position: relative;
	display: block;
	list-style: none;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0;
}
ul#link a
{
	text-decoration: none;
	color: #0000FF;
}
ul#link li
{
	margin: 0;
	padding: 5px;
	list-style: none;
	display: inline;
}
#link    a:hover   {
	color: #FF9900;
}
