<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header */
.header_pagetop {
	font-size: 14pt;
	font-weight: normal;
	color: #18476B;
	font-weight:bold
}

.subtitle_gray {
	font-size: 12pt;
	font-weight: normal;
	color: #666666;
	font-weight:bold
}
 

.body_gray {
    font-size: 11pt;
	font-weight: normal;
	color: #444444;
}

.body_gray_small {
	font-size: 9pt;
	font-weight: normal;
	color: #444444;
}

.copyright {
	font-size: 9pt;
	font-weight: normal;
	color: #444444;
}

a.toplink:link {
	font-size: 10pt;
	font-weight: normal;
	color: #1569A9;
	text-decoration: none;
}

a.toplink:visited {
	font-size: 10pt;
	font-weight: normal;
	color: #1569A9;
	text-decoration: none;
}

a.toplink:hover {
	font-size: 10pt;
	font-weight: normal;
	color: #4F402A;
	text-decoration: underline;
}

a:link {
	font-size: 10pt;
	font-weight: normal;
	color: #18476B;
	text-decoration: none;
}

a:visited {
	font-size: 10pt;
	font-weight: normal;
	color: #18476B;
	text-decoration: none;
}

a:hover {
	font-size: 10pt;
	font-weight: normal;
	color: #4F402A;
	text-decoration: underline;
}

td.chart_hd{
	font-size: 11pt;
	font-weight: bold;
	color: #444444;
	background-color: #C1E0F8;
	}
	
ul{
	text-indent:-18px;
	line-height: 18px;
}

li{
	list-style: inside;
}

td.chart_text{
	font-size: 10pt;
	font-weight: normal;
	color: #444444;
	background-color: #E2EEF8;
	vertical-align:top;
	}
	
td.chart_text2{
	font-size: 10pt;
	font-weight: normal;
	color: #444444;
	background-color: #EEEEEE;
	vertical-align:top;
	}

body
{
	background: #5c99c7 url(images/grad_blue.gif) repeat-x; /*the color here is the bottom color of the gradient image */
   	behavior: url("csshover.htc"); /* make hover work in IE */
	font-size: 10pt;
	font-weight: normal;
    font-family: 'Hiragino Kaku Gothic Pro','Meiryo','Osaka'; 
	color: #444444;
}

/*just a container to hold things*/
#main
{
	margin: auto;
	width: 920px;
    height:
auto;
	background: #ffffff;
}


/* top menu */
a.topmenu:link {
	font-size: 11pt;
	color: #18476B;
	text-decoration:none;
}

a.topmenu:hover {
	font-size: 11pt;
	color: #18476B;
	text-decoration:none;
}

a.topmenu:visited {
	font-size: 11pt;
	color: #18476B;
	text-decoration:none;
}

tr.topmenu { 
	font-size:11pt; 
	background-image:url(images/grad_gray_menu.gif); 
	text-align:center; 
	border:thin; 
	height:30px;
    width:auto;
}

td.topmenu{
	border-color:#FFFFFF;
	border-width:1px; 
	letter-spacing:0px;
	color:#18476B;
    width:auto; 
    font-family: 'Hiragino Kaku Gothic Pro','Meiryo','Osaka'; 
    font-size: 11pt;
	}

td.topmenu:hover {
	text-decoration:none;
	color:#18476B;
}

td.menu{
	background:#CCCCCC; 
	letter-spacing:1px;	
	border-width:0px; 
	padding-left:20px; 
    padding-right:20px;
	height:26px;
	position:relative;
 	top:6px;
 	left:-26px;
    width:auto;
}

td.menu:hover {
		background-color:#74C0FA;
}

table.menu
{
	border-width:0px;
	font-size:10pt;
	visibility:hidden;
	float:left;
	position:absolute;
    width:auto; 
}</pre></body></html>