@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #000000;
}
#Container {
	margin: 0px;
	padding: 0px;
	width: 800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
}
#header {
	height: 75px;
	vertical-align: bottom;
	background-image: url(img/head_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
#header .toplogo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 70px;
	margin-top: 2px;
}
#header .topcatch {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 55px;
	margin-top: 0px;
}
#header .topmenu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*html #header .topmenu{ /*IE6用のハック*/
	float: right;
	list-style: none;
	padding: 0px;
	height: 12px;
	vertical-align: bottom;
	margin-top: -21px;
	width: 450px;
	text-align: right;/*通常指定の1／2で指定*/
}
#header .topmenu {
	float: right;
	list-style: none;
	padding: 0px;
	height: 12px;
	vertical-align: bottom;
	margin-top: -15px;
	width: 500px;
	text-align: right;
}
#header .topmenu ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header .topmenu li {
	list-style-type: none;
	margin-left: 5px;
	display: inline;
}
#contents {
	background: url(img/bg_man.jpg) no-repeat right bottom;
}
#footer {
	font-size: x-small;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 45px;
}
#footer .sponsor {
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 40px;
	margin-top: 10px;
	float: right;
}
