@charset "Shift_JIS";
@import "http://";

/********************************************************************************/
/********************************************************************************/
/* センターコンテナ																*/
/********************************************************************************/
/********************************************************************************/
.t_fm {
	padding:5px;
	width:550px;
	background-color:#FFFF55;
	color:#000000;
	text-align:left;
}
.t_tbl {
	background-color:#999999;
}
.t_tdt {
	padding:3px;
	width:250px;
	background-color:#efefef;
	font-weight:bold;
	text-align:left;
}
.t_td1 {
	padding:3px;
	width:80px;
	background-color:#ffffff;
	text-align:center;
}
.t_td2 {
	padding:3px;
	width:60px;
	background-color:#ffffff;
	text-align:center;
}
.t_td3 {
	padding:3px;
	width:40px;
	background-color:#ffffff;
	text-align:center;
}
.t_tbl A:LINK{
	color:#1d3994;
	text-decoration:none;
}
.t_tbl A:VISITED{
	color:#1d3994;
	text-decoration:none;
}
.t_tbl A:HOVER{
	color:orange;
	text-decoration:underline;
}