<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
 * Top
 */
#top {
	padding-bottom: 20px;
}
#top li {
	list-style: none;
}

/* Banner */
#mainBanner {
	width: 960px;
	height: 400px;
}
#mainBanner ul {
	position: relative;
	width: 960px;
	height: 400px;
}
#mainBanner li {
	position: absolute;
}

/* Contents */
#topContents {
	position: relative;
	overflow: hidden;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#topContents ul {
	overflow: hidden;
	float: left;
	width: 933px;
}
#topContents li {
	float: left;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#topContents li a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#topContents .clear {
	clear: both;
}
#topContents .last {
	margin-top: -1px;
	border-top: 1px solid #CCC;
}

/* News */
#topNews {
	position: absolute;
	top: 0;
	right: 0;
	width: 241px;
	height: 187px;
	padding: 12px 0 0 18px;
	color: #000;
}
#topNews .scroll {
	overflow: auto;
	width: 226px;
	height: 144px;
	margin: 18px 0 0;
	padding-right: 15px;
	outline: none;
}
#topNews .jspContainer {
	overflow: hidden;
	position: relative;
}
#topNews .jspPane {
	position: absolute;
}
#topNews .jspVerticalBar {
	position: absolute;
	top: 0;
	right: 12px;
	width: 2px;
	height: 100%;
}
#topNews .jspCap {
	display: none;
}
#topNews .jspTrack {
	position: relative;
	background-color: #F3F3F3;
}
#topNews .jspDrag {
	position: relative;
	top: 0;
	left: -2px;
	width: 6px;
	background-color: #039;
	cursor: pointer;
}
#topNews dl {
	padding-bottom: 10px;
}
#topNews dt {
	margin: 23px 0 5px;
	font-size: 75%;
	font-weight: bold;
}
#topNews dt:first-child {
	margin-top: 5px;
}
#topNews dt span {
	display: block;
	margin: 0 0 4px;
	padding: 0 0 2px;
	border-bottom: 1px solid #CCC;
	font-size: 92%;
	line-height: 100%;
}
#topNews dd {
	font-size: 75%;
	line-height: 120%;
}
#topNews p.link {
	position: absolute;
	right: 0;
	bottom: 0;
}
#topNews p.link a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/**
 * IR
 */
/* table */
.contents table.irPre {
	width: 528px;
	margin: 15px 0 10px;
	border-collapse: separate;
	border-spacing: 2px;
}
.contents table.irPre th,
.contents table.irPre td {
	border: 1px solid #B0B4C7;
	line-height: 120%;
	vertical-align: top;
}
.contents table.irPre th {
	width: 64px;
	padding: 7px;
	background-color: #C9D0E0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
.contents table.irPre td {
	position: relative;
	padding: 10px 135px 9px 14px;
	font-size: 100%;
}
.contents table.irPre td span {
	display: block;
	margin-top: 1px;
	font-size: 75%;
}
.contents table.irPre td a {
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -0.5em;
	padding-right: 20px;
	background: url(/common/english/img/icon_pdf.gif) no-repeat 100% 50%;
	color: #333;
	font-size: 75%;
	line-height: normal;
	text-decoration: none;
}

</pre></body></html>