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: left;
}

h1.moushikomi{
	text-align: left;
}

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

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

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

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



/*text*/
p{
	margin-left: 1em;
	line-height: 1.25;
}



/*table*/
table{
	margin-left: 0em;
	line-height: 1.25;
}

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

td{
	vertical-align: center;
}



/*list*/
li{
	margin-bottom: 1em;
	line-height: 1.25;
}
