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

/* ========BASIC======== */
body {
   margin:0;
   padding:0;
   font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
   color:#333;
   letter-spacing:1px;
   background:#fff url(../images/bg_body.gif) 0 0 repeat-x;
   font-size: 14px;
}

br {
   letter-spacing:normal;
}

a {
  color:#1d3994;
}


img {
   border:0;
}

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

/* ========TEMPLATE LAYOUT======== */
#top {
   width:760px;
   margin:0 auto;
}

#header {
   width:760px;
   height:300px;
   margin-bottom:5px;
   background:url(../images/bg_head.gif) 0 0 no-repeat;
}

#contents {
   clear:both;
   width:760px;
   margin:20px 0;
}

#main {
   float:left;
   width:800px;
   margin-bottom: 50px;
}

#sub {
   float:right;
   width:180px;
}

#totop {
   border-top:1px solid #5D5353;
}

#footer {
   position:relative;
   clear:both;
   width:757px;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0;
   font-size:2em;
   color:#000;
   line-height:60px;
}

#header h1 a {
   color:#000;
}

#header h1 a:hover {
   color:#5D5353;
}

#header p {
   width:500px;
   margin:0;
   font-size:0.75em;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */

#main a:hover {
   text-decoration: none;
}

#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5D5353;
   font-size:0.94em;
   font-weight:bold;
   line-height:1.4;
   border-bottom:3px double #5D5353;
}

#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}


#main ul,ol,dl{
   margin:0 0 1em 0;
   padding:0;
}


#main dt{
   margin-bottom:3px;
}

#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* ========NAVI CONTENTS CUSTOMIZE======== */

#main li,
#navi li {
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background:#fff url(../images/bg_list.gif) 0 4px no-repeat;
   list-style:none;
   margin-bottom: 10px;
}

/* ========FOOTER CUSTOMIZE======== */

.copyright {
   padding:10px 0;
   font-size:0.8em;
   color:#333;
}</pre></body></html>