@charset "utf-8";

/*----------top_main----------*/

#top_main {
width: 780px;
height: 560px;
}

/*----------contents----------*/

#wrap .home_contents {
padding: 0px;
margin: 0px;
}

#wrap .home_contents p a {
background: url(../img/enter.gif) no-repeat;
display: block;
position: absolute;
top: 485px;
left: 558px;
text-indent: -9999px;
height: 16px;
width: 70px;
overflow: hidden;
}

/*------hover*/
#wrap .home_contents p a:hover {
background: url(../img/enter.gif) no-repeat 0px -17px;
}