<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/*********************/
/***** 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: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5;
	background: url(../images/background.gif) 0 0 #f6fcff;
	/*background-color: #eaeaea;*/
}


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;
}


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

#container_window {
	width: 626px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/con_back_window.gif) 0 0 repeat-y;
}

#wrapL {
	width: 194px;
	float: left;
}


/**html #wrapL {
	border-bottom: #fff 1px solid;
}*/


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



#header {
	
}


#headLine {
	width: 100%;
	height: 16px;
	background: url(../images/head_line.gif) 0 0 repeat-x;
	position: relative;
}


#headLine img {
	position: absolute;
	right: 0;
	top: 0;
}


#footer {
	padding: 10px 0 10px 13px;
	background: url(../images/head_line.gif) 0 0;
	position: relative;
}


#sec {
	padding-left: 125px;
	font-size: 10px;
	color :#fff;
	line-height: 1.3;
	background: url(../images/sec_icon_e.gif) 0 50% no-repeat;
}


#sec a {
	color: #fff;
}



#copy {
	width: 820px;
	margin: 5px auto 0;
	font-size: 9px;
	text-align: right;
	color: #333;
	clear: both;
}


#copy_window {
	width: 630px;
	margin: 5px auto 0;
	font-size: 9px;
	text-align: right;
	color: #333;
	clear: both;
} 



/*****************/
/***** CLASS *****/
/*****************/
.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;
}

.marT150 {
	margin-top: 150px;
}


.marB2 {
	margin-bottom: 2px;
}


.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;
}



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


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


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


.linkIcon {
	padding-left: 15px;
	background: url(../images/link_icon.gif) 0 0.5em no-repeat;
}


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


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


.fontS {
	font-size: 12px;
}


.fontSS {
	font-size: 11px;
}


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


.bold {
	font-weight: bold;
}


.center {
	text-align: center;
}


.right {
	text-align: right;
}


.left {
	text-align: left;
}


.red {
	color: #ff0000;
}


.pink {
	color: #C36;	
}


.italic {
	font-style: italic;
}


.yellow {
	color: #ffe21f;
}

.blk {
	color: #333333;
}</pre></body></html>