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

/* Base
-------------------------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
* {
	font-size: 100%;
}
body {
	color: #333333;
	margin: 0 auto;
	padding: 0;
	line-height: 1.7;
	font-size: 75%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #003399 url(../images/common/background.jpg) repeat-x center top;
	text-align: center;
	/*\*/
	letter-spacing: 0.075em;
	/**/
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: bottom;
}

p.errorMessage {
	font-weight: bold;
	font-size: 110%;
	color: #FF0000;
}

/*-- ClearFix --*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
a { cursor: pointer }
a:link    { color: #3366cc; text-decoration: none; }
a:visited { color: #3366cc; text-decoration: none; }
a:hover   { color: #3366cc; text-decoration: underline; }
a:active  { color: #3366cc; text-decoration: none; }

@media print {
*:first-child+html body {
 zoom: 82%;
}
*html body {
zoom: 82%;
}
}

/* HEADER
-------------------------------------------------------------------------------------------*/
#header {
	width: 900px;
	height: 127px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: 1px solid #FFFFFF;
	position: relative;
}
#header h1 {
	width: 380px !important;
	height: 82px;
	float: left;
	background: url(../images/common/head_background.jpg) no-repeat left top #DDDDDD;
	text-align: left;
	color: #FFFFFF;
	line-height: 1.4;
	padding: 15px 0 0 115px;
}

/* GLOBAL NAVIGATION
-------------------------*/
#header ul#navigation {
	width: 900px;
	position: absolute;
	top: 82px;
	left: 0;
}
#header ul#navigation li {
	float: left;
	width: 225px;
	list-style: none;
}

/* NAVIGATION B
-------------------------*/
#header ul#navigationB {
	float: right;
	padding: 10px 0 0 0;
}
#header ul#navigationB li {
	display: inline;
	list-style: none;
	padding: 0 0 0 20px;
	background: url(../images/common/marker_square.gif) no-repeat 9px 2px;
}

/* TEXTRESIZER
-------------------------*/
#header dl#textresizer {
	width: 199px;
	position: absolute;
	top: 41px;
	right: 15px;
}
#header dl#textresizer dt {
	width: 87px;
	float: left;
}
#header dl#textresizer dd {
	float: left;
}


/* CONTAINER
-------------------------------------------------------------------------------------------*/
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0 0 120px 0;
	border-top: none;
	border-right: 1px solid #DDDDDD;
	border-bottom: none;
	border-left: 1px solid #DDDDDD;
}
/* MAIN COLULMN
-------------------------*/
#container #mainColumn {
	width: 647px;
	float: left;
	margin: 10px 0 0 14px;
	display: inline;
	text-align: justify;
	text-justify: inter-ideograph;	
}
#mainColumn h2 {
	/*\*/
	letter-spacing: 0em;
	/**/	
}
/* SUB COLULMN
-------------------------*/
#container #subColumn {
	width: 225px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	background: #003399;
	text-align: left;
}
#container #subColumn dl {
	width: 215px;
	margin: 5px 0 5px 5px;
}
#container #subColumn ul li {
	list-style: none;
	width: 215px;
	margin: 0 0 5px 5px;
}


/* FOOT
-------------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	min-height: 190px;
	height: auto !important;
	height: 190px;
	margin: 0 auto;
	padding: 0;
	background: #336699;
	color: #FFFFFF;
	font-size: 105%;
}
#footer #footerInner {
	width: 900px;
	margin: 0 auto;
	border-top: none;
	border-right: 1px solid #336699;
	border-bottom: none;
	border-left: 1px solid #336699;
	text-align: left;
}

#footer #footerInner ul {
	width: 900px;
	margin: 0 auto 15px auto;
	padding: 10px 0 0 0;
	text-align: center;
}
#footer #footerInner ul li {
	display: inline;
	color: #002951;
}
#footer #footerInner ul li a {
	margin: 0 7px;
}
#footer #footerInner ul li a:link    { color: #FFFFFF; text-decoration: none; }
#footer #footerInner ul li a:visited { color: #FFFFFF; text-decoration: none; }
#footer #footerInner ul li a:hover   { color: #FFFFFF; text-decoration: underline; }
#footer #footerInner ul li a:active  { color: #FFFFFF; text-decoration: none; }

#footer #footerInner p {
	line-height: 1.3;
	margin: 0 0 9px 0;
}
#footer #footerInner p.copyright {
	text-align: center;
	padding: 10px 0 0 0;
}


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