@charset "EUC-JP";

/********************************/
/* ヘッダー用の共通スタイル     */
/********************************/
/* 「初めてのご利用」〜「サイトマップ」用リンクの設定 */
.header_label {
	padding: 0px;margin: 0px;
}
.header_label a:active{
	position: relative;
	left: 0px;
	top: 0px;
}

/* フッタもおまけ */
.foot {
	padding-top: 2px;
	font-size: 10px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #FF8000;
	width: 800px;
}
