body{
	color : #333333;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	font-size : 14px;
	font-family : Verdana, Osaka;
	background-color: #F5F5F5;
}

.head_table{
	color : #333333;
	font-size : 12px;
	background-color: #CCCCFF;
	font-style: italic;
}

.head_td1{
	color : #ffffff;
	font-size : 14px;
	background-color: #CCCCFF;
}

.head_td2{
	font-size : 12px;
}

.foot_table{
	color : #333333;
	font-size : 10px;
	background-color: #CCCCFF;
}

.foot_td{
	border-width: 1px;
	border-style: dashed;
	border-color: #191970;
}

.index_table{
	background-color: #CCCCFF;
/*	border-collapse: separate;
	border-spacing: 20px;*/
}

.index_td_on{
	background-color: #EEE8AA;
	border-width: 1px 1px 5px 1px;
	border-style: solid;
	border-color: #4682B4;
}

.index_td_off{
	background-color: #CCCCFF;
	border-width: 1px 1px 5px 1px;
	border-style: solid;
	border-color: #4682B4;
}

.backnum_table{
	color : #333333;
	font-size : 12px;
	background-color: #EFEFEF;
}

.backnum_td{
	text-align: center;
	border-width: 1px;
	border-style: dashed;
	border-color: #191970;
}

/* tablelist */
.tablelist {
	font-family: 'Osaka-等幅', 'Verdana', 'ＭＳ ゴシック', sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	text-indent: 0px;
}

.tablelist_ {
	font-family: monospace;
	font-size: 10px;

	border-style: solid;
/*	border-color: #e08080;*/
	border-width: 1px 1px 1px 1px;

	line-height: 100%;
	letter-spacing: 0px;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0px 0px 0px 0px;
	background-color: #fff0ff;

	text-indent: 0px;
}
.tablelist_ td a:visited {
	color: #2f4f4f;
	text-decoration: none;
	border-style: none;

	text-indent: 0px;
}
.tablelist_ td a:active {
	color: #2f4f4f;
	text-decoration: none;
	border-style: none;
	text-indent: 0px;
}
.tablelist_ td a:link {
	color: #2f4f4f;
	text-decoration: none;
	border-style: none;
	text-indent: 0px;
}
.tablelist_ td a:hover {
	color: red;
	text-decoration: none;
	border-style: none;
	text-indent: 0px;
}

.tablelist2 {
/*	font-family: monospace;*/
	font-size: 12px;

	border-style: dashed;
	border-color: #A2B5CD;
	border-width: 1px;

	line-height: 1.2em;
	letter-spacing: 0px;
	margin-left: 0em;
	margin-top: 2em;
	margin-bottom: 0.5em;
	padding: 5px;
	background-color: #f0f0ff;
	text-indent: 1px;
/*	float:center;*/
}

.tablelist2 td a:visited {
	color: #2f4f4f;
	text-decoration: none;
	border-style: none;
	text-indent: 0px;
}
.tablelist2 td a:active {
	color: #2f4f4f;
	text-decoration: none;
	border-style: none;
	text-indent: 0px;
}

.tablelist2 td a:link {
	color: #2f4f4f;
	text-decoration: none;
	border-style: none;
	text-indent: 0px;
}

.tablelist2 td a:hover {
	color: red;
	text-decoration: none;
	border-style: none;
	text-indent: 0px;
}


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;
}

DL {
	color: #000000; /* 文字の色 */
	font: 10pt;
/*	list-style-type: square;*/
	margin-left : 20px;
	margin-right : 20px;
}

H3 {
	color: #191970; /* 文字の色 */
	padding-left: 10px; /* 左の余白 */
	border-width: 0px 0px 2px 10px; /* 枠の幅 */
	border-style: solid; /* 枠の種類 */
	border-color: #191970; /* 枠の色 */
	margin-top : 5px;
	margin-left : 20px;
	margin-right : 20px;
	margin-bottom : 0px;
	font: 12pt;
	line-height: 100%; /* 行の高さ */
}

H2 {
	color: #ffffff; /* 文字の色 */
	background-color : #191970; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-color: #CCCCFF; /* 枠の色 */
	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; /* テキストの配置 */
}
