/* ページの基本デザイン用CSS */

* {
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif,メイリオ,Meiryo,;
	margin: 0;
	padding: 0;
}

table, td, th, img, p, div, object, span {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #0066cc;
	text-decoration: underline;
}
a:active {
	color: #808080;
	text-decoration: underline;
}

/* ------------------------------------------
flashの配置
------------------------------------------ */
#table_00 #top_flash {
	z-index: 2;
	position: absolute;
}