@charset "utf-8";

/* NEWS
------------------------------------------------------------------------------*/

#neHeading {
	background-image: url(../images/media/border_block.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
}

#neHeading h3 {
	float: left;
	width: 300px;
}

#neHeading ul {
	float: right;
	width: 350px;
	padding-top: 11px;
	text-align: right;
}

#neHeading li {
	display: inline;
	padding-left: 10px;
}

#news {
	margin-bottom: 50px;
}

#news h4 {
	margin-bottom: 10px;
}

#news dt {
	color: #000000;
	background-color: #E7E6CF;
	width: 70px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	margin-top: 16px;
}

#news dd {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 95px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#events {
	margin-bottom: 50px;
}

#events h4 {
	margin-bottom: 20px;
}

/* NEWS / DETAIL
------------------------------------------------------------------------------*/

#releaseSign {
	margin-bottom: 25px;
	padding-top: 15px;
}

#releaseSign p,
#releaseSign dt,
#releaseSign dd {
	line-height: 1.75;
}

#releaseSign dl {
	text-align: right;
}

#releaseSign dd img {
	padding-right: 5px;
}

#releaseHeading {
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/common/bg_block2.png);
	margin-bottom: 25px;
}

#releaseHeading h3 {
	font-size: 20px;
	line-height: 1.75;
	font-weight: bold;
}

#releaseHeading p {
	line-height: 1.75;
	font-weight: bold;
}

#releaseContent {
	margin-bottom: 35px;
}

#releaseContent h4 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 25px;
	background-image: url(../images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	line-height: 1.75;
}

#releaseContent h5 {
	line-height: 1.75;
}

#releaseContent p {
	line-height: 1.75;
	margin-bottom: 10px;
}

#releaseContent dl,
#releaseContent ul,
#releaseContent ol {
	margin-bottom: 5px;
}

#releaseContent li,
#releaseContent dt,
#releaseContent dd {
	line-height: 1.75;
}

#releaseFooter dt {
	float: left;
	width: 75px;
	line-height: 1.75;
}

.reference {
	margin-top: 35px;
}

#releaseFooter h5 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 25px;
}

#releaseFooter dd {
	line-height: 1.75;
}

#releaseFooter p {
	line-height: 1.75;
	margin-bottom: 25px;
}

#releaseFooter h6 {
	line-height: 1.75;
}

.center {
	text-align: center;
}

#releaseContent .newsMrgnTop {
	margin-top: 25px;
}

#releaseContent .newsMrgnBottom {
	margin-bottom: 25px;
}

.newsBorder {
	border: solid 1px #E6E6E6;
}

#releaseContent table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

#releaseContent th {
	padding-left: 20px;
	text-align: left;
	border: 1px solid #E6E6E6;
	background-image: url(../images/common/bg_block2.png);
	padding-right: 20px;
}

*:first-child+html #releaseContent th {
	line-height: 1.25;
}

* html body #releaseContent th {
	line-height: 1.25;
}

#releaseContent td {
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 1.5;
	padding-top: 10px;
	padding-right: 20px;
	border: 1px solid #E6E6E6;
}

