@charset "utf-8";

/*
===== CONTENTS ==============================
	1:.sectionH1
	2:.sectionH2
	3:.sectionH3
=============================================
*/

/*
===== 1:.sectionH1 ====
*/
#content .sectionH1 .subTlt {
	font-size: 140%;
}

#content .sectionH1 .update,
#content .sectionH1 .manager {
	text-align: right;
}

/*
===== 2:.sectionH2 ====
*/
#content .sectionH2 {
	width: 530px;
	margin: 0 0 0 20px;
	padding: 0 0 5px;
	background: url(../images/h2_bottom.gif) no-repeat left bottom;
}

#content .sectionH2 .topImg {
	vertical-align: top;
}

#content .sectionH2 p {
	margin: 10px 15px;
}

#content .sectionH2 dl {
	margin: 10px 0 10px;
	padding: 0 15px;
}
#content .sectionH2 dl dt,
#content .sectionH2 dl dd {
	font-size: 80%;
}
#content .sectionH2 dl dd {
	margin: 0 0 0 40px;
}

#content .sectionH2 dl.derivation {}
#content .sectionH2 dl.derivation dt,
#content .sectionH2 dl.derivation dd {
	margin: 0;
}

#content .sectionH2 table {
	width: 530px;
	margin: 0 0 10px;
	_margin: -5px 0 10px;
}
#content .sectionH2 table th,
#content .sectionH2 table td {
	padding: 3px 5px;
	font-size: 80%;
}
#content .sectionH2 table th {
	width: 5em;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}


/*
===== 3:.sectionH3 ====
*/
#content .sectionH3 {
	margin: 0 15px;
	padding: 10px 0;
	border-top: 1px dotted #999999;
}
#content .sectionH3.first-child {
	border-top: none;
}

#content .sectionH3.first-child strong {
	color:#000000;
}

#content .sectionH3.first-child dt {
	font-size:90%;
	color:#347042;
}

#content .sectionH3.first-child dd {
	border-bottom:dotted 1px #CCCCCC;
	padding-top:7px;
	padding-bottom:7px;
	line-height:1.3;
}

#content .sectionH3 h3 {
	color: #347042;
	font-size: 90%;
}

#content .sectionH3 p {
	margin: 0;
}

#content .sectionH3 dl {
	margin: 10px 0 10px;
	padding: 0 15px;
}
#content .sectionH3 dl dt {
	margin-top: 5px;
	font-weight: bold;
}
#content .sectionH3 dl dd {
	margin: 0 0 0 40px;
}
