body {
	background-color: #FFF;
	margin: 30px 0 0 0;
	font: 12px/130% "ＭＳ Ｐゴシック";
	color: #666;
}

h2 {
	color: #0066FF;
	font-size: 14px;
	font-weight: bold;
}

.text_blue {
	color: #0066FF;
	font-size:12px;
	font-weight:bold;
}

.font10 {
	font-size: 10px;
}

a:visited {
 color: #666;
}

a:link {
 color: #666;
}

a:hover {
 color: #FF0000;
}
 
table.hyou {
	background-color: #666;
}

table.hyou td {
	background-color: #FFF;
}

table.hyou th {
	background-color: #99CCFF;
	color: #FFFFFF;
	text-align: left;
}

table.hyou th.center {
	text-align: center;
}

table.hyou td.kigen {
	color: #2E56C8;
	background-color: #E0E0E0;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
}

.bold a:visited {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.bold a:link {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.bold a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

/*リスト
-------------------------------------------------*/
.midashi li {
	font-weight: bold;
}

/*フッター
-------------------------------------------------*/
#footer {
	font-size: 10px;
}


#footer table {
	background-color: #2E56C8;
}

#footer table th {
	font-size: 12px;
	background-color: #2E56C8;
}

#footer table td {
	font-size: 12px;
	background-color: #FFFFFF;
}

#footer table a:visited {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

#footer table a:link {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

#footer table a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}











