.contents-self {
	text-align: center;
	padding-bottom: 25px;
	}

.contents-self h1 { margin: 25px 0px; }

.contents-self p {
	line-height: 1.5;
	margin-bottom: 15px;
	}

.contents-self p.info {
	font-size: 85%;
	font-weight: bold;
	}

.contents-self dl {
	width: 300px;
	text-align: left;
	margin: 15px auto;
	}
.contents-self dt {
	float: left;
	margin: 0px 15px 7px 0px;
	}
.contents-self dd {
	color: #ce0000;
	font-weight: bold;
	margin-bottom: 7px;
	}
.contents-self dd .parentheses {
	font-size: 80%;
	font-weight: normal;
	margin-left: 3px;
	}


.contents-self table {
	clear: both;
	width: 500px;
	font-size: 78%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 10px auto;
	}
.contents-self th, .contents-self td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 10px;
	}
.contents-self th {
	color: #00768c;
	background: #d7ecf0;
	}


.contents-self p.notice {
	width: 500px;
	text-align: left;
	margin: 5px auto 25px auto;
	}