@charset "utf-8";
body {
	text-align: center;
}
#main {
	float: right;
	text-align: left;
	background-color: #FFFFCC;
	color: #990000;
	padding-left: 30px;
	padding-right: 20px;
	width: 580px;
	font-size: 12px;
}
#footer {
	float: none;
	color: #666666;
	font-size: small;
	text-align: right;
	clear: both;
	width: 750px;
	padding-top: 50px;
}
#main h3 {
	font-weight: bold;
	color: #FFFFFF;
	width: 300px;
	text-align: left;
	float: none;
	font-size: 12px;
	clear: none;
	background-position: left;
	background-image: url(image/bar.jpg);
	background-repeat: no-repeat;
}


h1 {
	color: #FFFFFF;
	border-left-style: solid;
	border-left-color: #990000;
	border-left-width: 10px;
	font-size: 20px;
	background-image: url(image/bar.jpg);
	width: 300px;
	height: 30px;
	padding: 5px;
}
h2 {
	color: #000000;
	border: thin dotted #FF6600;
	width: 300px;
	background-color: #FFFFFF;
	font-size: 14px;
}
#main h4 {
	font-size: 14px;
	font-weight: bold;
	width: 550px;
	color: #333333;
	border-bottom-style: dotted;
	border-bottom-color: #FF9933;
}
#main2 h5 {
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

#side {
	width: 120px;
	float: left;
	padding-top: 30px;
}

#up {
	font-size: small;
	color: #003300;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 10px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

#main2 {
	width: 740px;
	background-color: #FFFFCC;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
	color: #990000;
}
