@charset "UTF-8";
/*==================================
common
==================================*/

html, body {
/* height: 100%; */
width: 100%;
background: url(../img/bg.gif) repeat-y center top;
}

body {
height: 100%;
font-size: 14px;
line-height: 150%;
font-weight: normal;
font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

#page {
display: block;
width: 890px;
height: 760px;
margin: 0 auto;
background: url(../img/main.jpg) no-repeat center top #f7f9fa;
}

#brand {
display: block;
height: 80px;
margin-top: 570px;
padding: 0 100px;
}

a.btn_point {
display: block;
width: 320px;
height: 80px;
background: url(../img/btn_logo_point.png) no-repeat center top;
float: left;
}

a:hover.btn_point {
background: url(../img/btn_logo_point.png) no-repeat center bottom;
}

a.btn_trinity {
display: block;
width: 320px;
height: 80px;
background: url(../img/btn_logo_trinity.png) no-repeat center top;
float: right;
}

a:hover.btn_trinity {
background: url(../img/btn_logo_trinity.png) no-repeat center bottom;
}

#entry_area {
display: block;
width: 890px;
margin: 0 auto;
}

#entry_area h2 {
display: block;
width: 540px;
height: 110px;
margin: 0 auto;
padding-bottom: 45px;
background: url(../img/readcopy.gif) no-repeat center top;
}

#entry_area a {
display: block;
width: 260px;
height: 60px;
margin: 0 auto 60px auto;
background: url(../img/btn_entry.gif) no-repeat center top;
}

#entry_area a:hover {
background: url(../img/btn_entry.gif) no-repeat center bottom;
}

/*==========================================
クリア*/
.fix {
overflow: hidden;	/* モダンブラウザ向け */
zoom: 1; /* IE向け */
}

/**/
.none {
display: none;
}
