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

body {
	background-color: #153761;
	position: absolute;
}

#container {
	width: 100%;
	text-align: center;
}

#header {
	text-align: right;	
}

#container_table {
	width: 715px;
	margin-right: auto;
	margin-left: auto;
}

#maintable {
	width: 100%;
	border: 1px solid #6687A9;

}

#main {
	width: 713px;
	height: 488px;
	background-image: url(images/top_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_body {
	margin: 24px 30px 0px 34px;
	width: 649px;
}

#counter {
	background-image: url(images/top_dannacount.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	width: 148px;
	padding-right: 70px;
	padding-bottom: 3px;
	height: 15px;
	line-height: 15px;
}

#menu {
	background-color: #04173F;
	text-align: center;
}
#footer {
	padding-top: 5px;
	text-align: right;	
}

a:link {
	color: #FFFF66;
}
a:hover {
	color: #FFCC00;
}
a:visited {
	color: #FFCC00;
}
