/* CSS Document */


body {
	margin: 0px;
	background-color: #FF9999;
}
.header {
	background-image: url(poeyama_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 2;
	height: 100px;
}
.header_works {
	background-image: url(poeyama_header_works.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 2;
	height: 100px;
}
.footer {
	background-image: url(poeyama_footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
	height: 50px;
}
.BG {
	background-image: url(poeyama_background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.title_oshirase {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	color: #660000;
}
.main_oshirase {
	font-size: 10px;
	color: #000000;
	margin: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.boxf {
	background-color: #FFCCCC;
	margin: 10px;
	padding: 5px;
	float: left;
	height: auto;
	width: auto;
}
