/* Style sheet for digital contents (English) */
/* Last modified 2010.12.6 */


/* --------------- */
/* Basic Paragraph */
/* --------------- */

body	{
	width:500px;
	font-family:		Sans-Serif;
	font-size:	88%;
	background-color :	#FFFFFF;
	}

p	{
	font-size :	100%;
	line-height : 120%;
	margin : 0px 0px 0px 0px;
	}


/* -------------- */
/* Anchor's color */
/* -------------- */
a:link	{
	color:	#000099;
	text-decoration:	none;
}
a:visited	{
	color:	#000099;
	text-decoration:	none;
}
a:hover	{
	color:	#000099;
	text-decoration:	underline;

}

/* --------------- */
/* Style Container */
/* --------------- */

div.page	{
	width:490px;
	font-size :	95%;
	margin :	0 0 0 10px;
	}

div.rslt	{
	font-size :	95%;
	line-height :	115%;
	font-weight :	normal;
	color :	#000000;
	margin :	3px 0px 5px 1px;
	}

div.ts	{
	font-size :	85%;
	line-height :	115%;
	margin :	4px 0px 0px 17px;
	text-indent :	-18px;
	}

div.eof	{
	padding-bottom : 38px;
	}

/* --------------- */
/* Heading         */
/* --------------- */

h1	{
	width:500px;
	clear: both;
	margin-top:		25px;
	margin-bottom:	5px;
	margin-left:	20px;
	padding-bottom:	4px;
	font-size:		135%;
	color:			#000000;
	font-weight:	bold;
	line-height:	130%;
	border-bottom:	1px solid #0000fe;
	
}
h2	{
	clear: both;
	margin-bottom:	18px;
	padding-top:	20px;
	padding-bottom:	5px;
	color:			#000000;
	font-size:		130%;
	font-weight:	bold; 
	border-bottom:	solid 2px #aaaaaa;
}

h3	{
	margin-top:		26px;
	margin-bottom:	8px;
	margin-left:	2px;
	padding:		2px 0px 0px 5px;
	color:			#000000;
	font-size:		110%;
	font-weight:	bold;
	border-left:	5px solid #000099;
	vertical-align:	middle;
	}

h3.afth2	{
	margin-top:		26px;
	margin-bottom:	8px;
	padding:		2px 0px 0px 5px;
	color:			#000000;
	font-size:		110%;
	font-weight:	bold;
	border-left:	5px solid #000099;
	vertical-align:	middle;
	}

h3.ts	{
	font-size :	100%;
	font-weight :	bold;
	margin :	20px 0px 8px 0px;
	color :	#000000;
	background-color :	#EFF4FA;
	padding :	6px 0px 6px 6px;
	}

h4	{
	font-size :	100%;
	line-height :	normal;
	font-weight :	bold;
	margin :	20px 0px 4px 0px;
	}

h4.note	{
	color:			#cc0000;
	font-weight:	bold;
	margin :	5px 0px 4px 5px;
	}
	
h4.hint	{
	color:			#000000;
	font-weight:	bold;
	margin :	5px 0px 4px 5px;
	}

h4.hint img{
	vertical-align:middle;
	margin-right:2px;
}


/* ------------------ */
/* List and procedure */
/* ------------------ */


ol	{
	margin-top :	12px;
	margin-left:	0px;
	_margin-left:	30px;
	}

ul	{
	margin-top :	5px;
	margin-bottom :	5px;
	margin-left :	15px;
	}

ul.table	{
	font-size :	100%;
	margin :	0px 15px 0px 15px;
	}
	
ul.lv1	{
	margin-top :	5px;
	margin-bottom :	5px;
	margin-left :	0;
	padding:0;
	}

li	{
	font-size :	95%;
	line-height :	125%;
	margin :	1px 0px 0px 0px;
	}

li.proc	{
	font-size :	105%;
	line-height :	115%;
	font-weight :	bold;
	margin :	15px 0px 0px 0px;
	color :		#000000;
	}
	
li.proc	p{
	font-weight:	normal;
}

li.bltm	{
	font-size :	95%;
	line-height :	120%;
	margin :	2px 0px 0px 2px;
	list-style-type :	disc;
	}
	
li.blts{
	font-size :	85%;
	line-height :	115%;
	margin :	3px 0px 0px 3px;
	padding:0;
	list-style-type :	disc;
	}

dl.qaq	{
	background-color:	#eeeeee;
	width:100%;
	float:left;
	padding: 3px 5px 3px 7px;
}

dl.qaq dt {
	font-size:		100%;
	font-weight: 	bold;
	clear: left;
	float: left;
	width: 3em;
	}
dl.qaq dd {
	font-size:		100%;
	line-height :	120%;
	font-weight: 	bold;
	margin-left: 3em;
	zoom: 1;
	}
dl.qaa	{
	clear:both;
	margin:0 0 10px 0;
	padding: 10px 5px 3px 7px;
	}
dl.qaa dt {
	font-size:		100%;
	font-weight: 	normal;
	clear: left;
	float: left;
	width: 3em;
	}
dl.qaa dd {
	font-size:		100%;
	line-height :	120%;
	font-weight: 	normal;
	margin-left: 3em;
	zoom: 1;
	}

/* ----------------------- */
/* Tables and Cells */
/* ----------------------- */

table	{
	background-color:#ffffff;
	font-size :	95%;
	border-collapse:	collapse;
	border:				solid 1px #000000;
	line-height:		125%;
	margin:				10px 0px 2px 0px;
	}

table.navi	{
	font-size :	85%;
	font-weight :	normal;
	border-style : none;
	margin :	5px 3px 3px -1px;
	text-align :	left;
	}

th	{
	font-weight :	bold;
	background-color :	#C0C0C0;
	padding :	5px;
	border:		solid 1px #000000;
	text-align :	center;
	}

td	{
	font-weight :	normal;
	padding :	4px 10px 4px 10px ;
	border:		solid 1px #000000;
	}

td.navi	{
	font-weight :	normal;
	padding :	2px 3px 3px 4px;
	border-style : none;
	background-color :	#D3F3FF;
	}

table ul{
	margin:5px 0 0 20px;
	padding:0;
	font-size:110%;
}

table ul ul{
	margin:5px 0 0 20px;
	padding:0;
	font-size:100%;
}

/* ----------------------- */
/* Back to top */
/* ----------------------- */
div.return_to_top{
	margin-top:			30px;
	padding-right:		2px;
	padding-left:		10px;
	font-size:			100%;
	text-align:			right;
}

div.return_to_top a{
	text-decoration:	none;
	color:				#000099;
}

div.return_to_top a:hover{
	text-decoration:	underline;
	color:				#000099;
}

/* ----------------------- */
/* To L3 */
/* ----------------------- */
div.to_l3{
	margin-top:			20px;
	padding-right:		20px;
	padding-left:		2px;
	margin-bottom:20px;
	font-size:			100%;
	text-align:			left;
}

div.to_l3 a{
	text-decoration:	none;
	color:				#000099;
}

div.to_l3 a:hover{
	text-decoration:	underline;
	color:				#000099;
}

/* ----------------------- */
/* highlight 
/* ----------------------- */
div.highlight_hint{
	width:100%;
	background-color:	#edf0f4;
	margin:		12px 0px 8px 0px;
	padding:	6px 2px 6px 6px;
}

div.highlight_note{
	width:100%;
	background-color:	#dfe3e8;
	margin:		12px 0px 8px 0px;
	padding:	6px 2px 6px 6px;
}

div.highlight_hint ul,
div.highlight_note ul{
	margin:5px 20px;
	padding:0;
	font-weight:normal;
}

div.highlight_hint table,
div.highlight_note table{
	margin:10px 0;
	padding:0;
}
div.highlight_hint table td,
div.highlight_note table td{
	padding:2px;
}
