﻿body {
	text-transform: none;
	padding: 0px;
	background-color: #0CA86B;
	scrollbar-face-color:#ACFDC9;
	scrollbar-track-color:#0CA86B;
	scrollbar-arrow-color:#0CA86B;
	scrollbar-highlight-color:#ACFDC98;
	scrollbar-shadow-color:#ACFDC9;
	scrollbar-3dlight-color:#0CA86B;
	scrollbar-darkshadow-color:#0CA86B;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
}
a {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

hr {

	border-top: 1px solid #FFCC66;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FFCC66;
	height: 3px;
	color: #FFFFFF;
	margin: 0px;
}
table {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border: 0px none;
}
th {
	font-size: 10px;
	font-weight: bold;
	color: #0CA86B;
	text-align: left;
}
td {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}