* {
	margin  : 0;
	padding : 0;
}

body {
}

#container {
	width            : 800px;
	height           : 550px;
	position         : absolute;
	left             : 50%;
	top              : 50%;
	margin-left      : -400px;
	margin-top       : -275px;
}

#header {
	width            : 800px;
	height           : 70px;
	background-image : url("../image/header.png");
}

#menu {
	height           : 30px;
	margin-left      : 10px;
	margin-top       : 40px;
	position         : absolute;
	background       : url("../image/menu_bg.gif") no-repeat left top;
}

#menu_bar li {
	padding          : 0px 0px 0px 5px;
	display          : inline;
	list-style-type  : none;
	float            : left;
	background       : url("../image/menu_left.gif") no-repeat left top;
}

#menu_bar a {
	margin-right     : 5px;
	padding          : 0px 15px 0px 0px;
	line-height      : 25px;
	color            : #FFFFFF;
	font-size        : 8pt;
	font-family      : "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-decoration  : none;
	display          : block;
	background       : url("../image/menu_right.gif") no-repeat right top;
}

#menu_bar a:hover{
	color            : #ABCD03;
}

#menu_bar li.on {
	background       : url("../image/menu_left_on.gif") no-repeat left top;
}

#menu_bar li.on a {
	color            : #003608;
	background       : url("../image/menu_right_on.gif") no-repeat right top;
}

#menu_bar li.on a:hover {
	color            : #003608;
}

#bg {
	width            : 800px;
	height           : 470px;
	position         : absolute;
	background-image : url("../image/bg.png");
}

#outerFrame {
	width            : 780px;
	height           : 460px;
	position         : absolute;
	background       : #FFFFFF;
	margin           : 0px 10px 10px 10px;
}

#innerFrame {
	width            : 760px;
	height           : 440px;
	position         : absolute;
	background       : #ABCD03;
	margin           : 10px 10px 10px 10px;
}

#footer {
	width            : 800px;
	height           : 10px;
	position         : absolute;
	text-align       : right;
	margin           : 470px 0px 0px 0px;
	color            : #003705;
	font-size        : 7pt;
	font-family      : Verdana, Arial, sans-serif;
}
#toplink {
	width            : 800px;
	height           : 10px;
	position         : absolute;
	text-align       : left;
	margin           : 470px 0px 0px 0px;
}
