@charset "UTF-8";

body {
	background:-moz-linear-gradient(top,#000,#003);/*FF用*/
	background:-webkit-gradient(linear,left top,left bottom,from(#000),to(#003));/*Safari,Google用*/
	width:100%;
	height:100%;
	max-width:2520px;
	min-width:780px;}
	
	
/*ヘッダー*/

	
header {
	width:100%;
	height:auto;
	max-width:2520px;
	min-width:780px;}
	
#head {
	width:100%;
	height:auto;
	z-index:2;}
	
#logo {
	position:absolute;
	top:0;
	width:100px;
	height:100px;
	margin:10px;
	z-index:1;}
/*	margin-top:50px;
	margin-left:10px;}
*/	
		
	
/*ナビゲーション*/
#navcontainer {
	position:absolute;
	top:0;
	width:100%;
	height:40px;
	max-width:2520px;
	min-width:780px;
	background-color:rgba(0,0,51,0.8);}
	
#navcontainer ul {
	text-align:center;
	padding-top:10px;}
	
#navcontainer ul li {
	display:inline-block;
	width:150px;
	color:#fff;
	font-size:16px;
	font-family:"Courier New", Courier, monospace;}
	
#navcontainer ul li a{
	color:#fff;
	text-decoration:none;}
	
#navcontainer ul li a:hover{
	color:#069;
	text-decoration:none;}
	
.page {
	color:#069;}



/*ボックス*/
#center {
	position:absolute;
	top:490px;}
#center li {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	float:left;
	margin-left:50px;
	height:100px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);}


/*フッター*/	
footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:100px;
	max-width:2520px;
	min-width:780px;
	background-color:#002;}
	
footer p {
	padding:15px 0 5px 0;
	color:#fff;
	font-size:9px;
	text-align:center;}
	
footer a {
	color:#fff;
	text-decoration:none;}
	
footer a:hover{
	color:#069;
	text-decoration:none;}


footer ul {
	text-align:center;
	padding-top:10px;}

footer ul li {
	display:inline-block;
	width:100px;
	color:#fff;
	font-size:12px;}

footer ul li a {
	color:#fff;
	text-decoration:none;}
	
footer ul li a:hover{
	color:#069;
	text-decoration:none;}


