@charset 'utf-8';

body {
	margin:0px;
}

a:hover {
	color:#f33;
	text-decoration:underline;
	}

.shadow {
	text-shadow: #000000 0.2em 0.2em 0.2em;
	font-weight: bold;
}

.bbs {
	border-bottom:1px solid #000;
	padding:0px 0px 0px 0px;
	margin-bottom:9px;
}

DIV#footer {
	position:fixed;
	_position:static;
	bottom:0px;
	left:0px;
	width:100%;
	margin:0px;
	background-color:#fff;
	font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', Osaka, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:10px;
	line-height:15px;
	margin:0px;
}

DIV#header {
	position:fixed;
	_position:static;
	margin:0px;
	top:0px;
	left:0px;
	width:100%;
	background-color:#fff;
	font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', Osaka, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:10px;
	line-height:15px;
	z-index:98;
}

DIV#contents {
	position:absolute;
	_position:static;
	width:100%;
	top:98px;
}
