A:link { color: navy;}
A:visited { color: navy;}
A:active { color: #990000; text-decoration:none; background: #FFEED9;}
A:hover { color: #990000; text-decoration : none; background: #FFEED9; }

.f_title {
	width: 100%;
	filter: DropShadow(color=silver, offX=5, offY=5);
	color : #000000;
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.f_title_class {
	width: 100%;
	border: 1px solid #CCCCCC;
	color: #000000;
	background-color: #EEEEEE;
	padding: 10px;
	empty-cells: show;
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.t_table {
	border: 1px solid #CCCCCC;
}

.t_title {
	background-color: #EEEEEE;
	color : #000000;
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.t_detail {
	background-color: #FFFFFF;
	color : #000000;
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	font-size: 12px;
	line-height:150%;
}

.t_updatedt {
	color : #C0C0C0;
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	font-size: 10px;
	font-style :italic;
}

.btn {
	font-size: 12px;
	border-top:2px solid #C0C0C0;
	border-left:2px solid #C0C0C0;
	border-bottom:2px solid #808080;
	border-right:2px solid #808080;
	color:#FFFFFF;
	background:#000000;
}
