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

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% -&gt;	10pxに相当
 *  70% -&gt;	11pxに相当
 *  75% -&gt;	12pxに相当
 *  82% -&gt;	13pxに相当
 *  88% -&gt;	14pxに相当
 *  94% -&gt;	15pxに相当
 * 100% -&gt;	16pxに相当
 * 107% -&gt;	17pxに相当
 * 113% -&gt;	18pxに相当
 * 119% -&gt;	19pxに相当
 * 125% -&gt;	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
* {
   font-family:sans-serif;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#000000;
   text-decoration:none;
}

a:hover {
   color:#0172AB;
}

img {
   border:0;
/*   vertical-align:bottom;*/
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:789px;
   margin:0 auto;
   background:url("images/bg_contents_left.gif") 0 0 repeat-y;
}

div#wrapper {
   width:789px;
   background:url("images/bg_contents_right.gif") 100% 0 repeat-y;
}

div#header {
   position:relative;
   padding:0 5px;
   background-color:#FFCCCC;

}

div#pr {
   position:absolute;
   width:550px;
   left:230px;
   top:2px;
}

div#rightnavi{
	float:right;
	text-align: left;
	margin-right: 2px;
}

div#rightnavitext1{
	font-size: 75%;
	color : #0F218B;
	margin-top: 5px;
	LINE-HEIGHT: 100%;
}
div#rightnavitext2{
	font-size: 125%;
	color : #0F218B;
	font-weight: bold;
	margin-top: 5px;
	LINE-HEIGHT: 18px;
}
div#rightnavitext3{
	font-size: 75%;
	margin-top: 0px;
	LINE-HEIGHT: 100%;
}
div#menu {
   float:left;
   padding:0 5px;
}

div#contents {
   clear:both;
   margin:0 5px;
   padding:5px 10px 0 10px;
}

div#main {
   float:left;
   width:500px;
}

div#sub {
   float:right;
   width:220px;
   background: #E6E6FA;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   background: #FFCCCC;
   font-size:63%;/* 10px相当 */
   margin:0 5px;
   height:30px;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:150%;/* 24px相当 */
   color:#fff;
   line-height:70px;
}

div#header h1 a {
   color:#000000;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当 */
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   font-size:75%;/* 12px相当 */
   color:#ffffff;
   font-weight: bold;
   text-align:center;
   list-style-type:none;
}

div#menu li a {
   display:block;
   width:129px;
   color:#ffffff;
   line-height:40px;
   border-left:1px solid #DCDCDC;
   background:url("images/bg_menu.gif") 0 0 repeat-x;
}

div#menu li.act a {
   display:block;
   width:129px;
   color:#ffffff;
   line-height:40px;
   border-left:1px solid #DCDCDC;
   background:url("images/bg_menu_act.gif") 0 0 repeat-x;
}

div#menu li.home a {
   border:none;
}

div#menu li a.active {
   color:#000000;
}

div#menu li a:hover {
   background:url("images/bg_menu.gif") 0 -40px repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#0172AB;
}

div#main a:hover {
   background-color:#ffccff;
}

div#main h2 {
	margin: 0px 0px 5px 0px;
	font-size: 94%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
	background-color: #CCCCCC;
	padding: 0px 2px 0px 2px;
	line-height:150%;
	text-indent: 2px;
}

div#main h3 {
	margin: 5px 0px 3px 0px;
   font-size:82%;/* 13px相当 */
}

div#main h4 {
	margin: 5px 0px 0px 0px;
	font-size:82%;/* 13px相当 */
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
	line-height:100%;
	border-color: #FFBFFF;
	border-style: none none dotted none;
	border-width: 0px 0px 1px 0px;
}

div#main h5 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main p {
   margin:5px 0 5px 0;
   font-size:82%;/* 13px相当 */
}

div#main ul,ol {
   font-size:82%;/* 13px相当 */
}

div#main dl {
   margin:0;
}

div#main dt {
   float:left;   
   width:22px;   /*  25-&gt;22に変更  */
   padding:2px 0px 2px 10px;   
   clear:both;   
   font-size:75%;/* 12px相当 */
   font-weight:bold; 
   line-height:125%;
}

div#main dd {
   padding:3px;
   margin-left:25px;   
   padding:2px 2px 2px 10px;   
   font-size:75%;/* 12px相当 */
   line-height:125%;
}



/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div{
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:3px;
   font-size:82%;/* 13px相当 */
   font-weight:bold;
   color:#fff;
   background:url("images/bg_sub_h2.gif") 50% 50%;
}

div#sub ul {
   margin:5px 0 0px 0px;
   padding:0;
}

div#sub li {
   padding:5px 0 10px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.6;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:3px;
/*   background:url(images/bg_list.gif) 0 5px no-repeat;*/
}
div#sub li a:hover {
   background-color:#ffccff;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:10px 0;
   text-align:right;
   font-size:75%;/* 12px相当 */
}

div#totop a {
   padding:0 0 0 12px;
   background:url("images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
#footer_txt .csv2table-table{
   margin:0 0 0 4px;
   width:99%;
   border=0px;
}

#footer_txt .csv2table-table-th{
  background-color  : #FFCCCC !important;
  border-color      : #FFCCCC    !important;
  font-weight       : 100     !important;
}


/* ========TABLE layout======== */

table.list_tbl {
border-collapse: collapse;
  border-spacing: 2px;
  margin:0;
}
table.list_tbl th,table.list_tbl tr,table.list_tbl td{
 border: solid 1px #A9A9A9;
 font-size:82%;/* 13px相当 */
}

table.list_tbl th {
 border: solid 1px #A9A9A9;
 background-color: #000000;
 color: #fff;
 font-weight:bold;
 line-height:125%;
 text-align: center;
 }


table.list_tbl tr {
 font-weight:normal;
 line-height:125%;
 text-align: left;
}

table.list_tbl tr.changeTrBg td {
 background-color: #ddd;
}

/* ========Price TABLE layout======== */
.price_list {
 line-height:125%;
}

.price_list .csv2table-table{
  margin : 0                  !important;
  border-collapse: collapse   !important;
  float: left  !important;
}

.price_list .csv2table-table-th{
  background-color  : #FFCCCC !important;
  border: solid 1px #A9A9A9   !important;
  font-weight       : 100     !important;
 line-height:125%     !important;
}
.price_list .csv2table-table-td{
  border: solid 1px #A9A9A9   !important;
  font-weight       : 100     !important;
  height       : 10px    !important;
  padding : 0px 5px 0px 5px   !important;
}

/* ========Price OPTION layout======== */
.price_op {
 line-height:125%;
}

.price_op .csv2table-table{
  margin : 0                  !important;
  border-collapse: collapse   !important;
  float: left  !important;
}

.price_op .csv2table-table-th{
  background-color  : #BDB76B !important;
  border: solid 1px #A9A9A9   !important;
  font-weight       : 100     !important;
 line-height:125%     !important;
}
.price_op .csv2table-table-td{
  border: solid 1px #A9A9A9   !important;
  font-weight       : 100     !important;
  height       : 10px    !important;
  padding : 0px 5px 0px 5px   !important;
}


/* ======== Pop Up Window======== */
div#sub_win{
   margin:0px;
   font-size:82%;/* 13px相当 */
   text-align:center;
}

div#sub_win p {
   margin:5px 10px 0px 10px;
   font-size:82%;/* 13px相当 */
   text-align:left;
}
div#sub_win a {
   color:#0172AB;
}

div#sub_win a:hover {
   background-color:#ffccff;
}

div#sub_win h2 {
   margin:0px;
   padding:3px 3px;
   font-size:113%;/* 18px相当 */
   font-weight: bold;
   text-align:center;
   color:#fff;
   background:url("images/bg_sub_h2.gif") 50% 50%;
}

div#sub_foot_wrapper {
   background: #FFCCCC;
   margin:10px 0px 0px 0px;
   padding:5px 0px 0px 0px;
}

div#sub_footer {
   clear:both;
   font-size:82%;/* 13px相当 */
   margin:0px;
   height:20px;
   text-align:center;
}

div#sub_footerL {
   float:left;
   margin:0px;
   height:30px;
   width:45%;
   font-size:82%;/* 13px相当 */
   text-align:left;
}

div#sub_footerR {
   float:right;
   padding:0px 10px;
   margin:0px;
   height:30px;
   width:45%;
   font-size:82%;/* 13px相当 */
   text-align:right;
}

div#sub_win img{
	vertical-align:middle;
}


/* ========Pankuzu List======== */
#pankuzu {
/*width: 100%;*/
text-align: left;
}

#pankuzu ol.topicPath {
margin: 0px 0px 10px;
padding: 0;
list-style-type: none;
font-size: 80%;
}

#pankuzu ol.topicPath li {
display: inline;
}

#pankuzu ol.topicPath li a {
padding-right: 12px;
background: url(img/path.gif) no-repeat right;
}

#pankuzu ol.topicPath li a.integrate {
padding-right: 0;
background: none;
}
#pankuzu a {
   text-decoration:underline;
   color: #0000ff;
}
        </pre></body></html>