* {
	margin  : 0;
	padding : 0;
}

body {
}

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

#menu {
	height           : 50px;
	margin-left      : 50px;
	margin-top       : 490px;
	position         : absolute;
	background       : url("../image/top_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/top_menu_left.gif") no-repeat left top;
}

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

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

#message_box {
	width            : 160px;
	height           : 150px;
	margin-top       : 390px;
	margin-right     : 25px;
	float            : right;
	background       : url("../image/message_bg.gif") no-repeat left top;
}

#message_box p {
	color            : #FFFFFF;
	font-size        : 8pt;
	font-family      : "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#message {
	margin           : 10px;
	height           : 85px;
}

#button {
	text-align       : center;
	height           : 24px;
}

#button a{
	color            : #FFFFFF;
	font-size        : 9pt;
	font-family      : "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin           : 0px 10px 0px 10px;
	display          : block;
	line-height      : 24px;
	background       : url("../image/button_bg.gif") no-repeat right top;
	text-decoration  : none;
}

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

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

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