@charset "utf-8";
/* Style sheet for digital contents (English) */
/* Last modified 2012.7.5 */


/* --------------- */
/* Basic Paragraph */
/* --------------- */
#content P	{
	font-size :	100%;
	/* changed the line-height 120% to 145% */
	line-height : 145%;
	margin : 0px 0px 0px 0px;
	}
	
/* -------------- */
/* Anchor's color */
/* -------------- */
#content a:link	{
	color:	#000099;
	text-decoration:	none;
}
#content a:visited	{
	color:	#000099;
	text-decoration:	none;
}
#content a:hover	{
	color:	#000099;
	text-decoration:	underline;

}


/* --------------- */
/* Style Container */
/* --------------- */

#content{
	margin:0 20px;
}
#content DIV.PAGE	{
	font-size :	88%;
	/* changed margin 0 to auto */
	margin :	auto;
}

#content DIV.RSLT	{
	font-size :	100%;
	line-height :	120%;
	font-weight :	normal;
	color :	#000000;
	margin :	3px 0px 5px 0px;
	}

#content DIV.TS	{
	font-size :	85%;
	line-height :	115%;
	margin :	4px 0px 0px 17px;
	text-indent :	-18px;
	}

#content DIV.EOF	{
	padding-bottom : 38px;
	}

/* --------------- */
/* Heading         */
/* --------------- */

#content H2	{
	margin-bottom:	18px;
	padding-top:	20px;
	padding-bottom:	5px;
	color:			#000000;
	font-size:		130%;
	font-weight:	bold; 
	border-bottom:	solid 2px #aaaaaa;
}

#content H3	{
	margin-top:		50px;
	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;
	}

#content H3.AFTH2	{
	margin-top:		50px;
	margin-bottom:	8px;
	padding:		2px 0px 0px 5px;
	color:			#000000;
	font-size:		110%;
	font-weight:	bold;
	border-left:	5px solid #000099;
	vertical-align:	middle;
	}

#content 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:3px;
}


/* ------------------ */
/* List and procedure */
/* ------------------ */


#content OL	{
	margin-top :	12px;
	margin-left:	20px;
	}

#content UL	{
	margin-top :	5px;
	margin-bottom :	5px;
	margin-left :	15px;
	}

#content UL.TABLE	{
	font-size :	98%;
	margin :	1px 0px 1px 15px;
	}
	
#content UL.lv1	{
	margin-top :	5px;
	margin-bottom :	5px;
	margin-left :	0;
	padding:0;
	}

#content LI	{
	font-size :	95%;
	line-height :	125%;
	margin :	1px 0px 3px 0px;
	}

#content LI.PROC	{
	font-size :	105%;
	line-height :	115%;
	font-weight :	bold;
	margin :	15px 0px 0px 0px;
	color :		#000000;
	}
LI.PROC	p{
	font-weight:	normal;
}

#content LI.BLTM	{
	font-size :	95%;
	line-height :	125%;
	margin :	2px 0px 0px 2px;
	list-style-type :	disc;
	}

#content LI.BLTS	{
	/* changed font-size 85% to 95% */
	font-size :	95%;
	/* changed line-height 115% to 135% */
	line-height :	135%;
	/* changed the margin-left 3px to 10px */
	margin :	3px 0px 3px 10px;
	list-style-type :	disc;
	}


/* ----------------------- */
/* Tables and Cells */
/* ----------------------- */

#content TABLE	{
	background-color:#ffffff;
	font-size :	95%;
	border-collapse:	collapse;
	border:				solid 1px #000000;
	line-height:		125%;
	margin:				10px 0px 2px 0px;
	}

#content TABLE.NAVI	{
	font-size :	85%;
	font-weight :	normal;
	border-style : none;
	margin :	5px 3px 3px -1px;
	text-align :	left;
	}

#content TH	{
	font-weight :	bold;
	background-color :	#C0C0C0;
	padding :	5px;
	border:		solid 1px #000000;
	text-align :	center;
	}

#content TD	{
	font-weight :	normal;
	padding :	5px;
	border:		solid 1px #000000;
	}

#content TD.NAVI	{
	font-weight :	normal;
	padding :	4px 2px 4px 5px;
	border-style : none;
	background-color :	#D3F5FF;
	}

#content TABLE ul{
	margin:5px 0 0 20px;
	padding:0;
	font-size:110%;
}

#content TABLE ul ul{
	margin:5px 0 0 20px;
	padding:0;
	font-size:100%;
}

/* ----------------------- */
/* Back to top */
/* ----------------------- */
div.return_to_top{
	margin :	30px 20px 0px 20px;
	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{
	background-color:	#edf0f4;
	margin:		12px 0px 8px 0px;
	padding:	6px 2px 6px 6px;
}

div.highlight_note{
	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;
}

/* ----------------------- */
/* textsize 
/* ----------------------- */
div.textsize2  {
	height: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
}

div.textsize2:after{
    content: ""; 
    display: block; 
    clear: both;
}

div.textsize2 ul {
	float:right;
	list-style-type: none;
	padding-top: 5px;
	text-align: right;
}
div.textsize2 ul li {
	float: left;
	padding-left: 3px;
}
div.textsize2 ul li.t-p {
	padding-top: 5px;
}
