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

body {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.8em;
	color: #444;
	background: #262626 url(img/content-bg.gif) center repeat-y; 
}

a {
	color: #996;
}
a:hover {
	color: #F36;
}

img {
	vertical-align: bottom;
	border: none;
}

#header {
	background: url(img/header-bg.gif) repeat-x; 
}
#headerContent {
	width: 890px;
	height: 83px;
	background: url(img/header-logo.gif) no-repeat; 
	margin: 0 auto;
	text-align: left;
}
#container {
	width: 890px;
	margin: 0 auto;
	text-align: left; 
}
#mainContent {
}

#header h1 {
	margin: 0;
	padding: 17px 0 0 0; 
	font-size: 10px;
	color: #ccc;
	font-weight: normal;
}

#footer {
	background: url(img/footer-bg.gif) top repeat-x; 
	padding: 0;
}
#footer #address {
	width: 890px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	background: url(img/copyright.gif) top no-repeat; 
	font-size: 10px;
	color: #777;
	text-align: center;
	line-height: 16px;
}

.clear {
	clear: both;
}
.scroll_nav {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 5px 18px;
}
.red { color: #900; }
.xsmall { font-size: 10px; }
.small { font-size: 11px; }
.large { font-size:13px; }
.xlarge { font-size:15px; }


.line {
	height: 20px;
	background: url(img/dotline.gif) center repeat-x;
}

#breadcrumbs {
	font-size: 10px;
	color: #999;
	margin: 0 auto 20px auto;
	padding: 5px 0 5px 10px;
	border-top: 2px solid #630;
	background: #e1f6ff;
}
#company { 
    width: 94%;
	margin: 30px auto;
}
#company th {padding:3px; border-left: 4px solid #F36; text-align:left;}
#company td {
	padding:3px;
}
#banner {
	margin: 10px auto o auto;
	padding: 0 0 20px 0;
	text-align: center;
}</pre></body></html>