/* CSS Document */
body{
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.setHW {
	width:100%;
	height:100%;
}
.font_01 {
	color: #BE1570;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.font_02 {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

