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

*
{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

header, article, footer, article, aside, time ,nav { display: block; }

::selection {
background: #fff000; /* Safari */
}

::-moz-selection {
background: #fff000; /* Firefox */
}

img{
	border:0;
}



article, header, nav, footer {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
   margin: 0;
   padding: 0;
   background: #9FD9F6;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
   color: #fff;
   font-size: 10px;
   height: 102%;
   text-align: center;
}

#wrap {
position:absolute;
width:300px;
height:400px;
left:50%;
top:50%;
margin-left:-150px;
margin-top:-200px;
}


#contents_nav{
width:300px;
height:auto;
margin:0px auto 0px auto;
padding:0;
text-align:center;
}

#contents_nav dt{
width:auto;
height:auto;
margin:0px 0px 120px 0px;
padding:0;
text-align:center;
}


#contents_nav dd{
width:auto;
height:auto;
margin:0px 0px 50px 0px;
padding:0;
text-align:center;
}


#footer {
width:auto;
height:110px;
margin:0px auto 0 auto;
texr-align:center;
}

nav ul {
    list-style-type: none;
    margin:0px 0 0px 0;
    padding: 0;
}

nav li {
    margin:0px 0px 20px 0px;
    display: inline;
}