body{
	margin: 1em 5% 2em 5%;
}

/*basic*/
.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

/*h*/
h1{
	font-family: "Geneva", "Arial", "Helvetica", "san-serif", "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 150%;
	color: #006600;
	text-align: center;
}

h1.moushikomi{
	text-align: left;
}

h2{
	font-size: 115%;
	color: #006600;
	line-height: 25px;
	background-color: #99CC66;
}

h2.blue{
	color: #000066;
	background-color: #6699CC;
}

h3{
	font-size: 110%;
}

h4{
	font-size: 100%;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #006666;
	padding: 0.1em;
}


/*table*/
table{
	margin-left: 1em;
}

table.moushikomi{
	margin-left: 0em;
	text-align: center;
	vertical-align: center;
}

td{
	vertical-align: center;
}
