@charset "Shift_JIS";
@import url(decorate.css);
@import url(common.css);

body {
	width:900px;
	background-color: #000000;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	line-height:1.8;
	margin: auto;
	padding: 0px;
}

#header {
	text-align:center;
}

#whatsnew {
	width:440px;
	margin-top:20px;
	padding:0;
	float:left;
	border-right:1px solid #000000;
}

fieldset{
	margin:0 15px 10px 20px;
	padding-bottom:10px;
	border-color:#996600;
}

.title_b{
	text-align:center;
	margin-left:auto;
	margin-bottom:20px;
}
.news_head{
	margin:0 0 -10px 5px;
	padding-left:5px;
}

.news_date{
	text-align:right;
	margin: 0px 10px 5px 10px;
	border-bottom:1px solid #792a13;
}

.news_text{
	margin:0 10px 0 10px;
}

.news_more{
	display:block;
	text-align:right;
	margin:0px 10px 5px 40px;
}

.update{
	overflow:auto;
	width:380px;
	height:6em;
	margin-top:10px;
	_margin-left:10px;
	scrollbar-face-color:#eece91;
	scrollbar-highlight-color: #e7c178;
	scrollbar-shadow-color: #e7c178;
	scrollbar-3dlight-color: #eece91;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #d7b168;
	scrollbar-darkshadow-color: f8f8f8;
}

.update ul{
	margin:10px 0 10px 0;
}

.update li{
	margin:10px 0 10px 0;
	_margin:10px 0 10px 15px;
}

#special{
	display:block;
	margin-top:20px;
}

#header{
	width:900px;
	margin:auto;
}

#header table{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#header td{
	vertical-align: top;
}

.menu_left{
	margin:0 0 0 10px;
	
}

.menu_right{
	margin:0 0 0 60px;
}

.menu_right ul{
	display:inline;
	margin:0;
	padding:0;
}

.menu_right li{
	float:left;
	list-style: none;
}

#menu {
}

#menu ul {
	display:inline;
	margin:0;
	padding:0;
}

#menu li {
	float:left;
	list-style: none;
}

#menu .submenu {
	clear:both;
	position: absolute;
	top: 145px;
	z-index:100;
	width: 114px;
}

#menu ul.submenu{
	display: none;
}

#menu .submenu li {
	text-align: center;
	margin:0;
	padding:0;
}

#menu .submenu li.sub_top {
	display: block;
	width: 114px;
	height: 26px;
	background-image: url(images/sub_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#menu .submenu li.sub_bottom {
	display: block;
	width: 114px;
	height: 26px;
	background-image: url(images/sub_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu .submenu li a {
	display: block;
	width: 114px;
	height: 26px;
	border: 0 none;
	background-image: url(images/sub_off.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu .submenu li a:hover {
	width: 114px;
	height: 26px;
	background-image: url(images/sub_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

