<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*********************/
/***** reset *****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
     margin: 0; padding: 0;
}

table {
     border-collapse: collapse;
	 border-spacing: 0;
}

fieldset, img {
     border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
	 font-weight:normal;
}

ol, ul {
     list-style: none;
}

caption, th {
     text-align: left;
}

h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
	 font-weight: normal;
}

q:before, q:after {
     content:｡ﾉ;
}

abbr, acronym {
     border: 0;
} 


html {
    overflow-y: scroll;
}


img {
	line-height: 0;
    vertical-align: bottom;
    font-size: 0;
}

/********************/
/********************/

body {
    color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	text-align: center;
	background: url(../images/background.jpg) 0 0 #f2f2f2;
}


a:link {
    color: #0033FF;
	text-decoration: underline;
}


a:visited {
	color: #C33;
	text-decoration: underline;
}

a:hover {
	color: #996633;
	text-decoration: none;
}


a:active {
	color: #996600;
	text-decoration: underline;
}


h1 {
	text-align: center;
}


/**************/
/***** ID *****/
/**************/
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/container_back.gif) 0 0 repeat-y #fff;
}


#header {
	padding: 20px 20px 0;
}


#wrapL {
	width: 230px;
	padding: 20px 0 30px;
	float: left;
}


#wrapR {
	width: 720px;
	float: right;
}


#footer {
	padding: 20px;
}


#copy {
	margin-top: 10px;
	font-size: 10px;
	color: #999;
	text-align: center;
	clear: both;
}


#langBtn {
	position: fixed;
	top: 22px;
	right: 0;
	z-index: 100;
}


#langBtn li {
	margin-bottom: 10px;
}



/*****************/
/***** CLASS *****/
/*****************/
.secTB {
	width: 49%;
}


.secTB th {
	width: 76px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
}


.secTB td {
	padding-left: 12px;
	font-size: 10px;
	color: #333;
}


.secTBL {
	float: left;
}


.secTBR {
	float: right;
}



.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.marT5 {
	margin-top: 5px;
}


.marT10 {
	margin-top: 10px;
}


.marT15 {
	margin-top: 15px;
}


.marT20 {
	margin-top: 20px;
}


.marT30 {
	margin-top: 30px;
}


.marB2 {
	margin-bottom: 2px;
}


.marB3 {
	margin-bottom: 3px;
}


.marB5 {
	margin-bottom: 5px;
}


.marB10 {
	margin-bottom: 10px;
}


.marB15 {
	margin-bottom: 15px;
}


.marB20 {
	margin-bottom: 20px;
}


.marB25 {
	margin-bottom: 25px;
}


.marB30 {
	margin-bottom: 30px;
}


.marB40 {
	margin-bottom: 40px;
}


.marL30 {
	margin-left: 30px;
}


.padB5{
	padding-bottom:5px;
}


.padB10{
	padding-bottom:10px;
}


.padB15{
	padding-bottom:15px;
}


.pdfIcon{
	margin-right: 2px;
	padding-right: 16px;
	background: url(../images/pdf_icon.gif) 100% 0.3em no-repeat;
}



.windowIcon{
	margin-right: 2px;
	padding-right: 16px;
	background: url(../images/win_icon.gif) 100% 0.3em no-repeat;
}


.windowIcon2 {
	margin-left: 2px;
	padding-left: 14px;
	background: url(../images/win_icon.gif) 0 0.3em no-repeat;
}


.figureL {
	margin-right: 10px;
	float: left;
}


.figureR {
	margin-left: 10px;
	float: right;
}

.clear{
	clear:both;
}

.fontS {
	font-size: 12px;
}


.fontL {
	font-size: 15px;
}


.fontLL {
	font-size: 16px;
}


.imgFrame {
	padding: 1px;
	background-color: #fff;
	border: #ccc 1px solid;
}


.bold {
	font-weight: bold;
}


.red {
	color: #cc0000;
}


.center {
	text-align: center;
}


.right {
	text-align: right;
}


.txtInd{
	text-indent:-1em;
}


.vAlignT {
	vertical-align: top;
}</pre></body></html>