@charset "UTF-8";

* {
margin:0px;
padding:0px;
border:none;
}


/* background*/
#indexBg {
background:url(bg.jpg) no-repeat top center #FFF;
}


/* wrapper h1 titleLogo */
#wrapper {
position:relative;
margin:0px auto 0px auto;
padding:0px;
width:900px;
height:1300px;
text-align:center;
}

h1 {
text-indent: -3000px;
color:#000;
font-size:1px;
}


#btnArea ul{
overflow:hidden;
text-indent:-5000px;
list-style:none;
}


#kantabiBtn {
position:absolute;
top:839px;
left:240px;
display:block;
height:40px;
width:166px;
background:url(kantabiBtn.gif) no-repeat;
}

#kantabiBtn:hover{
background:url(kantabiBtn.gif) no-repeat;
background-position:left bottom;
}
