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

/*
 * PC用スタイルCSS
 */

html { background: none #fff; }
body {
    background: transparent url("/files/body_bg.jpg") no-repeat scroll center top;
    color: #333;
}
body#page_6 {
    background: transparent url("/files/body_bg_top.jpg") no-repeat scroll center top;
    color: #333;
}
a {
    color: #1a97e6;
}

#branding_box {
    background: transparent url("/files/branding_box_bg.jpg") no-repeat scroll center top;
    height: 161px;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}
.main_header img {
    width: 315px;
    height: 83px;
}

/* ==================================================
   ■ Gナビ &gt;&gt; 4メニュー
-------------------------------------------------- */

div#access .gnavi41 a,
div#access .gnavi42 a,
div#access .gnavi43 a,
div#access .gnavi44 a {
    background-image: url('/files/topnavi4.jpg'); //グローバルナビの画像指定
    background-repeat: no-repeat;
    background-position: scroll;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    height: 58px;
    width: 240px;
}

/*  ロールオーバー
----------------------------------------------------- */

div#access .gnavi41 a { background-position: left top; }
div#access .gnavi42 a { background-position: -240px top; }
div#access .gnavi43 a { background-position: -480px top; }
div#access .gnavi44 a { background-position: right top; }


div#access .gnavi41 a:hover { background-position: left bottom; }
div#access .gnavi42 a:hover { background-position: -240px bottom; }
div#access .gnavi43 a:hover { background-position: -480px bottom; }
div#access .gnavi44 a:hover { background-position: right bottom; }

/*  プルダウンメニュー（4メニュー用）
----------------------------------------------------- */

#access ul.menu ul.sub-menu {
    top: 58px;
    width: 240px;
}
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi {
    width: 240px;
}

/* OFF時 */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #ccc;
  background: none rgba(20, 86, 162, 0.9);
  filter: none;
  -ms-filter: none;
  filter: alpha(opacity=90); /* ie 6 7 */
  -ms-filter: "alpha(opacity=90)"; /* ie 8 */
  color: #fff;
  height: auto;
  padding: 10px 0;
  line-height: 1.7;
}
/* OFF時　現在のページ */
#access ul li.current_page_item &gt; a, #access ul li.current-menu-ancestor &gt; a,
#access ul li.current-menu-item &gt; a, #access ul li.current-menu-parent &gt; a {
  color: #fff;
}

/* ON時 */
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #EFE8CB;
  background: none rgba(19, 102, 204, 0.9);
  filter: none;
  -ms-filter: none;
  filter: alpha(opacity=90); /* ie 6 7 */
  -ms-filter: "alpha(opacity=90)"; /* ie 8 */
  color: #fff;
}
/* ON時　現在のページ */
#access ul li.current_page_item &gt; a:hover, #access ul li.current-menu-ancestor &gt; a:hover,
#access ul li.current-menu-item &gt; a:hover, #access ul li.current-menu-parent &gt; a:hover {
  color: #fff;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #1456a7;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #1366cc;
}
/* IE9にかかっているフィルターを無効化 */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

/*  システムパーツの調整
---------------------------------------------------------------------------------------------------- */
/* メールフォームのボタン高さを統一 */
.z_c1 button, .z_c1 input[type="reset"],
.z_c1 input[type="button"], .z_c1 input[type="submit"] { line-height: 1.7; }

/* テキスト入力ボックスのサイズを調整 */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea{
  width: 96%;
  height: 15em;
  font-size: 100%;
}

/* ボタン下の余白設定 */
.z_c1 .post_data { margin: 0 0 30px; }


/* ブログ　次ページおよび次記事へのリンク余白設定 */
#nav-below .nav-next { padding: 0 0 0 10px; }


/* 各ブロックのバグ・余白対応 */
.c_04 { margin: 0 0 20px; }
.menu-list table {
  border-collapse:separate;
}
.indent_border {
  width: 685px;
}
.z_d1 { margin: 0 0 20px; }
.z_j1 { margin: 0 0 15px; }


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.Z_l1 .news_small_text { font-size: 12px; }

/* サイド FBバナー上の余白調整 */
#secondary {
  padding:0;
}

/* メール投稿ブロックの画像とコメントの間余白挿入 */
.cu_mail_block .img_size_thumb {
  padding-left: 10px;
}



.widget-title {
    color: #1764bb;
  padding: 0;
  text-align: center;
}

.widget-title2 a {
    color: #1764bb;
}

#main .widget-area ul ul li a {
    padding: 0 0 0 25px;
}

#blog_block a {
    background: transparent url("/files/blog_bnr.jpg") no-repeat scroll center top;
    display: block;
    height: 104px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#footer_block {
    background: transparent url("/files/footer_bg.jpg") repeat-x scroll center top;
}
#footer_box {
    background: transparent url("/files/footer_box_bg.jpg") no-repeat scroll center top;
    height: 168px;
}
#footer-widget-area {
    padding-top: 15px;
}
#footer-widget-area .widget-area .menu-item a {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 0 0 -1px;
    padding: 0 15px;
    text-decoration: none;
}
#footer_information .entry-post {
    border-bottom: medium none;
    margin: 55px 0 0 370px;
    padding: 0;
    width: 630px;
}
#copyright {
    color: #215fa6;
}

.entry_title {
    background: transparent url("/files/entry_title_bg.jpg") no-repeat scroll left top;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 0 0 25px;
    position: static;
    width: 675px;
}

.entry-title {
    background: transparent url("/files/entry_title_bg.jpg") no-repeat scroll left top;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 0 0 25px;
    position: static;
    width: 675px;
    color: #fff;
}
.entry-title a {
    color: #fff;
}

.half_entry_title {
    background: transparent url("/files/half_entry_title_bg.jpg") no-repeat scroll left top;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    position: static;
    text-align: center;
    width: 340px;
}

.sub_entry_title {
    background: transparent url("/files/sub_entry_title_bg.jpg") no-repeat scroll left top;
    color: #306ab9;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 0 0 25px;
    position: static;
    width: 675px;
}

.blog_post {
    border-bottom: 1px dotted #a7bad3;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
}

small {
    border: 1px solid #1a97e6;
    display: inline-block;
    font-size: 12px;
    line-height: 2;
    margin: 10px auto 0;
    padding: 0;
    width: 99%;
}
small a {
    text-align: center !important;
}

.table_area td.td_name {
    width: 30%;
    background-color: #f2f7ff;
    border: 1px solid #c8d4e4;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    word-break: normal;
    word-wrap: normal;
}
.table_area td.td_value {
    background-color: #ffffff;
    border: 1px solid #c8d4e4;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

.iqfm-table th {
    background-color: #f2f7ff !important;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}
.iqfm-table th, .iqfm-table td {
    border: 1px solid #c8d4e4 !important;
    padding: 5px;
}


.table_area table tr td {
    background-color: #ffffff;
    border: 1px solid #c8d4e4;
    padding: 5px;
    vertical-align: top;
}

.anchor_list ul li {
    border-bottom: 1px dotted #a7bad3;
    margin-bottom: 5px;
    padding: 5px 0;
}

.post_data .inline_title {
    border: none;
    font-size: 12px;
    line-height: 1.7;
    padding: 5px 10px;
    text-align: left;
    color: #fff;
    background-color: #518ad8;
}

.page_up a {
    background-color: #ffffff;
    border: 1px solid #1a97e6;
    display: inline-block;
    padding: 5px 10px;
}

#wp-calendar tbody td {
    background: #eff6ff none repeat scroll 0 0;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 1.7;
    padding: 10px 5px;
    text-align: center;
}




</pre></body></html>