/* Style sheet for digital contents (English) */
/* Last modified 2007.4.16 */


/* --------------- */
/* Basic Paragraph */
/* --------------- */

BODY	{
	font-family :	Sans-Serif;
	font-size :	100%
	background-color :	#FFFFFF;
	margin :	0px 0px 0px 0px;
	}
P	{
	font-size :	100%;
	line-height :	120%;
	color :	#000000;
	margin : 0px 0px 0px 0px;
	}

/* -------------- */
/* Anchor's color */
/* -------------- */

A:link	{color:#0000FF}
A:visited	{color:#800080}


/* --------------- */
/* Style Container */
/* --------------- */


DIV.PAGE	{
	font-size :	95%;
	padding-right :	20px;
	padding-left :	20px;
	margin-top :	28px;
	color :	#000000;
	}
DIV.top_text	{
	font-size :	100%;
	line-height :	120%;
	color :	#000000;
	margin :	0px 5px 0px 5px;
	text-align :	left;
	}
DIV.top_faq	{
	font-size :	80%;
	line-height :	125%;
	color :	#000000;
	margin :	5px 5px 0px 10px;
	text-align :	left;
	}
DIV.center_header{
	font-size :	105%;
	line-height :	130%;
	font-weight :	bold;
	color :	#000000;
	text-align :	left;
	}
DIV.center_text{
	font-size :	90%;
	line-height :	150%;
	color :	#000000;
	margin :	10px 20px 0px 10px;
	text-align :	left;
	}
DIV.center_note_header{
	font-size :	90%;
	line-height :	135%;
	font-weight :	bold;
	color :	#000000;
	text-align :	left;
	}
DIV.center_note_text	{
	font-size :	80%;
	line-height :	130%;
	color :	#000000;
	margin :	10px 10px 5px 10px;
	text-align :	left;
	}
DIV.footer_text	{
	font-size :	100%;
	line-height :	120%;
	font-weight :	normal;
	color :	#000000;
	margin :	10px 0px 5px 5px;	
	text-align :	left;
	}
DIV.footer_list	{
	font-size :	85%;
	line-height :	120%;
	font-weight :	normal;
	color :	#666666;
	margin :	4px 0px 1px 5px;	
	text-align :	left;
	}
DIV.copyright	{
	font-size :	80%;
	font-weight :	normal;
	color :	#666666;
	margin :	3px 0px 0px 5px;	
	text-align :	left;
	}	
DIV.topicnumber	{
	font-size :	80%;
	font-weight :	normal;
	color :	#666666;
	margin :	3px 0px 0px 0px;	
	text-align :	right;
	}	
DIV.EOF	{
	padding-bottom : 38px;
	}

/* --------------- */
/* Heading         */
/* --------------- */

H1	{
	font-size :	105%;
	line-height :	125%;
	font-weight :	bold;
	color :		#FFFFFF;
	margin:	0px 0px 0px 0px;
	background-color :	#00008B;
	padding :	10px 10px 10px 25px;
	}

H2	{
	font-size :	105%;
	line-height :	130%;
	font-weight :	bold;
	color :	#00008B;
	margin :	25px 20px 5px 10px;
	padding :	3px 0px 3px 7px;
	border-top :	thick none #3399FF;
	border-right :	thick none #3399FF;
	border-bottom :	thick none #FFFFFF;
	border-left :	10px solid #3399FF;
	}
H2.note	{
	font-size :	90%;
	line-height : 	135%;
	font-weight :	bold;
	color :	#666666;
	margin :	15px 0px 8px  10px;
	padding :	2px 0px 2px 7px;
	border-top :	thick none #666666;
	border-right :	thick none #666666;
	border-bottom :	thick none #FFFFFF;
	border-left :	8px solid #666666;
	}
H3	{
	font-size :	90%;
	line-height :	135%;
	font-weight : 	bold;
	color :	#000000;
	margin : 8px 20px 5px 46px;
	text-indent : -18px;
	}
H3.note	{
	font-size :	85%;
	line-height : 	110%;
	font-weight : 	bold;
	color :	#000000;
	margin : 5px 10px 5px 40px;
	text-indent : -14px;
	}
H3.hint	{
	font-size :	80%;
	line-height :	120%;
	font-weight : 	bold;
	color :	#000000;
	margin : 12px 20px 0px 46px;
	text-indent : -16px;
	}


/* ------------------ */
/* List and procedure */
/* ------------------ */


UL	{
	margin :	0px 0px 0px 0px;
	}
LI	{
	font-size :	100%;
	line-height :	100%;
	margin :	0px 0px 0px 0px;
	}

/* ----------------------- */
/* Tables and Cells */
/* ----------------------- */

TABLE	{
	font-size :	100%;
	background-color :	#FFFFFF;
	margin :	0px 0px 0px 0px;
	border : 0px;
	border-collapse:collapse;
	cellspacing : 0px;
	cellpadding : 0px;
	}
TD	{
	padding : 0px 0px 0px 0px;
	border : 0px;
	border-collapse:collapse;
	cellspacing : 0px;
	cellpadding : 0px;
	}
TD.header	{
	padding : 5px 10px 5px 10px;
	border : 0px;
	border-collapse:collapse;
	cellspacing : 0px;
	cellpadding : 0px;
	background-repeat:repeat-x;
	}