@charset "utf-8";

body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: ＭＳ ゴシック, Osaka－等幅;
	font-size: 12px;
	color: #FFFFFF;
}
.header {
	background-image: url(../images/header.jpg);
	padding: 10px;
	height: 58px;
	width: 780px;
	background-repeat: no-repeat;
	margin: 0px;
}
.header .corpo {
	float: right;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
#navcontainer ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: left;
	width: 800px;
	background-image: url(../images/menu_bar.jpg);
	background-repeat: no-repeat;
	height: 36px;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 12px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li.page_item a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	float: left;
	height: 23px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#navcontainer ul li.page_item a:hover {
	color: #FF0000;}
	
a:link {
	color: #FFFFFF;
}

a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF6600;
}
.head_msg {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin: 5px;
	padding: 0px;
}

#link_banner {
	overflow: hidden;
	width: 800px;
	padding-top: 10px;
}
#link_banner img {
	display: block;
	float: left;
	width: 200px;
	height: 50px;
	margin-right: 15px;
}
#link_banner p {
	margin: 0;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	height: 65px;
	width: 780px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer .links {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	float: left;
}
.footer .corpo {
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	float: right;
}
.footer .copy {
	text-align: left;
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

