@charset "utf-8";
*{
margin:0px;
padding:0px;
}
body{
scrollbar-arrow-color:#000000;
scrollbar-face-color:#666666;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#000000;
color:#d4d9dc;
font-size: 12px;
font-family:'Verdana',"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN",Osaka,Meiryo,Arial,sans-serif;
text-align: center;
}

#MAIN{
width:100%;
height:100%;
background: #000 url("img/bg.jpg") no-repeat center top;
}

.enter{
margin: 0 auto;
padding:40px 0px 0px 0px;
}

a{text-decoration:underline;}
a:link{color:#eaf4fc;}
a:visited{color:#eaf4fc;}
a:active{color:#eaf4fc;}
a:hover{color:#eaf4fc;text-decoration:underline;}
br{letter-spacing:normal;}
em {
color: #c9171e;
font-style: normal;
font-weight: bold;
}
strong {font-weight: bold;}
big {font-size: 125%;}
small {font-size: 90%;line-height: 1.4;}
b {font-weight: bold;}

p{
padding:0;
margin:0;
line-height:1.8;
}

#footer {
padding:0px 0px 20px 0px;
margin:0px;
position: fixed;
bottom: 0;
width: 100%;
text-align:center;
color: #d4d9dc;
font-weight:normal;
font-family:'Verdana',"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN",Osaka,Meiryo,Arial,sans-serif;
}

#footer a:link,footer a:active,footer a:visited{
text-decoration:none;
padding:5px 8px 5px 12px;
font-size:12px;
font-weight:bold;
line-height:3em;
letter-spacing:0.2em;
color:#eaf4fc;
background:rgba(65,105,225,0.9);
-moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;
}

#footer a:hover{
color:#eaf4fc;
background:rgba(38,73,157,0.9);
}

/******　区切り線　******/

hr{
border: 0px none;
padding: 0px 0px 10px 0px;
margin: 0px;
}

/******　画像　******/

img{
border:none;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
}

#pageTop {
position: fixed;
bottom: 20px;
right: 20px;
}
 
#pageTop a {
display: block;
z-index: 999;
padding: 5px 0px 0px 5px;
border-radius: 30px;
width: 35px;
height: 35px;
background:rgba(65,105,225,0.9);
color: #fff;
font-size:15px;
font-family: 'Cinzel Decorative', cursive;
text-decoration: none;
text-align: center;
}
 
#pageTop a:hover {
text-decoration: none;
opacity: 0.7;
}