@charset "utf-8";
.bo_line {
	border: 1px solid #999999;
	font-size: 12px;
}
.footer {
	background-attachment: scroll;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #666666;
}
.tb_line {
	border: 1px solid #333333;
}
.footer .bo_line a {
	text-decoration: none;
	color: #000000;
}
.footer .bo_line a:hover{
	text-decoration: none;
	color: #CC0000;
}
body {
	margin-top: 0px;
	font-size: 0.8em;
}
.big_txt {
	font-size: 1.5em;
}
.f12px {
	font-size: 12px;
}

.shadow {
	background: url(../images/waku/shadow_001.gif) right bottom;
	float: inherit; /* 回り込み制御 */
}
 
.shadow img {
	position: relative; /* 画像を上へ移動 */
	padding: 5px; /* 画像枠 */
	background: #ffffe0; /* paddingを設定した場合の背景色 */
	border: 1px solid #999999;
}
.line {
	background:url(../images/line_dot.gif) repeat-x;
	height:3px;
	margin:10px 0;
}
