﻿@charset "utf-8";
/* CSS Document */

body {
	background:url(1337.png);

	text-align: center;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	color:#FFF;

}

div   {
	text-align: center;
	margin: 0 auto;
	top:0;
	z-index: 1;

	}


a:link {
    color: #50F85C;
	text-decoration:none;
	font-family:"ＭＳ Ｐゴシック", Osaka;

	
	}
	
a:visited {
    color: #50F85C;
	text-decoration:none;
	font-family:"ＭＳ Ｐゴシック", Osaka;


	 }
	 
#flash {
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#header {
    height: 135px;
	width:auto;
    margin-bottom: 30px;
    text-align: left;
	z-index: 1;
} 
	 

