﻿@charset='utf-8';

/* all
----------------------------------------------- */
*{
margin:0;
padding:0;
}

/* body
----------------------------------------------- */
body{
background-color:#000000;
color:#FFFFFF;
font-family:"MS ゴシック","HiraMaruPro-W4", "ヒラギノ角ゴ Pro W4", 
                 "Hiragino Kaku Gothic Pro", sans-serif;
font-size:13px;
}

#page{
width:950px;
margin:0 auto;
}

#page:after{
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}

/* main
----------------------------------------------- */
#main {
clear:both;
width:930px;
height:600px;
margin:0 auto;
}

.title{
width:113px;
text-align:center;
margin:60px auto 60px auto;
}

/* video
----------------------------------------------- */
.movie{
width:310px;
float:left;
text-align:center;
line-height:220%;
}

.movie img{
border:0;
margin:40px auto 10px auto;
}

.movie a, .movie a:hover{
text-decoration:none;
}


/* signature
----------------------------------------------- */
.sign-button{
width:100px;
height:20px;
margin:30px auto;
padding:0;
clear:both;
}

.sign-button a{
display:block;
background:url(../images/common/btn-signature.png) no-repeat;
text-indent:-9999px;
overflow:hidden;
text-decoration:none;
height:20px;
padding:0;
}

.sign-button a:hover{
background:url(../images/common/btn-signature.png) no-repeat 0 -20px;
padding:0;
}

/* home
----------------------------------------------- */
.back-home{
width:60px;
margin:50px auto;
padding:5px;
border:1px solid #0065D7;
text-align:center;
}

.back-home a, .back-home a:hover{
color:#0065D7;
text-decoration:none;
}
