@charset "utf-8";
/* CSS Document */

html{
height:100%;
}
body{
height:100%;
}
#document{
position:relative;
min-height:100%;
_height:100%;
}

#mainContents{
position:absolute;
left:50%;
top:50%;
width:392px;
text-align:center;
margin:-146px 0 0 -196px;
}
#mainContents .logo{
margin:0 0 45px;
}
#mainContents ul{
position:relative;
margin:0 -8px 0 0;
list-style:none;
zoom:1;
}
#mainContents ul li{
float:left;
margin:0 8px 0 0;
}
#mainContents ul li img{
vertical-align:bottom;
}

#footer{
position:absolute;
bottom:0;
width:100%;
}
#footer .copyright{
width:100%;
text-align:center;
}