<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ↑文字エンコード指定 */

/* ===各種メモ==============================
・主な使用色
 紺色:#000080/オレンジ色:#ffa500/超薄グレー色:#f2f2f2/
 Twitter水色:#2eacf5/
=========================================== */

/* ==========================
全般リセット
============================= */

* {
 margin: 0;
 padding: 0;
}


/* ===================================
無指定時の基本スタイル
======================================= */

body {
 background-color: #f2f2f2;
 font-size: 100%;
 font-family: "メイリオ","ヒラギノ角ゴ Pro",sans-serif;
 line-height: 2.5ex;
 color: #000000;
}

div#pagebody {
 width: 100%;
 height: auto;
}



/* =======================================
ヘッダ画像
========================================= */

div#header_pic_1 {
 width: 100%;
 min-width: 1200px;
 background-color: #000080;
}

div#header_pic_2 {
 width: 1200px;
 height: 100px;
 background-image: url("../../common_images/header_img.png");
 margin: 0 auto;
}

div#header_title {
 width: 800px;
 height: 100px;
 float: left;
}



/* =======================================
ヘッダ画像右メニュー
========================================= */

div#languages_1 {
 width: 350px;
 height: 15px;
 line-height: 15px;
 text-align: right;
 text-decoration: none;
 padding-top: 15px;
 padding-right: 15px;
 color: #ffffff;
 float: right;
}

p#languages_2 a {
 color: #ffffff;
 text-decoration: none;
}

div#search {
 width: 343px;
 max-height: 10px;
 padding-top: 2px;
 float: right;
 background-color: #000080;
}



/* =======================================
ヘッダライン
========================================= */

div#header_line {
 height: 6px;
 width: 100%;
 min-width: 1200px;
 background-color: #ffa500;
}



/* ========================================
ヘッダメインメニュー
=========================================== */

div#header_menu_1 {
 width: 100%;
 min-width: 1200px;
 height: auto;
 background-image: url("../../common_images/header_menu_bg.png");
}

ul#header_menu {
 width: 1200px;
 height: 35px;
 margin: 0 auto;
}

#header_menu li {
 list-style-type: none;
 display: inline;
 float: left;
}

#header_menu li:first-child a {
 width: 238px;
 border-left: 1px dotted #000080;
}

#header_menu li a {
 display: block;
 width: 239px;
 height: 35px;
 color: #000080;
 vertical-align: middle;
 background-image: url("../../common_images/header_menu_bg.png");
 background-repeat: repeat-x;
 border-right: 1px dotted #000080;
 text-align: center;
 margin: 0;
 text-decoration: none;
 line-height: 38px;
}

#header_menu li a:hover{
 background-image: url("../../common_images/header_menu_bg_mo.png");
 background-repeat: repeat-x;
}

.header_menus img {
 vertical-align: middle;
 margin-top: -4px;
 padding-right: 5px;
}



/* ===========================================
メイン部
============================================ */

div#main_1 {
 width: 100%;
 min-width: 1200px;
 height: auto;
 background-color: #f2f2f2;
 background-image: url("../../common_images/bg_fade.png");
 background-repeat: repeat-x;
 }

div#main_2 {
 width: 1198px;
 height: auto;
 margin: 0 auto;
 background-color: #ffffff;
 border-left: 1px solid #000080;
 border-right: 1px solid #000080;
}

table#main {
 width: 1198px;
}

td#main_L {
 width: 300px;
 padding: 10px;
 background-color: #000080;
 vertical-align: top;
}

td#main_R {
 width: 852px;
 padding: 10px;
 vertical-align: top;
}



/* ===========================================
メイン左部
=============================================*/

div.h1_link {
 padding: 5px;
 border-bottom: 1px dotted #ffffff;
}

div.h1_link a {
 color: #ffffff;
 text-decoration: none;
}

div.h2_link {
 font-size: 90%;
 padding: 5px 5px 5px 25px;
 border-bottom: 1px dotted #ffffff;
}

div.h2_link a {
 color: #ffffff;
 text-decoration: none;
}



/* ===========================================
メイン右部
=============================================*/

div#guide {
 font-size: 90%;
}

div#contents{
 
}

div#contents h1 {
 height: 34px;
 line-height: 34px;
 margin-top: 30px;
 padding-left: 10px;
 border-radius: 5px;
 color: #ffffff;
 background-image: url("../../common_images/h1_bg.png");
 background-repeat: repeat-x;
 font-size: 120%;
 font-weight: normal;
}

p.h1_sentence {
 height: auto;
 padding: 10px 0px 0px 20px;
 line-height: 2.75ex;
}

div#contents h2 {
 height: 24px;
 line-height: 24px;
 margin: 20px 0px 0px 30px;
 padding-left: 10px;
 border-radius: 5px;
 background-image: url("../../common_images/h2_bg.png");
 background-repeat: repeat-x;
 font-size: 100%;
 font-weight: normal;
}

p.h2_sentence {
 height: auto;
 padding: 10px 0px 0px 50px;
 line-height: 2.75ex;
}

h3 {
 font-size: 100%;
 text-decoration: underline;
 padding: 15px 0px 0px 40px;
}

small.details {
 line-height: 1px;
}

p.sen_cap {
 font-size: 80%;
 line-height: 2.5ex;
 padding: 4px 0px 0px 70px;
}

table.sen_images td{
 vertical-align: top;
}

img.sen_img {
 padding: 0px 0px 0px 10px;
}

small.img_cap {
 padding-top: 5px;
 float: right;
}



/* ===========================================
フッタ
============================================ */

div#fooder_1 {
 width: 100%;
 min-width: 1200px;
 height: auto;
 background-color: #000080;
 color: #ffffff;
}

div#fooder_2 {
 width: 1200px;
 margin: 0 auto;
 text-align: center;
}

small#fooder_small a {
 text-decoration: none;
 color: #ffffff;
}</pre></body></html>