@charset "utf-8";

/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
table {
	height: 145px;
	width: 420px;
}
table th {
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dotted #999999;
	width: 50px;
}


/* CSS Document */

table td {
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom: 1px dotted #999999;
	line-height: 180%;
	width: 370px;
}
table td a {
	color: #333333;
	text-decoration: underline;
}
table td a:hover {
	text-decoration: none;
	color: #666666;
}
table #top {
	padding-top: 7px;
}
html {
	overflow-y:scroll;
}
{}
