﻿@charset "utf-8";
/* CSS Document */
 *{
	 margin:0;
	 padding:0;
	 }

html {
	height: 100%;
	}


body {
	/* IE7以降,モダンブラウザ用 */
    width:100%;
    min-width:968px;
    min-height:650px;
    /* ここまで */
    height:100%;
    position:relative; 
	
	background-color:#555657;

}

p{
	text-decoration:none;
	padding-top:150px;
	text-align:center;
	line-height:14px;
	font-size:11px;
	color:#FFF;
}

a{
	line-height:50px;
	text-decoration:none;
	
	/*color:#F00;*/
}

#banner {
	border:none;
	text-decoration:none;
	padding:5px;
	}

a:hover {
	border:none;
	text-decoration:none;
}
a:link {
	border:noe;
	text-decoration:none;
}
a:visited {
	border:none;
	text-decoration:none;
}


#container{
    width:968px;
    height:650px;
    position:absolute;
    bottom:50%;
    right:50%;
}
#container-inner{
    width:968px;
    height:650px;
    position:absolute;
    top:50%;
    left:50%;

    background-color:#000;
}


 
