body,td,th {
	font-family: ＭＳ Ｐ明朝, MS PMincho,ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, serif;
	font-size: 1em;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #000;
}
.bg{
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 0;
	width: 100%;
	height: 160px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	}
.bg-logo{
	background-image: url(BG-logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 1;
	width: 135px;
	height: 370px;
	position: fixed;
	bottom: 0px;
	}
.layer{
	z-index: 2;
	position: absolute;
	height: 100%;
	width: 100%;
	}
a {
	font-size: 1em;
	color: #03C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #03C;
}