@charset "shift_jis";
/* **************************************************************************************

=Common Style

************************************************************************************** */

/* =Common Style
____________________________________________________________________________ */    

html {
	width:  100%;
	height: 100%;}

h1,h2,h3,h4,h5,h6,
p,div,
ul,ol,li,dl,dt,dd,
img,form,fieldset,label {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	font-weight: normal;
	border: 0;}

body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	}
	

div#main {
	color:#FFFFFF;
	}
	
div#main img {
	position:absolute;
	
	}

div#wrapper {
	height: 100%;
	background:#000000;
	}



