/*
================================================================================
FOR DEBUGGING (WARNNING: NORMALY, THIS BLOCK HAS TO BE COMMENTED-OUT)
================================================================================
*/
/*
TABLE
	{
	border				:blue 1px ridge;
	}
TD
	{
	border				:red 1px ridge;
	}
*/

/*
--------------------------------------------------------------------------------
COMMON DEFINE
--------------------------------------------------------------------------------
*/

A:link, A:active, A:visited
	{
	text-decoration		:none;
	color				:#6699FF;
	}
A:hover
	{
	text-decoration		:none;
	color				:#FF9933;
	}

BODY, TABLE, TD, SELECT
	{
	padding				:0px 0px 0px 0px;
	margin				:0px 0px 0px 0px;
	color				:#666666;
	font-family			:'MS UI Gothic',Osaka,sans-serif;
	font-size			:9pt;
	font-weight			:normal;
	line-height			:122%;
	vertical-align		:top;
	background-color	:Transparent;
	}

BODY
	{
	background-color	:#FFFFFF;
	}

IMG
	{
	border				:0;
	}

.EN
	{
	font-family			:Verdana,Arial,Helvetica,sans-serif;
	font-size			:8pt;
	}

.BLACK
	{
	color				:#000000;
	}

TABLE.OUTER
	{
	width				:100%;
	height				:100%;
	}

TD.OUTER
	{
	width				:100%;
	height				:100%;
	text-align			:center;
	vertical-align		:middle;
	}

TABLE.WELCOME
	{
	width				:540px;
	height				:100%;
	}

TD.WELCOME
	{
	padding				:0px 0px 3px 0px;
	width				:540px;
	height				:40px;
	color				:#000099;
	font-weight			:bold;
	vertical-align		:bottom;
	border-bottom		:solid 1px #000099;
	}

TD.BG-TOP
	{
	width				:540px;
	height				:180px;
	background-color	:Transparent;
	background-image	:url(bg-image-top.gif);
	background-position	:top left;
	background-repeat	:no-repeat;
	}

TD.MSG
	{
	width				:540px;
	height				:100%;
	text-align			:center;
	vertical-align		:middle;
	}

SPAN.DOMAIN
	{
	color				:#000000;
	font-size			:12pt;
	font-weight			:bold;
	line-height			:normal;
	}

TD.BG-BOTTOM
	{
	width				:540px;
	height				:180px;
	background-color	:Transparent;
	background-image	:url(bg-image-bottom.gif);
	background-position	:bottom right;
	background-repeat	:no-repeat;
	}

TD.POWERED
	{
	padding				:3px 0px 0px 0px;
	width				:540px;
	height				:40px;
	text-align			:right;
	border-top			:solid 1px #000099;
	}
