/** CSS document **/

body	{
	text-align	:	center;
	margin	:	0px auto;
}
hr	{
	width: 640px;
}
div.base{
	width:640px;
	margin:0 auto;
}
div#signboard	{
	height: 50px;
}
div#indexcontents	{
	height: 260px;
}
div.face	{
	width:640px;
	margin:0 auto;
}
div.logo	{
	float: left;
	width: 100px;
	height:50px;
}
h1	{
	float: right;
	display: block;
	width:510px;
	font-size: 100%;
	text-align: left;
	margin-top: 10px;
}
h1 span	{
}
div.cap	{
}
div.shoe	{
}
div.greeting	{
	width: 640px;
	clear: both;
	margin-top: 20px;
}
div.englishname	{
	width:100%;
	text-align:right;
}
ol.indexmenu	{
	float: left;
	display: block;
	width: 150px;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: left;
}
ol.indexmenu li	{
	margin: 0;
	padding: 0;
}
ol.indexmenu li a	{
	display: block;
	width: 150px;
	height: 40px;
	margin: 0;
	padding: 0;
	line-height: 250%;
	text-indent: 1.5em;
	font-weight: bold;
	color: blue;
}
ol.indexmenu li a:hover	{
}
div.indextext	{
	float: left;
	text-align: left;
}
div.indextext ul	{
	margin-top: 0;
}
div.indextext ul li	{
	list-style: none;
}
div.moon	{
}
