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

/* --------------------------------------------------------------------

# FUJITSU CSS v2.0 -- FUJITSU.COM EDITION #

Copyright 2010-2018 FUJITSU CLIENT COMPUTING LIMITED 

-------------------------------------------------------------------- */

/* Framework -------------------------------------------- */

body { position: relative; text-align: center; }

.stage { width: 100%; min-width: 980px; border-top: 3px solid #666666; background: url(../../images/common/stageborder-bottom.gif) repeat-x left bottom; }

.bodyarea { position: relative; width: 980px; margin: 0 auto; padding-bottom: 60px; text-align: left; z-index: 900; }
.bodyarea:after { content: "."; display: block; clear: both; width: 0; height: 0; line-height: 0; visibility: hidden; }
* html .bodyarea { display: inline-block; }

/* Block Skip */
div#blockskip { z-index: 9999; overflow: visible; margin: 0; padding: 0; width: 100%; }
div#blockskip a { display: block; float: left; background: #666666; margin: 0; margin-top: -1px; padding: 0; width: 100%; min-width: 980px; color: #ffffff; text-align: center; text-decoration: none; font-size: 1px; color: #666666; line-height: 0; cursor: default; height: 1px; overflow: hidden; }
div#blockskip a:hover { text-decoration: underline; }
div#blockskip a.show { color: #ffffff; height:1em; margin-top: -3px; padding: 5px 0; font-size: 93%; line-height: 1; cursor: pointer; }


/* Header Area */
div.header { clear: left; width: 980px; min-height: 94px; _height: 94px; margin: 0 auto 10px; text-align: left; position: relative; z-index: 1000; }
div.header a { text-decoration: none; }
div.header a:hover { text-decoration: underline; }
div.header a img { border: none; }
div.header-extra { width: 980px; min-height: 94px; _height: 94px; margin: 0 auto 10px; text-align: left; position: relative; z-index: 1000; background: #ffffff url(../../images/common/mainnav-back-bottom.png) no-repeat left bottom; padding-bottom: 1px; }

	div.header .vtop, div.header-extra .vtop{ margin-top: 2px; }

	div.headertop{ width: 978px; float: left; background: #ffffff; border-left: 1px solid #b8b8b8; border-right: 1px solid #b8b8b8; }
	div.headertop-extra{ width: 978px; float: left; border-left :1px solid #b8b8b8; border-right: 1px solid #b8b8b8; }

		#corporatesymbol { display: inline; float: left; width: 310px; margin: 11px 10px 7px 11px; }
		#corporatesymbol h1 { padding: 0; margin: 0; font-size: 100%; line-height: 1; }
		#corporatesymbol p { padding: 0; margin: 0; font-size: 100%; line-height: 1; }
		.headerrightarea { display: block; float: right; width: 626px; margin: 8px 11px 7px 0; text-align: right; }


/* Location Area */
#location { width: 978px; background: #f7f7f7; border: 1px solid #eeeeee; padding: 0; margin-bottom: 15px; text-align: left; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius: 4px; }

	#location ol { padding: 7px 10px 7px; margin: 0; list-style: none; font-size: 93%; }
		ol.location-inside { border: 1px solid #ffffff; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius: 3px; }
		*:first-child+html #location div.highlight_v { padding: 0 !important; }

	#location li { display: inline; margin: 0; margin-right: 2px; line-height: 1.3; }
	#location li a { margin-right: 2px; }
	#location li a:link,
	#location li a:visited,
	#location li a:active { margin-right: 2px; text-decoration: none; }
	#location li a:hover { margin-right: 2px; text-decoration: underline; }


/* Contents Area */
.contentsarea { float: right; width: 781px; }
	
	.contentsarea .submenu { float: right; }
	
	/* MainContents Area */
	.maincontents { float: left; width: 582px; }


/* Footer Area */
.footer {
	width: 100%;
	min-width: 980px;
	color: #fff;
	background: #666 url(../../images/common/footer_bg.gif) repeat-x left bottom;
}
	.footer a { text-decoration: none; }
	.footer a:hover { text-decoration: underline; }
	.footer a:link, .footer a:visited, .footer a:hover { color: #fff; }
	
	#footerinner { display: inline-block; width: 980px; margin: 0 auto; padding: 4px 0 25px 0; text-align: left; }
	
	#permanentmenu { float: left; width: auto; }

	.footer ul { font-size: 93%; list-style: none; padding: 0; margin: 0; }
	.footer li { display: inline; margin: 0; margin-left: 16px; line-height: 1.3; }
		.footer li.firstchild { margin-left: 0; }

	#creditline { line-height: 0; width: auto; }
		#creditline p { margin: 0; padding: 0; font-size: 93%; line-height: 1.3; text-align: center; white-space: nowrap; }

@media print {

.stage { background: none; }
.stage .bodyarea { clear: both; float: none; }

div.contentsarea { padding-bottom: 40px; }
div.contentsarea .maincontents { float: none; clear: both; display: table-cell; }

#deepfooter { clear: both; float: left; display: inline-block; border-top: 1px solid #e8e8e8; }
.footer { clear: both; float: none; display: inline-block; border-top: 1px solid #e8e8e8; }

}


/* Contents Width Optional */

body.body5span .contentsarea { width: 980px; float: none; }
body.body5span .maincontents { width: 980px; float: none; }
</pre></body></html>