#contents-body h2 {
	width: 680px;
	height: 59px;
	margin-bottom: 30px;
	background-image: url("../images/title.png");
}

.txt {
	padding: 0 5px;
	font-size: 14px;
	color: #333333;
	line-height: 1.7em;
}
.txt strong {
	color: #ff0000;
}
.txt a {
	color: #0071BC;
}
.ex {
	padding: 0 5px;
	font-size: 13px;
	color: #808080;
	line-height: 1.5em;
}
.ex span {
	font-weight: bold;
	color: #000000;
}
#main p.txt.sub {
	margin: 20px 0;
	text-align: right;
	color: #b3b3b3;
	font-size: 12px;
	line-height: 1.4em;
}

#contents-body h3 {
	width: 680px;
	margin: 0 auto 10px;
	padding: 0 5px 5px 15px;
	font-size: 19px;
	font-weight: normal;
	color: #8e62bc;
	line-height: 1.4em;
	border-left: solid 8px #8e62bc;
	border-bottom: solid 2px #8e62bc;
}


.block {
	margin: 30px 0 60px;
}
table {
	width: 680px;
	margin: 15px auto 10px;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: solid 1px #000000;
}
th {
	padding: 10px 0;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #f2f2f2;
	border-left: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
}
.name {width: 400px;}
.file {width: 140px;}

td {
	height: 40px;
	padding: 6px 10px 3px;
	vertical-align: middle;
	font-size: 15px;
	color: #000000;
	text-align: left;
	border-left: solid 1px #dbdbdb;
	border-bottom: solid 1px #dbdbdb;
}
th:first-child,
td:first-child {border-left: none;}
.center {text-align: center;}


.block_link {
	width: 198px;
	height: 40px;
	margin: 20px 0;
	background-color: #8e62bc;
	background-image: url("../images/link.png");
}
.block_link:hover {background-color: #74519b;}