@charset "Shift_JIS";

body {
margin: 0;
padding: 0;
}

/* 右肩リボン
-------------------------------------------------------------- */
#ribbon {
z-index: 5;
position: absolute;
width:138px;
height: 138px;
right: 0;
top: 0;
background: url(img_index/ribbon.gif) no-repeat left bottom;
text-indent: -9999em;
}

/* 画面中心に表示
--------------------------------------------------------------- */
#wrapper {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}


#contents {
position: absolute;
top: 50%;
left: 50%;
margin-top: -190px;
margin-left: -385px;
width: 770px;
height: 380px;
background: #fff url(img_index/splash_bg.jpg) no-repeat;
}

/* ケータイ表示（絶対指定でウィンドウ外へ）
-------------------------------------------------------------- */
.k-tai {
position: absolute;
left: -9999px;
top: -9999px;
}

#enter a {
display: block;
width: 770px;
height: 380px;
margin: 0;
padding: 0;
text-align: left;
text-indent: -9999em;
}
