/*
----------------------------------------------------------------
UNIVERSAL RESET
----------------------------------------------------------------
*/
*
	{
	padding				:0;
	margin				:0;
	}

/*
----------------------------------------------------------------
BODY AND DEFAULT SETTINGS
----------------------------------------------------------------
*/

body, div, td, p, h1, pre
	{
	color				:#333333;
	font-family			:Meiryo,"MS UI Gothic","MS PGothic",Osaka,sans-serif,Arial;
	font-size			:9pt;
	font-weight			:normal;
	vertical-align		:top;
	line-height			:1.4em;
	background-color	:Transparent;
	}

body
	{
	width				:100%;
	}

.outer
	{
	padding				:100px 0 0 0;
	width				:100%;
	text-align			:center;
	}

h1
	{
	margin				:0 0 40px 0;
	font-size			:15pt;
	font-weight			:bold;
	}

.mgn_btm_20
	{
	margin-bottom		:20px;
	}

.mgn_btm_40
	{
	margin-bottom		:40px;
	}

.en
	{
	font-family			:Arial;
	font-weight			:bold;
	}

a:link, a:active, a:visited
	{
	color				:#0000FF;
	text-decoration		:none;
	}
a:hover
	{
	color				:#FF0079;
	text-decoration		:none;
	}