@charset "utf-8";
/* -------------------------------------------------- */
/* Container box */
/* -------------------------------------------------- */
#container {
	width: 690px;
	font-size: 12px;
	line-height: 180%;
}
#header {
	padding: 50px 50px 40px;
	background: url(/english/images/news/common/news_header_bg.gif) no-repeat;
}
#header #logo {
	float: left;
	margin: -10px 0px 0px -10px;
}
#header #date {
	text-align: right;
}
#container_body {
	padding: 0px 50px;
	background: url(/english/images/news/common/news_body_bg.gif) repeat-y;
}
#container_bottom {
	padding: 1em 50px 50px;
	background: url(/english/images/news/common/news_footer_bg.gif) no-repeat bottom;
}
#footer {
	font-size: 10px;
	color: #909090;
	margin: -15px 0px 0px;
	padding: 0px 50px 10px;
}
#footer #copy {
	float: left;
}
#footer #link {
	text-align: right;
}
/* -------------------------------------------------- */
/* Contents common */
/* -------------------------------------------------- */
h1 {
	margin: 0px 0px 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #E1E1E1;
	margin: 0px 0px 30px;
	padding: 0px 0px 3px;
}
/* -------------------------------------------------- */
/* Contents table style */
/* -------------------------------------------------- */
.table_a {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	line-height: 120%;
}
.table_a th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #E9E9E9;
	padding: 5px 10px;
	white-space: nowrap;
}
.table_a td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 10px;
}
.table_b td {
	padding: 0px 10px 3px 0px;
	vertical-align: top;
}
.table_noline {
	border-left: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
}
.table_noline th {
	border-left: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
}
.table_noline td {
	border-left: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
}
/* -------------------------------------------------- */
/* irのrelease.htmlからリンクする記事で使用 */
/* -------------------------------------------------- */
.table_chart {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.table_chart th {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding: 3px;
	text-align: left;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}
.table_chart td {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding: 3px;
	text-align: right;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}
.table_chart .chart_head {
	text-align: center;
	border: solid 1px #333333;
}
.table_chart .chart_total {
	border: solid 1px #333333;
}
.table_chart p {
	margin: 0;
}

