@charset "utf-8";
body {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wepper {
	width: 750px;
	text-align: left;
	margin-top: 5px;
	background-image: url(img/bgcolor.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 550px;
}
#sidemenu {
	float: left;
	width: 190px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}
#contents {
	width: 550px;
	font-size: 12px;
	line-height: 22px;
	float: left;
}
#footer {
	width: 750px;
	font-size: 12px;
	clear: both;
}
.footerbar {
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: center;
}
#contents_a {
	width: 380px;
	margin-right: 10px;
	float: left;
	color: #565656;
}
#contents_b {
	width: 160px;
	float: right;
}
.top_bar {
	font-size: 12px;
	color: #666666;
	background-color: #C4ECF7;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
}
h2 {
	font-size: 12px;
	color: #565656;
	margin-top: 2px;
	margin-bottom: 0px;
}
h3 {
	background-color: #e8dad0;
	color: #565656;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	padding-left: 5px;
}

ul {
	margin-left: 30px;
	font-size: 12px;
	line-height: 30px;
}
.center {
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.red {
	color: #FF0000;
}
.oren {
	color: #FF9900;
}
.big_oren {
	color: #FF9900;
	font-size: 18px;
	line-height: 25px;
}
.big_brown {
	font-size: 18px;
	color: #9C6F4E;
	line-height: 28px;
}


.box {
	border: 2px solid #CCCCCC;
	padding: 5px;
}
.box2 {
	background-color: #FFFFCC;
	padding: 5px;
}


.contents_box {
	margin-bottom: 20px;
	margin-right: 20px;
}
.contents_box2 {
	padding: 5px;
	width: 144px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E8DAD0;
	border-bottom-color: #E8DAD0;
	border-left-color: #E8DAD0;
	margin-top: 0px;
	background-color: #F5EFEB;
}


table {
	color: #565656;
	vertical-align: top;
}
tr {
	vertical-align: text-top;
}
hr {
	color: #A7F3D9;
	margin-top: 5px;
	margin-bottom: 5px;

}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF9900;
}
