@charset "utf-8";
/* ===================================================================

 file name  :index.css
 style info :イベント

=================================================================== */

/* ---------------------------------------------------------------------------
		#wrapper
			全体
--------------------------------------------------------------------------- */
body{
	background-color:#000;	
	margin:0;
}
#wrapper{
}
#content{
}

#main{
}
#main p{
	text-align:center;
}
