@charset "utf-8";

/*
===== CONTENTS ==============================
	1:.sectionH2
=============================================
*/

/*
===== 1:#topicPath ====
*/
#topicPath {
    clear:both;
	height: 2.5em;
	background: url(../images/blank_top.gif) no-repeat left top;
}

#topicPath ul {
	margin: 10px 15px 10px 0;
	float: right;
}
/*@media print ul{#topicPath {
	display: none;
}}*/

#topicPath ul li {
	float: left;
	font-size: 80%;
}
#topicPath ul li a {
	text-decoration: none;
	color: #327043;
}
#topicPath ul li a:hover {
	text-decoration: underline;
}


/*
===== 2:#content =====
*/
#content {
	width: 700px;
	margin: 0 100px 10px;
	_margin: 0 100px 15px;
	padding: 0 0 15px;
	background: url(../images/contents_bottom.gif) no-repeat left bottom;
	float: none;
}
/*@media print{#content {
	background: none;
}}*/

@media print{#content {
	float:left;
}}



/* 2-1:.sectionH1 */
#content .sectionH1 {
	padding: 23px 0 0 15px;
	background: url(../images/contents_top.gif) no-repeat left top;
}
/*@media print{#content .sectionH1 {
	background: none;
}}*/

#content .sectionH1 a {
	font-weight: bold;
}


/* 2-2:.sectionH2 */
#content .sectionH2 {
	width: 488px;
	_width: 505px;
	float: right;
	margin: 0 0 0 20px;
	padding: 0 16px 5px 15px;
	border-left: 1px dotted #98b7a1;
}
/*@media print{#content .sectionH2 {
	float: none;
	border-left: none;
}}*/

#content .sectionH2 h2 {
	margin: 0 0 20px;
	color: #347042;
	font-size: 100%;
}

#content .sectionH2 p {
	margin: 0 0 20px;
}

#content .sectionH2 .toppage {
	margin: 0 0 25px;
	color: #004DC0;
	font-size: 80%;
}
#content .sectionH2 .toppage a {
	text-decoration: underline;
}

#content .sectionH2 p.line {
	padding: 0 0 20px;
	border-bottom: 1px dotted #555555;
}

#content .sectionH2 ul {
	margin: 0 0 10px;
	padding: 10px 0 0 30px;
	border-top: 1px dotted #555555;
}
#content .sectionH2 ul.link {
	margin: 0 0 30px;
	border: none;
}
#content .sectionH2 ul li {
	color: #004DC0;
	font-size: 80%;
	list-style-type: none;
}
#content .sectionH2 ul li a {
	text-decoration: underline;
}

#content .sectionH2 ul li ul {
	border: none;
	margin: 0 0 0 100px;
	padding-top: 0;
}
#content .sectionH2 ul li ul li {
	font-size: 100%;
}
#content .sectionH2 ul.blog {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #555555;
}


/* 2-3:.sectionH3 */
#content .sectionH3 {
	margin: 0;
	padding: 0;
}

#content .sectionH3 h3 {
	margin: 0 0 5px;
	font-size: 80%;
}

#content .sectionH3 p {
	margin: 0 0 20px;
}

#content .sectionH3 dl {
	margin: 0 0 20px 40px;
}
#content .sectionH3 dl dt {
	margin: 0;
	font-size: 80%;
}
#content .sectionH3 dl dd {
	margin: 0 0 0 30px;
	font-size: 80%;
}


/* 2-4:.sectionH4 */
#content .sectionH4 {
	width: 490px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	background: url(../images/h4_bottom.gif) no-repeat left bottom;
}

#content .sectionH4 .topImg {
	vertical-align: top;
}

#content .sectionH4 h4 {
	margin: 20px 15px 5px;
	font-size: 80%;
}
#content .sectionH4 h4.first-child {
	margin-top: 0;
	_margin-top: -10px;
}

#content .sectionH4 p {
	margin: 0 15px;
}

#content .sectionH4 dl {
	margin: 0 0 20px 40px;
}
#content .sectionH4 dl dt {
	width: 170px;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
}
#content .sectionH4 dl dd {
	margin: -1.4em 0 5px 170px;
	font-size: 80%;
}


/* 2-5:.anchor */
#content .anchor {
	width: 145px;
	_width: 150px;
	margin: 0;
	float: left;
}
/*@media print{#content .anchor {
	display: none;
}}*/

#content .anchor ul {
	margin: 0 0 0 10px;
}
#content .anchor ul li {
	color: #004DC0;
	font-size: 80%;
	font-weight: bold;
}
#content .anchor ol li a,
#content .anchor ul li a {
	text-decoration: none;
}
#content .anchor ol li a:hover,
#content .anchor ul li a:hover {
	text-decoration: underline;
}

#content .anchor ol {
	margin: 0 0 0 35px;
}
#content .anchor ol li {
	margin: 0 0 5px;
	color: #004DC0;
	font-size: 80%;
	font-weight: bold;
	list-style-type: decimal;
}

