@charset "UTF-8";
h1 {
	font-size: 8px;
	color: #999999;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-weight: normal;
}
.wrapper {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009900;
	border-left-color: #009900;
	background-color: #FFFFFF;
}
body {
	margin: 0px;
	font-size: 10px;
	line-height: 1.3em;
	background-color: #FFFFFF;
}
.header {
	background-color: #0033CC;
	padding: 0px;
	margin: 0px;
	background-image: url(images/header_bk.jpg);
	background-repeat: repeat-x;
}
.contents {
	font-size: 12px;
	line-height: 1.5em;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
}
.contents a:link{
	color: #0000FF;
	text-decoration: none;
}
.contents a:hover{
	color: #0000FF;
}
.contents a:visited{
	color: #0000FF;
}
.side_menu {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}
.side_menu a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.side_menu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.side_menu ul{
	list-style-type: none;
	padding-left: 20px;
}
h2 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003300;
	border-left-color: #003300;
	padding: 5px;
	margin-top: 50px;
}
.side_menu li{}
.mainmenu {
	background-color: #009900;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.main_contents {
	font-size: 12px;
	line-height: 1.5em;
	padding: 10px;
	background-color: #FFFFFF;
}
.mainmenu a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.footer {
	background-color: #FFFFFF;
	font-size: 9px;
	padding: 10px;
	color: #FFFFFF;
	background-image: url(images/bk.jpg);
	background-repeat: repeat;
	font-weight: bold;
}
