/*@charset "utf-8";*/

/* Local CSS Document */

div#ibexplanation{
	float: left;
	width: 250px;
}

div#ibillustration{
	float: right;
	width: 281px;
}
/* IE6 */
*html div#ibexplanation,
*html div#ibillustration{
	margin-bottom: 20px;
}
/* IE6 */
/* IE7*/
*:first-child+html div#ibexplanation,
*:first-child+html div#ibillustration{
	margin-bottom: 20px;
}
/* IE7*/

/** choose langage ***************************************************************************************************************/
div#ibexplanation dl#chooselang{
	width: 245px;
	height: 32px;
	border-bottom: 1px dotted #bdbdbd;
	margin: 0;
	position: relative;
}

div#ibexplanation dl#chooselang dt{
	width: 123px;
	font-size:95%;
	font-weight: bold;
}

div#ibexplanation dl#chooselang dd{
	position: absolute;
	right: 0px;
	top: 0px;	
}

div#ibexplanation dl#chooselang dd ul{
	line-height: 0px;
}

div#ibexplanation dl#chooselang dd ul li#present{
	padding: 0px 2px;
	cursor: pointer;
}

div#ibexplanation dl#chooselang dd ul img{
	vertical-align: bottom;
}

div#ibexplanation dl#chooselang dd ul a{
	outline: none;
}

div#ibexplanation dl#chooselang dd ul a:hover{
	background: none;	
}

/** pdf navi ***************************************************************************************************************/
div#ibexplanation div#pdfnavi{
	margin-bottom: 10px;
}

div#ibexplanation ul.number,
div#ibexplanation ul.alphabet{
	clear: both;
	width: 245px;
	border-bottom: 1px dotted #bdbdbd;
}

div#ibexplanation ul.number li,
div#ibexplanation ul.alphabet li{
	float: left;
	font-size: 110%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

div#ibexplanation p#notice{
	font-size:80%;
	line-height:140%;
	clear: both;
	width: 240px;
}

/** pdf area ***************************************************************************************************************/
div.pdfarea{
	width: 540px;
}

div.pdfarea div.pdfunit1{
	float: left;
	width: 270px;
}

div.pdfarea div.pdfunit2{
	float: right;
	width: 270px;
}

h4.h4headerbg241{
	background-image: url(../images/h4_df_241.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-left: 10px;
}

div.pdfarea ul{
	margin-bottom: 20px;
}

div.pdfarea ul li{
	width: 240px;
	border-bottom: 1px dotted #bdbdbd;
	margin-bottom: 5px;
}

div.pdfarea ul li a.popup{
	display: block;
	background-position: 2px 0.4em;
}

/** tooltip ***************************************************************************************************************/
#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 8px;
	background-color: #b2e1ff;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	color:#1E6A99;
}

