@charset "utf-8";

/* ベース */
body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serifs;
color:#FFF;
background-color:#01060C;
}

#index{
width:980px;
height:690px;
background-image:url(../img/index.png);
background-repeat:no-repeat;
margin:auto;
margin-top:10px;
position:relative;
}

#index_btn a{
width:191px;
height:191px;
display:block;
background-image:url(../img/index_btn.png);
background-repeat:no-repeat;
position:absolute;
margin-top:370px;
margin-left:740px;
}

#index_btn a:hover{background-position:left bottom;}