@charset "utf-8";
/* CSS Document */

h2.headingA01{
	margin-top:20px;
	}
h3.headingC01{
	margin-bottom:0.5em;
	font-size:0.9em;
	}
h3.headingD01{
	margin-top:1.5em;
	margin-bottom:0.5em;
	font-size:0.9em;
	}

table{
	border-collapse:collapse;
	}
table th{
	width:100%;
	background:#e9e9e9;
	font-weight:bold;
	}
table th,
table td{
	padding:0.5em 1em;
	border:1px solid #dcdcdc;}
table th{
	width:20%;
	vertical-align:top;
	}
table td{
	width:80%;
	}

ul.discList li{
	margin-left:20px;
	list-style-type:disc;
	}
ol.decimalList li{
	margin-left:20px;
	list-style:decimal;
	}

#map{
	display:block;
	width:488px;
	height:302px;
	border:1px solid #ccc;
	}

.imageDescriptionA03{
	width:740px;
	}
.imageDescriptionA03 .pict{
	width:488px;
	float:left;
	}
.imageDescriptionA03 .desc{
	width:236px;
	float:right;
	}

div#mainArea .notes{
	display:block;
	padding-left:1em;
	text-indent:-1em;
	}
div#mainArea em.notes{
	display:inline;
	padding-left:0;
	font-size:1em;
	text-indent:0;
	font-style:normal;
	color:#c00;
	}
