@import url("style_navi.css");
@import url("style_content.css");

body {
		background-color: #c7e3ff;
		background-image: url(../upload/website/bg.gif);
		background-repeat: repeat-x;
		font-family: Verdana, Tohama, Arial, sans-serif;
		font-size: 0.8em;
		text-align: center;
}

body, ul, li, p, h1, h2, h3, h4, form, input, img, label, fieldset {
		margin: 0;
		padding: 0;
}
.hidden {
		display: none;
}
.clear {
		clear: both;
}
fieldset {
	border: 0;
}
div#CONTAINER {
		text-align: left;
		margin: 0 auto;
		width: 802px;
		background-image: url(../upload/website/bg_container.gif);
		background-repeat: repeat-y;
}
div#HEADER {
		height: 150px;
		background-image: url(../upload/website/header.jpg);
		background-repeat: no-repeat;
		margin-left: 21px;
}
div#HEADER div#logo {
		float: left;
		padding-left: 17px;
		padding-top: 26px;
		
}
div#BOTTOM {
		width: 775px;
		margin-left: 21px;
		margin-top: 20px;
}
div#FOOTER {
		clear: left;
		text-align: left;
		width: 802px;
		height: 12px;
		background-image: url(../upload/website/footer.gif);
		background-repeat: no-repeat;
		margin: 0 auto;
}
a {
		color: #459ebf;
		text-decoration: none;
}
a:hover {
		color: #2f446d;
		text-decoration: underline;
}
		