@charset "utf-8";

/*
	ニュースリリース
	新規作成： 2007-03-28
	最終更新： 2008-01-22
*/
/* -------------------------------------------------- キービジュアル領域 */
div#mainContents h1 {
	font-size: 180%;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	background-image: none;
	border: 0;
}

div#mainContents p.newsRelease {
	clear: both;
	font-size: 200%;
	font-weight: bold;
	border: 1px solid #CDCDCD;
	background-color: #FFFFFF;
	padding: 6px 0 4px 12px;
	background-image: url(/common/images/bg-h1-long.gif);
	background-position: -1px -1px;
	background-repeat: no-repeat;
	border-bottom: 5px solid #3B578F;
	margin-left: 20px;
	margin-right: 0;
}

div#mainContents p.newsRelease strong {
	font-weight: bold;
}

div#mainContents p.signature {
	text-align: right;
}

div#mainContents dl.spec dt {
	width: 15em; float: left;
	padding-left: 1em;
	background-image: url(/common/images/mark-items.gif);
	background-position: 0.1em 0.4em;
	background-repeat: no-repeat;
}
div#mainContents dl.spec dd { margin-left: 16em; }
/* -------------------------------------------------- コンテンツ領域 */
/*EOF*/

