/* Style sheet for digital contents (English) */
/* Last modified 2007.5.7 */


/* --------------- */
/* Basic Paragraph */
/* --------------- */

BODY	{
	font-family:	Sans-Serif;
	background-color :	#FFFFFF;
	margin :	0px 0px 0px 0px;
	}
P	{
	font-size :	95%;
	line-height :	115%;
	color :	#000000;
	margin : 0px 0px 0px 5px;
	}

/* -------------- */
/* Anchor's color */
/* -------------- */

A:link	{color:#0000FF}
A:visited	{color:#800080}


/* --------------- */
/* Style Container */
/* --------------- */


DIV.PAGE	{
	background-color :	#FFFFFF;
	padding :	25px 20px 0px 20px;
	}
DIV.category_list	{
	font-size :	95%;
	line-height :	115%;
	font-weight :	normal;
	color :	#666666;
	margin :	2px 0px 2px 0px;
	}
DIV.category_list_blue	{
	font-size :	95%;
	line-height :	110%;
	font-weight :	bold;
	color :	#0066FF;
	margin :	2px 0px 2px 0px;
	}
DIV.icon_list	{ 
	font-size :	80%;
	font-weight :	normal;
	color :	#000000;
	margin :	0px 20px 0px 5px;	
	}
DIV.center_header{
	font-size :	100%;
	font-weight :	bold;
	color :	#000000;
	margin :	3px 0px 2px 20px;
	}
DIV.question_list	{
	font-size :	90%;
	line-height :	125%;
	font-weight :	bold;
	color :	#000000;
	padding :	4px 20px 4px 10px;
	}
DIV.question_text	{
	font-size :	95%;
	line-height :	115%;
	font-weight :	bold;
	color :	#000000;
	margin :	6px 20px 8px 10px;
	}
DIV.answer_text	{
	font-size :	95%;
	line-height :	115%;
	font-weight :	normal;
	color :	#000000;
	margin :	8px 20px 10px 20px;
	vertical-align :	top;
	}
DIV.answer_note_text	{
	font-size :	95%;
	line-height :	115%;
	font-weight :	normal;
	color :	#000000;
	margin :	8px 20px 10px 33px;
	vertical-align :	top;
	}
DIV.OL_text	{
	font-size :	100%;
	line-height :	115%;
	font-weight :	normal;
	color :	#000000;
	margin :	2px 20px 5px 0px;
	vertical-align :	top;
	}
DIV.illust	{
	margin:	5px 0px 5px 0px;
	}
DIV.ast	{
	font-size :	85%;
	line-height :	120%;
	margin-left:	10px;
	text-indent:	-10px;
	color :	#000000;	
	}
DIV.topicnumber	{
	font-size :	85%;
	font-weight :	normal;
	color :	#666666;
	margin :	5px 5px 0px 0px;	
	}
DIV.copyright	{
	font-size :	80%;
	font-weight :	normal;
	color :	#666666;
	margin :	10px 0px 0px 5px;	
	}	
DIV.EOF	{
	padding-bottom : 38px;
	}

/* --------------- */
/* Heading         */
/* --------------- */

H1	{
	font-size :	105%;
	font-weight :	bold;
	color :		#FFFFFF;
	background-color :	#00008B;
	padding :	10px 0px 10px 25px;
	margin :	0px 0px 0px 0px;
	}

H2	{
	font-size :	120%;
	line-height :	130%;
	font-weight :	bold;
	color :	#00008B;
	padding :	0px 0px 0px 0px;
	margin :	10px 0px 5px 0px;
	}

H3	{
	font-size :	120%;
	line-height : 125%;
	font-weight : bold;
	color :	#000000;
	margin : 20px 0px 5px 5px;
	}
H4	{
	font-size :	95%;
	line-height : 110%;
	font-weight : bold;
	color :	#000000;
	margin : 10px 0px 2px 20px;
	}


/* ------------------ */
/* List and procedure */
/* ------------------ */


OL	{
	padding :	0px 0px 0px 0px;
	}
OL.answer	{
	font-size :	90%;
	line-height :	120%;
	font-weight : bold;
	margin :	5px 20px 6px 46px;
	}

UL	{
	padding :	0px 0px 0px 0px;
	}
UL.answer	{
	font-size :	90%;
	line-height :	120%;
	font-weight : normal;
	margin :	5px 20px 2px 40px;
	}
UL.answer_note	{
	font-size :	90%;
	line-height :	120%;
	font-weight : normal;
	margin :	5px 20px 2px 48px;
	}
UL.answer_OL	{
	font-size :	100%;
	line-height :	120%;
	font-weight : normal;
	margin :	5px 20px 2px 15px;
	}	
LI	{
	padding :	0px 0px 0px 0px;
	}



/* ----------------------- */
/* Tables and Cells */
/* ----------------------- */

TABLE	{
	border : 0px;
	border-collapse:collapse;
	cellspacing : 0px;
	cellpadding : 0px;
	}
TD	{
	padding : 0px 0px 0px 0px;
	}
TD.question_list_icon	{
	padding-top : 5px;
	text-align :	right;
	vertical-align :	top;	
	}


