@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #62BCCD;
	background-image: url(../img/wood_patt.jpg);
	background-repeat: repeat;
}
#logo {
	height: 90px;
	width: 180px;
	margin-left: -450px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-top: -219px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.iepngfix {  
    behavior: expression(IEPNGFIX.fix(this));  
}  
