@charset "utf-8";
/* CSS Document */
a{
  outline: none; /* for Firefox Google Chrome  */
  behavior:expression(this.onFocus=this.blur()); /* for IE */
}
*{
	margin:0;
	padding:0;
	}
body {
	background-color:#fdfafa;
	}
/*----action---*/
#edm {
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	width:1000px;
	height:700px;
	margin:0 auto;
	position:relative;
	}
#edm .bt {
	width:197px;
	height:197px;
	position:absolute;
	left: 45px;
	top: 83px;
}
#edm .bt2 {
	width:197px;
	height:197px;
	position:absolute;
	left: 271px;
	top: 43px;
}
#edm .bt3 {
	width:197px;
	height:197px;
	position:absolute;
	left: 494px;
	top: 116px;
}
#edm .bt4 {
	width:197px;
	height:197px;
	position:absolute;
	left: 706px;
	top: 20px;
}
