@charset "Shift_JIS";

/* ================================================
 *	 全体設定
 * ================================================ */

/* === 全体部分のスタイル === */
body{background-color:#000000;
     margin:0;
     padding:0;
     text-align:center;
     margin:auto;}
.contents {width:960px;
     height:720px;
     text-align:center;}
.img {width:960px;
     height:720px;
     background-color:#000000;
     vertical-align:top;
     padding:0px;}
.copy	{width:960px;
     padding-top:10px;
     font-size:10px;
     color:#666666;
     text-align:left;}
.copy a {color : #666666; 
text-decoration : underline; 
} 
.copy a:hover {color : #666666; 
text-decoration : none; 
} 