/*共通のスタイル*/

body{
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3,;
}
table,tr,td{
	margin:0;
	border:0;
	padding:2px;
	font-size:10px;
	font-color:#333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #993333;
}
a:active {
	text-decoration: blink;
}
