/* All Layout
-------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}

fieldset,img{
	border: 0;
}

abbr,acronym{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

body {
	background-color: #000000;
	line-height: 1.5;
	font: 62.5% "Century Gothic",Arial,"メイリオ","ＭＳ Ｐゴシック","ヒラギノ明朝 Pro W3",sans-serif;
	text-align: center;
	fixed 50% 50%
}

* html body {
	font-size: 75%;
}

a:link { 
	color: #FFFFFF;
	text-decoration: none;}
a:active { 
	color: #FFFF00; 
	text-decoration: none;}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;}
a:hover { 
	color: #FFFF00; 
	text-decoration: none;}

.head1 {
	width: 100%;
	text-align: center;
	height: auto;
	background-color: #FFFFFF;
}

.all {
	text-align: center;
	width: 100%;
	margin-top: 100px;
}
div#main{
	overflow:auto;
	height:600px;
	width:800px;
	top:50%;
	left:50%;
	margin-top:0px;
	margin-left:0px;
	position: absolute;
}
.main {
	overflow:auto;
	height:600px;
	width:800px;
	top: 30%;
	position: relative;
	left: 30%;
	right: 30%;
	bottom: 30%;
}

