@charset "utf-8";
/* CSS Document */

/* 共通 css開始  */
body {
	font-family: "微軟正黑體";
	line-height: 1.5em;
	margin:0;
	background:url(../img/WrapBackground.png) top center no-repeat;	
}
a {
	text-decoration:none;
	outline: none;
	hlbr:expression(this.onFocus=this.blur());		
}
a img{
	border:none;
}

.wrap{
	width:1044px;
	height:1285px;
	position:relative;
	margin:0 auto;	
}