body{
	color : #333333;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	font-size : 14px;
	font-family : Verdana, Osaka;
	background-color: #fffff0;
}

.head_table{
	color : #333333;
	font-size : 12px;
	background-color: #ccff99;
	font-style: italic;
}

.head_td1{
	color : #ffffff;
	font-size : 14px;
	background-color: #0A4B18;
}

.head_td2{
	font-size : 12px;
}

.foot_table{
	color : #333333;
	font-size : 10px;
	background-color: #ccff99;
}

.foot_td{
	border-width: 1px;
	border-style: dashed;
	border-color: #0A4B18;
}

.index_table{
	background-color: #ccff99;
/*	border-collapse: separate;
	border-spacing: 20px;*/
}

.index_td_on{
	background-color: #EEE8AA;
	border-width: 1px 1px 5px 1px;
	border-style: solid;
	border-color: #2e8b57;
}

.index_td_off{
	background-color: #ccff99;
	border-width: 1px 1px 5px 1px;
	border-style: solid;
	border-color: #2e8b57;
}

A:link,A:active,A:visited{
	color : #333366;
/*	cursor: w-resize; */
	text-decoration : none;
/*	border-top : 1px solid #9999FF;
	border-bottom : 1px solid #9999FF; */
}

A:HOVER{
	text-decoration : none;
	color:#ff6666;
	border-top : 1px solid #ffcc66;
	border-bottom : 1px solid #ffcc66;
/*	border-top : 1px dotted #ffffff;
	border-bottom : 1px dotted #ffffff; */
	border-left : 0px dotted #000000;
	border-right : 0px dotted #000000;
}

UL {
	color: #000000; /* 文字の色 */
	font: 10pt;
	list-style-type: square;
	margin-left : 50px;
	margin-right : 50px;
}

H3 {
	color: #0A4B18; /* 文字の色 */
	padding-left: 10px; /* 左の余白 */
	border-width: 0px 0px 2px 10px; /* 枠の幅 */
	border-style: solid; /* 枠の種類 */
	border-color: #0A4B18; /* 枠の色 */
	margin-top : 5px;
	margin-left : 20px;
	margin-right : 20px;
	margin-bottom : 0px;
	font: 12pt;
	line-height: 100%; /* 行の高さ */
}

H2 {
	color: #ffffff; /* 文字の色 */
	background-color : #0A4B18; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-color: #ccff99; /* 枠の色 */
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-width: 8px 1px; /* 枠の幅 */
	font: 16pt;
	font-weight: bold;
	line-height: 150%; /* 行の高さ */
	text-align: center; /* テキストの配置 */
}

