@charset "utf-8";
/* CSS Document */

#topimage {
	margin: 0px 0px 30px auto;
	display: block;
}

#maincontent {
	padding: 20px;
	line-height: 115%;
	font-size: 17px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #666;
}
#submenu {
	clear: both;
	width: 500px;
	border: 1px solid #CCC;
	margin: 20px auto;
	text-align: center;
	background: #F8F8F8;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F8F8F8));
	background: linear-gradient(#FFF, #F8F8F8);
}
.submenuitem {
	display: inline-block;
	width: 30px;
	padding: 3px 0px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #444;
}
a.submenuitem:hover {
	background: #FAFAFA;
	background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#FFF));
	background: linear-gradient(#F8F8F8, #FFF);
}
#submenu .select {
	background: #FAFAFA;
	background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#FFF));
	background: linear-gradient(#F8F8F8, #FFF);
	cursor: default;
	color: #888;
}