﻿body {
}

p {  }

td {  }

a:link {
	color: #3333CC;
}
a:visited {
	color: #336600
}
a:hover {
	color: #FF9900 ;
	font-weight: 700;
}
a:active {
	 color: red
}

.midashi-white { color: #ffffff; font-size: 16px; font-weight: bold; }
.midashi-green { color: #00a100; font-size: 16px; font-weight: bold; }
.midashi-blue { color: #00a1ff; font-size: 16px; font-weight: bold; }
.bgcolor-black { background-color: black; }
.bgcolor-gray { background-color: #646464; }
.bgcolor-gray2 { background-color: #404040; }
.font-yellow { color: #ff8800; font-size: 11pt; line-height: 150%; }
.font-main { color: #000; font-size: 11pt; line-height: 150%; }
.font-main-white { color: #fff; font-size: 11pt; line-height: 150%; }
.font-small { color: #000000; font-size: 9pt; line-height: 150%; }
.bgcolor-white { background-color: #fff; }
.font-small-white { color: #fff; font-size: 9pt; line-height: 150%; }
.font-small-red { color: red; font-size: 9pt; line-height: 150%; }

.table-center { margin-left: auto; margin-right: auto; }