@charset "Shift_JIS";
/*===========================================
01 Basic Setting
===========================================*/
html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	height:100%;
	width:100%;
}
body { margin: 0px; padding: 0px; background-color: #000000; color:#aaaaaa; font-size:1em; text-align:center; height:100%; width:100%; }
a:link { color: #aaaaaa; text-decoration:underline; }
a:visited { color: #888888; text-decoration: none; }
a:hover { text-decoration: underline; color: #888888; }
a img { border: 0; }
/*===========================================
02 layout
===========================================*/
#wrapper { width:100%; margin: 100px auto 0px; padding:0px; }
/*===========================================
04 fonttype
===========================================*/
