@charset "shift_jis";

/*======================================

ボディ

=======================================*/
body,td,th {
	font-size: 65%;
	color: #999999;
	font-family: Verdana, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
}

/*======================================

リンク

=======================================*/
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #47B5AD;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.ind{
width: 500px
}
/*======================================

メイン

=======================================*/
.t {
	line-height: 14px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(file/bg.png);
	padding: 1px;
	margin-top: 5px
}
.td {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
	margin-left: 3px;
	margin-top: 3px;
	padding-left: 3px;
	line-height: 160%
}
img {border: 0px}