body {
	margin: 5px;
	font-family: sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}
.body_top {
	margin: 10px;
	font-size: 9pt;
	font-family: sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
A:visited {
	color: #880088;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFF00;
}
a.nobold:link {
	color: #0000FF;
	text-decoration: none;
}
a.nobold:visited {
	color: #880088;
	text-decoration: none;
}
a.nobold:hover {
	text-decoration: underline;
	font-weight: normal;
	background-color: #FFFF00;
}
h1 {
	font-size: 24px;
	color: #0000FF;
}
div.header {
	width: 100%;
	text-align: left;
	background-color: #309B30;
}
H1.header_h1{
	margin: 5px;
	color: #FFFFFF;
}
a.header_a:link {
	color: #FFFFFF;
	font-weight: bold;
}
a.header_a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
a.header_a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFFFF;
}
div.left {
	float: left;
	width: 520px;
	border: 0px solid gray;
	text-align: left;
	padding: 5px;
}
div.right {
	float: right;
	width: 240px;
	border: 0px solid gray;
	text-align: left;
	padding: 5px;
}
div.cleft {
	float: left;
	width: 49%;
	/** height: 150px; **/
	border: 0px solid gray;
	text-align: left;
	background-color: #FFFFCC;
}
div.cright {
	float: right;
	width: 49%;
	/** height: 150px; **/
	border: 0px solid gray;
	text-align: left;
	background-color: #CCFFFF;
}
div.bcenter {
	clear: both;
	width: 100%;
	text-align: left;
	background-color: #FFCCFF;
}
div.body_main {
	clear: both;
	border-top: 1px solid #009AFF;
	/** border-bottom: 1px solid #009AFF; **/

	position: relative;
	left:0;
	top:0;
	/** min-width: 780px; **/
	/** width: 780px; **/
	width: 100%;
	margin-top: 10px;
	/** padding:0; **/
}
div.footer {
	clear: both;
	text-align: center;
}
li.gyousya {
	list-style: disc inside;
	font-size: 9pt;
	margin: 0px;
}
