.press-title {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 20px;
}
.press {
	clear: both;
	width: 100%;
	border-bottom: 1px dotted #747474;
	display: inline-block;
}
.press:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
*html .press {
	height:0.1%;
}

.press dt {
	margin: 0px;
	padding: 10px;
	float: left;
	clear: none;
	width: 13%;
}
.press dd {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 80%;
	border-style: none;
}
#pagelink {
	clear: both;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-top: 10px;
}

