
.floatingbox1   { color: #c60; font-weight: bolder; font-size: 18px; line-height: 18px }
a              { color: blue; font-weight: bold; font-size: 12px; text-decoration: none }
a:visited      { color: purple; font-weight: bold; font-size: 12px; text-decoration: none }
h1   { color: #f00; font-size: 16px; line-height: 16px }
h2    { color: #f30; font-weight: bold; font-size: 13px; line-height: 14px }
h3           { color: #c30; font-size: 12px; line-height: 14px }
h4           { color: #00c; font-style: normal; font-weight: lighter; font-size: 12px; line-height: 14px }
td              { color: #000; font-size: 12px; line-height: 14px; text-decoration: none }
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75% "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	/*全体の文字サイズ(75%)と行間(/2)設定*/
	background-repeat: repeat;
}

#footer {
	color: #333333;
	background: #000000;
	text-align: center;
	border-top: 1px solid #808080;
}
#footer a {
	color: #333333;
}
