div#contents div.bottomwrapper {
	padding: 29px 54px;
}

div.toptexts {
	margin: 20px 20px 30px;
}

div.toptexts p {
	margin: 0 0;
	line-height: 1.5;
}

ol.toplist {

}

ol.contents {
	list-style-type: decimal;
	list-style-position: inside;
	width: 300px;
	height: auto;
	margin: 1em auto;
	padding: 0;
}

ol.contents li {
	line-height: 1.3;
}

ul.notice {
	list-style-type: disc;
	list-style-position: outside;
	width: 600px;
	height: auto;
	margin: 1em auto;
	padding: 5px;
	color: #1e4e8e;
	background-color: #f0feff;
	border: 1px solid #1e4e8e;
}
ul.notice li {
	margin: 0 1.5em;
	line-height: 1.3;
}
ul.notice li img {
	display: block;
	margin: 0.5em auto;
	border: 2px solid #FF0000;
}

div.stepup {
	margin-bottom: 30px;
}

table.summary {
	border-collapse: collapse;
	margin: 20px 0;
}
table.summary tbody tr {
/*
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
*/
}
table.summary tbody tr th {
	font-weight: bold;
	white-space: nowrap;
	border-top: 1px solid #999999;
}
table.summary tbody tr td {
	vertical-align: top;
	font-size: 90%;
	margin: 0;
	padding: 3px 1px;
	border-top: 1px solid #999999;
}
table.summary tbody tr td.bg {
	background-color: #F0F0F0;
}
table.summary tbody tr.header th {
	margin: 0;
	padding: 5px 2px;
	color: #FFFFFF;
	background-color: #666666;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

table.summary div {
	color: #1053a6;
	font-size: 111%;
}

table.summary * {
	line-height: 1.2;
}

table.summary dl {
	margin: 2px 2px 2px 5px;
}
table.summary dl dt {
}
table.summary dl dd {
}
table.summary ul {
	margin: 0.4em 0.8em 0.4em 1.5em;
	list-style-type: circle;
}
table.summary ol {
	margin: 0.4em 0.8em 0.4em 2em;
}