@charset "utf-8";
#contents {
	margin-top: -15px;
	margin-right: -15px;
	margin-bottom: -15px;
	margin-left: -15px;
}
#header {
	height: 200px;
	width: 100%;
	background-color: #FFFFCC;
	margin: 0px;
	background-image: url(images/bg-1.gif);
}
#contaner {
	width: 800px;
	margin: auto;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7B90F9;
	border-left-color: #7B90F9;
}
#menu {
	width: 180px;
	float: left;
	height: auto;
}
#main {
	width: 610px;
	float: left;
	height: auto;
	background-color: #FFFFFF;
}
.H2font h1 {
	font-size: 18px;
	font-weight: bold;
}

.H2font h2 {
	border-bottom-width: medium;
	border-bottom-color: #0000FF;
	height: auto;
	width: 580px;
	border-bottom-style: solid;
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-left-width: 10px;
}

#footer {
	width: 100%;
	clear: left;
	height: 120px;
	background-color: #7B90F9;
}
