body{
	background-color: #FFD9E8;
	scrollbar-face-color: #FFF;
	scrollbar-arrow-color: #333;
	scrollbar-track-color: #FFF;
	scrollbar-highlight-color: #CCC;
	scrollbar-shadow-color: #777;
	scrollbar-base-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #333;
	font-size: 8pt;
	text-align: center;
}

A{ text-decoration:none; 
	font-weight: bold;
	font-size: 13pt;}
A:link    { color:#333; }
A:visited { color:#333; }
A:active  { color:#333; }

#wrapper {
	width: 650px;
	margin: 0 auto;
	background: #FFD9E8;
}

#menu{
	width: 500px;
	height: 45px;
	margin-top: 0px;
	text-align: center;
	background-color: #FFD9E8;
	margin-left: auto;
	margin-right: auto;
}

#menu ul{
	list-style: none;
	margin-left:0px;
	padding: 0;
}

#menu li{
	display: inline;
	float: left;
	width: 100px;
	border-top: 2px dashed #FFF;
	border-bottom: 2px dashed #FFF;
	height: 25px;
	text-align: center;
	overflow: hidden;
}

#top{
	background-image: url(../sozai/mbg1.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#rule{
	background-image: url(../sozai/mbg2.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#qb{
	background-image: url(../sozai/mbg3.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#dl{
	background-image: url(../sozai/mbg4.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#link{
	background-image: url(../sozai/mbg5.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#menu a{
	background-image: url(../sozai/mbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 3px;
	color: #FFF;
}

#menu a:hover{
	color:#666;
	background-image: none;
	background-color: transparemnt;
}

