@charset "utf-8";

#contents h1 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #003399;
	font-size: 150%;
	font-weight: bold;
	color: #003399;
	text-align: center;
}

#contents .section2 {
	padding: 1em;
	margin-bottom: 1em;
}

#contents .section2 h2 {
	padding: 0.2em 0.5em;
	margin-bottom: 0.5em;
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2;
	text-align: left;
	background: #003399 url(../common/img/back_h2.gif) repeat-y right top;
}

#contents .section2 p {
	margin-bottom: 0.5em;
	text-indent: 1em;
}
#contents .section2 .noindent {
	text-indent: 0px;
}


#contents .section2 table {
	border: 1px solid #003399;
}

#contents .section2 th {
	padding: 5px 10px;
	border: 1px solid #003399;
}


#contents .section2 td {
	padding: 5px 10px;
	border: 1px solid #003399;
}

#contents .section2 li {
	padding-left: 24px;
	margin-bottom: 0.5em;
	background: url(../common/img/li-square.gif) no-repeat left 0.25em;
}

#contents .section2 li li {
	padding-left: 24px;
	margin-bottom: 0.5em;
	background: url(../common/img/li-circle.gif) no-repeat left 0.25em;
}

#contents .section2 dt {
	padding-left: 24px;
	font-weight: bold;
	color: #003399;
	background: url(../common/img/li-square.gif) no-repeat left 0.25em;
}

#contents .section2 dd {
	margin-bottom: 0.5em;
	margin-left: 24px;
}
