@charset "UTF-8";
/* CSS Document */

body {
	background-color: #300;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 125%;
	color: #330;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 150%;
	color: #600;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 150%;
	color: #600;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 150%;
	color: #600;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	color: #600;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	color: #600;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	color: #600;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 200%;
	color: #300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 200%;
	color: #300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 200%;
	color: #C60;
	text-decoration: none;
	font-weight: bold;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	color: #330;
}
li {
	line-height: normal;
}
#container {
	height: 750px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 143px;
	width: 860px;
	background-image: url(../images/header.jpg);
}
#contents {
	background-image: url(../images/contents.jpg);
	float: left;
	height: 513px;
	width: 860px;
}
#left_col {
	float: left;
	height: 513px;
	width: 232px;
}
#navigation {
	float: left;
	width: 160px;
	margin-left: 70px;
	margin-top: 50px;
}
#rt_col {
	float: left;
	height: 513px;
	width: 628px;
}
#message_area {
	float: left;
	width: 558px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: auto;
	height: 473px;
}
#footer {
	float: left;
	height: 94px;
	width: 860px;
	background-image: url(../images/footer.jpg);
}

