@charset "UTF-8";



/*---------------------------------------------------------------------------------------

written by	：Tomohiro Kitamura
last updated	：2009/5/5

----------------------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------------------
リセット用CSS（ブラウザごとのスタイルをリセットするためのCSS）
----------------------------------------------------------------------------------------*/



/* menu
-----------------------------------------------------------------------------------------

	1: universal reset

----------------------------------------------------------------------------------------*/



/* 1: universal reset
----------------------------------------------------------------------------------------*/
*
	{
	margin			: 0;
	padding			: 0;
	}

fieldset,img
	{ 
	border			: 0;
	}

address,caption,cite,code,dfn,em,strong,th,var
	{
	font-style		: normal;
	font-weight		: normal;
	}

ol,ul
	{
	list-style		: none;
	}

h1,h2,h3,h4,h5,h6
	{
	font-size		: 100%;
	font-weight		: normal;
	}




/* GAME OVER
----------------------------------------------------------------------------------------*/
