@charset "UTF-8";

/* = base CSS 
*************************************************/
html{
min-height:100%;
}

*html{
height:100%;
}

body{
color:#999999;
font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
font-size:62.5%;
margin:0;
padding:0 0 180px;
text-align:center;
background:url(../img/bg.jpg) no-repeat #161616 center bottom;
}

table{
font-size:1.2em;
border-style:none;
border-spacing:0;
}

img{
border-style:none;
vertical-align:bottom;
}

a{
outline:none;
}

*html a{
cursor:pointer;
}

*:first-child+html a{
cursor:pointer;
}

a:link,a:active,a:visited{
color:#CCCCCC;
text-decoration:none;
}

a:hover{
color:#CCCCCC;
text-decoration:underline;
}


h1,h2,h3,h4,h5,h6,ul,ol,li,form,input,select,label{
font-weight:normal;
margin:0;
padding:0;
}

p{
color:#999999;
margin:0 0 10px;
font-size:1.2em;
line-height:1.5;
}

ul{
list-style:none;
}

/* clearfix */
.clear:after{
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clear{
display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
*html .clear{
height:1px;
}

.clear{
display:block;
}
/* End hide from IE-mac */


