a:link { color: #aaaaff ;text-decoration: none } 
a:visited { color: #aaffaa ;text-decoration: none } 
a:active { color: #ffaaaa ;text-decoration: none } 
a:hover { color: #880000; background-color: #fff0f0 ;text-decoration: none }
a.border { border: solid 1px; }

select {
	color: black;
	font-size: 11px;
	font-family: 'Times New Roman';
	background-color: white;
	border: solid 1px #888888;
}
option.new{
	background-color: #ffaaaa;
}
option.index{
	background-color: black;
	text-align: center;
	font-weight: bold;
	color: white;
}

BODY, TH, TD {
	font-family: 'Lucida Sans Unicode','MS UI Gothic';
	color: #ffffff;
	line-height: 120%;
	
	scrollbar-arrow-color: #FDB006;
	scrollbar-highlight-color: #8B8B8B;
	scrollbar-3dlight-color: #5F5F5F;
	scrollbar-face-color: #2F2F2F;
	scrollbar-shadow-color: #5F5F5F;
	scrollbar-dark-shadow-color: #5F5F5F;
	scrollbar-track-color: #a0a0a0;
}
p{
	padding-bottom: 0em 0em 0.8em 0em;
}
.escape { color: #b0b0b0; font-size: 90%;}

.title{
	font-family: HG行書体, HG正楷書体-PRO, Osaka, "ＭＳ Ｐ明朝";
	font-size: 240%;
	line-height: 240%;
	font-weight: bold;
	color: white;
	width:100%;
	filter: DropShadow(offx=1,offy=1,color='#001133');
}
.subtitle{
	font-family: HG正楷書体-PRO, Osaka, "ＭＳ Ｐ明朝";
	font-size: 100%;
	font-weight: bold;
	color: #aaaaaa;
	width: 100%;
	filter: DropShadow(offx=1,offy=1,color='black');
}
.index1{
	font-size: 200%;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.index2{
	font-size: 90%;
	color: gray;
	text-align: right;
}
.detail{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	background-image: url(tableHead6.jpg);
	text-align: left;
	padding: 10pt;
	border: 0pt;
}
.item{
	font-weight: bold;
	color: #ffcc22;
	background-color: #333333;
	white-space: nowrap;
}
.smallFont{
	font-size: 9pt;
	white-space: nowrap;
}

