body {
	background-image:	url(milkywaybg.png);
	background-color:	#1d2c5f;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	text-shadow: 1px 1px #dddddd;

}

ul#menu li {
	color: #222277;
	text-shadow: 1px 1px #999999;
}
ul#menu li .ja{
	color: #333388;
	font-size: smaller;
}
ul#menu li a {
	background-color: rgba(255,255,255,0.5);
}


.semitrans {
	background-color: rgba(255,255,255,0.5);
	color: #222277;
}

.roundedsemitrans {
	background-color: rgba(255,255,255,0.5);
	text-shadow: 1px 1px #666666;
	color: #222277;
}



