/*
BODYに対する設定
マージン（余白）：縦横0px
背景：白
フォント："ＭＳ ゴシック", "Osaka−等幅"
フォントサイズ：小
行間：150%
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: small;
	line-height: 150%;
}

/*
tbl_001
背景：ライン画像を使用(横幅に繰り返し表示)
テキスト位置：左
*/

.tbl_001 {
	text-align: center;
	background-image: url(img/footer/footer_line.gif);
	background-repeat: repeat-x;
}

/*
tbl_002
テキスト位置：中央
*/

.tbl_002 {
	text-align: center;
}

