@charset "utf-8";
/*
Theme Name: na-pref
Theme URI:
Author: lancard.com
Author URI: http://www.lancard.com/
Description: 県庁用
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, /*ol,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  /*vertical-align: baseline;*/
}
:focus {/* remember to define focus styles! */
  outline: 0;
  /*outline: dotted 1px #000000;*/
}
a:focus, input:focus {
  outline: dotted 1px #FF0000;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/*　全ページ共通CSS　*/

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
  margin: 0px;
  padding: 0px;
  font-size: 0.85em;
  line-height: 140%;
}

a {
  /*color: #0066FF;*/
  color: #0055FF;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

/**
 * 2015-04-02 内部調整がまだなのでコメントにしておく
a img:hover  {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
  zoom: 1;
}
*/

/* ----------------------------------------------- */
/*　レイアウト　*/
/* ----------------------------------------------- */
#wrapper {
  width: 950px;
  margin: 10px auto 20px;
  overflow: hidden;
}

#center_column {
  width: 480px;
  float: left;
}

#center_column_sub {
  width: 716px;
  float: right;
}

#left_column {
  width: 220px;
  margin-right:14px;
  _margin-right:10px;
  float: left;
  background-color:#FFF;
}

#right_column {
  width: 220px;
  float: right;
  background-color:#FFF;
}



/* ----------------------------------------------- */
/*　汎用クラス　*/
/* ----------------------------------------------- */

.stoper {
  zoom: 100%;
}

.stoper:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
  line-height:120%;
}

.btn {
  display: block;
  text-indent: -9999px;
  background-position: left top;
  background-repeat: no-repeat;
}
.btn:hover {
  background-position: left bottom;
}

/******************** ページャー ********************/
#wrapper #center_column ul.page-numbers {
  margin: 20px auto 10px;
  padding: 0px;
  text-align: center;
}

#wrapper #center_column ul.page-numbers li {
  margin: 0px 1px 0px 0px;
  padding: 0px;
  display: inline;
  list-style: none;
  border-bottom: none;
}

#wrapper #center_column ul.page-numbers li a {
  margin: 0px;
  padding: 7px 10px;
  display: inline;
  float: none;
  background-color: #CCC;
}

#wrapper #center_column ul.page-numbers li a:hover {
  color: #FFF;
  background-color: #555;
}

#wrapper #center_column ul.page-numbers li span {
  color: #FFF;
  background-color: #900;
}



/*//////////////////////////////////////////////////////////////*/
/* ヘッダー */
/*//////////////////////////////////////////////////////////////*/
#header {
  width: 950px;
  height: 70px;
  margin: 0px auto;
  background:url('../img/template/header_bg.jpg') no-repeat;
  clear: both;
}
#header_sub {
  width: 950px;
  height: 45px;
  margin: 0px auto;
  border-bottom:4px solid #68B4FF;
  clear: both;
}
.logo_left a{
  float:left;
}
.logo_right a{
  float:left;
}
a.logo_end{
  float:left;
}
h1 {
  padding: 0px 0px 0px 0px;
  width:92px;
  float:left;
}

#header_link {
  width: 950px;margin:0 auto;
}
#header_link ul {
  margin: 0;padding: 0;list-style: none;float: right;
}
#header_link ul li {
  list-style: none;float: left;
  background: url(../img/template/arrow_01.jpg) no-repeat 0px 11px;
  padding: 5px 10px 5px 10px;
}

/* ----------------------------------------------- */
/*　メニュー（旧）　*/
/* ----------------------------------------------- */
#menu {
  height: 36px;
  width: 950px;
  margin: 0px auto;
  background-color: #FFF;
  margin-top:2px;
  margin-bottom:10px;
}

#menu ul {
  width: 950px;
  margin: 0px auto;
  padding: 0px;
  border: none;
}

#menu ul li {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
}

#menu a {
  width: 92px;
  height: 36px;
}
#menu a.right {
  width: 143px;
  height: 36px;
}
#menu #m_menu01 {
  background-image: url(../img/template/h_menu_01.jpg);
}
#menu #m_menu02 {
  background-image: url(../img/template/h_menu_02.jpg);
}
#menu #m_menu03 {
  background-image: url(../img/template/h_menu_03.jpg);
}
#menu #m_menu04 {
  background-image: url(../img/template/h_menu_04.jpg);
}
#menu #m_menu05 {
  background-image: url(../img/template/h_menu_05.jpg);
}
#menu #m_menu06 {
  background-image: url(../img/template/h_menu_06.jpg);
}
#menu #m_menu07 {
  background-image: url(../img/template/h_menu_07.jpg);
}

/* ----------------------------------------------- */
/* メニュー（新） */
/* ----------------------------------------------- */
#menu_nav {
  width: 948px;
  margin: 0px auto;
  margin-top:2px;
  margin-bottom:10px;
  background-color: #FAFAFA;
  border: 1px solid #CCCCCC;
  overflow: hidden;
  text-align: center;
}
#menu_nav ul {
  margin: 0px auto;
  padding: 0px 10px;
  list-style: none;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}
#menu_nav ul li {
  margin: 0px;
  padding: 0px;
  float: left;
  border-right: 1px solid #CCCCCC;
}
#menu_nav li.first {
  border-left: 1px solid #CCCCCC;
}
#menu_nav ul li:hover{
  /* デフォルト背景色 */
  background-color: #E4F0FF;
  /* グラデーション（各ブラウザ対応） */
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#FAFAFA), color-stop(100%,#E4F0FF));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top, #FAFAFA 40%, #E4F0FF 100%);
  /* FF3.6+ */
  background: -moz-linear-gradient(top, #FAFAFA 40%, #E4F0FF 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #FAFAFA 40%, #E4F0FF 100%);
  /* IE5.5-7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA', endColorstr='#FFE4F0FF', GradientType=0);
  /* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA', endColorstr='#FFE4F0FF', GradientType=0)";
  /* IE10+ */
  background: -ms-linear-gradient(top, #FAFAFA 40%, #E4F0FF 100%);
  /* W3C */
  background: linear-gradient(to bottom, #FAFAFA 40%, #E4F0FF 100%);
}
#menu_nav ul li a:hover{
  color: #003399;
}
#menu_nav ul li a {
  margin:1px auto;
  padding: 7px 18px 6px 28px;
  background: url(../img/template/arrow_r01.png) no-repeat 8px 9px;
  text-indent: 0px;
  text-decoration: none;
  white-space: nowrap;
  color: #343434;
  font-weight: bold;
}

/* ----------------------------------------------- */
/*　オプション　*/
/* ----------------------------------------------- */
#option_t {
  width: 600px;
  float:right;
  padding-top: 2px;
}
#option_b{
  width: 628px;
  /*height:39px;*/
  float:right;
  padding-top: 2px;
}

#option_t ul ,
#option_b ul {
  margin: 0px;
  padding: 0px;
  float:right;
}

#option_t ul.link {
  width: 170px;
  float:right;
}
#option_t ul.search {
  width: 200px;
  float:right;
}
#option ul.voice {
  width: 130px;
  float:right;
}
#option ul.font_size {
  width: 165px;
  float:right;
}
#option ul.color {
  width: 145px;
  float:right;
}

#option_t ul li input,img,
#option_b ul li input,img{
  vertical-align:middle;
}
#option_t ul li ,
#option_b ul li {
  margin: 0px;
  padding: 0px 1px 3px 0px;
  float: left;
  list-style: none;
}
#option_t ul li.pl_5,
#option_b ul li.pl_5{
  padding-left:5px;
}
#option_t ul li.pl_7,
#option_b ul li.pl_7{
  padding-left:7px;
}
#option_t ul.color,
#option_b ul.color,
#option_t ul.font_size,
#option_b ul.font_size{
  font-size: 90%;
}
#option_t ul li.hp_c,
#option_b ul li.hp_c{
  font-weight:bold;
  margin-top:1px;
}
#option_t ul li.f_size,
#option_b ul li.f_size{
  font-weight:bold;
  margin-top:1px;
}
#option_t ul li.pl_20,
#option_b ul li.pl_20{
  padding-left:5px;
}
#option_t ul li input.btn_submit,
#option_b ul li input.btn_submit{
  border: 0px;
  width: 40px;
  height: 20px;
  cursor:pointer;
/*  cursor:hand;*/
  background:url('../img/template/search_btn.jpg') no-repeat;
}
#option_t ul li input.txt,
#option_b ul li input.txt{
  width: 120px;
  /*color: #CCCCCC;*/
  padding-bottom:1px;
}

#font-size {
  width: 260px;
  float: right;
  clear: right;
}

#font-size #enlarge {
  width: 156px;
  height: 31px;
  float: left;
  background-image: url(../img/template/font_size_l.jpg);
}

#font-size #default {
  width: 104px;
  height: 31px;
  float: left;
  background-image: url(../img/template/font_size_d.jpg);
}

/* 外国語リンクの定義 */
#option_b ul.link > li > a {
  background-image: none;
  background-color: #0066CB;
  color: #FFF;
  text-decoration: none;
  line-height: 100%;
  display:inline-block;
  padding: 5px 8px 3px;
  text-align: center;
  font-size: 0.95em;
}
#option_b ul.link > li > a.external_icon {
  background-image: none;
}

/* リンクボタン用の定義 */
/*（背景グラデーション付き） */
#option_b ul.color li a.btn_gra,
#option_b ul.font_size li a.btn_gra {
  margin: 0px;
  display:inline-block;
  border:1px #999999 solid;
  text-decoration: none;
  line-height: 100%;
  padding: 4px 4px 3px;
  text-align: center;
  font-weight: bold;
  color: #0066CB;
  /* デフォルト背景色 */
  background-color: #E2E2E2;
  /* グラデーション（各ブラウザ対応） */
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#FFFFFF), color-stop(100%,#E2E2E2));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top, #FFFFFF 40%, #E2E2E2 100%);
  /* FF3.6+ */
  background: -moz-linear-gradient(top, #FFFFFF 40%, #E2E2E2 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #FFFFFF 40%, #E2E2E2 100%);
  /* IE5.5-7 */
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#FFFFFFFF', EndColorStr='#FFE2E2E2', GradientType=0);
  /* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(StartColorStr='#FFFFFFFF', EndColorStr='#FFE2E2E2', GradientType=0)";
  /* IE10+ */
  background: -ms-linear-gradient(top, #FFFFFF 40%, #E2E2E2 100%);
  /* W3C */
  background: linear-gradient(to bottom, #FFFFFF 40%, #E2E2E2 100%);
}

/*//////////////////////////////////////////////////////////////*/
/* 左カラム */
/*//////////////////////////////////////////////////////////////*/
#left_column .border_box,
#right_column .border_box{
  background-color:#0033CC;
  border:1px solid #ccc;
}

#left_column h2,
#right_column h2{
  color:#FFF;
  padding:8px 5px 8px 35px;
  line-height:120%;
  background-color:#0033CC;
  margin-left:2px;
}

#left_column .border_box_r{
  background-color:#CA2722;
  border:1px solid #ccc;
}

#left_column h2.kikikanri{
  background:url('../img/top/icon_01.jpg') no-repeat 5px 50%;
  border-left:1px solid #FFFF00;
}
#left_column h2.mokuteki{
  background:url('../img/top/icon_02.jpg') no-repeat 5px 50%;
  border-left:1px solid #FF3399;
}
#left_column h2.denshi{
  background:url('../img/top/icon_03.jpg') no-repeat 5px 50%;
  border-left:1px solid #FF9900;
}
#left_column h2.minasama{
  background:url('../img/top/icon_04.jpg') no-repeat 5px 50%;
  border-left:1px solid #FF8192;
}
#left_column h2.page{
  background:url('../img/top/icon_05.jpg') no-repeat 5px 50%;
  border-left:1px solid #AABDCC;
}
#left_column h2.adbanner{
  background:url('../img/top/icon_16.jpg') no-repeat 5px 50%;
  border-left:1px solid #AABDCC;
}

#left_column dl{
  width:220px;
  background-color:#FFF;
}

#left_column dl dt {
  height:30px;
  width:220px;
  color: #FFF;
  font-weight: bold;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#left_column dl dt.risk {
  background: url(../img/template/s_title_01.jpg) no-repeat;
}
#left_column dl dt.purpose {
  background: url(../img/template/s_title_02.jpg) no-repeat;
}
#left_column dl dt.electron {
  background: url(../img/template/s_title_03.jpg) no-repeat;
}
#left_column dl dt.voice {
  background: url(../img/template/s_title_04.jpg) no-repeat;
}
#left_column dl dt.popular {
  background: url(../img/template/s_title_05.jpg) no-repeat;
}
#left_column dl dt.t_menu {
  background: url(../img/template/s_title_10.jpg) no-repeat;
}
#left_column dl dt.select_area {
  background: url(../img/template/s_title_11.jpg) no-repeat;
}
#left_column dl dt.select_time {
  background: url(../img/template/s_title_12.jpg) no-repeat;
}
#left_column dl dt.another_info {
  background: url(../img/template/s_title_13.jpg) no-repeat;
}

#left_column dl dd {
  margin: 0px 0px 10px 0px;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
}

#left_column dl dd ul {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 15px;
}

#left_column dl dd ul li {
  line-height:140%;
  margin-bottom: 3px;
  list-style: none;
  padding-left:15px;
  background: url(../img/template/arrow_01.jpg) no-repeat 0px 50%;
}

#left_column dd.no_border{
  border-style: none;
}

#left_column div.purpose_box{
  display:inline-block;
}

#left_column div.purpose_box a{
  float:left;
  height:52px;
  width:107px;
  margin-top:5px;
}

#left_column div.purpose_box a.mr_5{
  margin-right:5px;
}

#left_column div.purpose_box img.left{
  float:left;
  margin-top:5px;
  margin-right:5px;
}
#left_column div.purpose_box img.right{
  float:left;
  margin-top:5px;
}

/* 目的でさがす */

#left_column div.purpose_box a.btn_test{
  background-image:url('../img/template/mokuteki_btn_01.png');
}
#left_column div.purpose_box a.btn_event{
  background-image:url('../img/template/mokuteki_btn_02.png');
}
#left_column div.purpose_box a.btn_apply{
  background-image:url('../img/template/mokuteki_btn_03.png');
}
#left_column div.purpose_box a.btn_supply{
  background-image:url('../img/template/mokuteki_btn_04.png');
}
#left_column div.purpose_box a.btn_contact{
  background-image:url('../img/template/mokuteki_btn_05.png');
}
#left_column div.purpose_box a.btn_topix{
  background-image:url('../img/template/mokuteki_btn_06.png');
}
#left_column div.purpose_box a.btn_info{
  background-image:url('../img/template/mokuteki_btn_07.png');
}
#left_column div.purpose_box a.btn_press{
  background-image:url('../img/template/mokuteki_btn_08.png');
}
#left_column div.purpose_box a.btn_guid{
  background-image:url('../img/template/mokuteki_btn_09.png');
}
#left_column div.purpose_box a.btn_intro{
  background-image:url('../img/template/mokuteki_btn_10.png');
}

/* 分類でさがす */

#left_column div.purpose_box a.btn_safety{
  background-image:url('../img/template/bunrui_btn_01.png');
}
#left_column div.purpose_box a.btn_life{
  background-image:url('../img/template/bunrui_btn_02.png');
}
#left_column div.purpose_box a.btn_fukushi_hoken{
  background-image:url('../img/template/bunrui_btn_03.png');
}
#left_column div.purpose_box a.btn_work{
  background-image:url('../img/template/bunrui_btn_04.png');
}
#left_column div.purpose_box a.btn_city{
  background-image:url('../img/template/bunrui_btn_05.png');
}
#left_column div.purpose_box a.btn_culture{
  background-image:url('../img/template/bunrui_btn_06.png');
}
#left_column div.purpose_box a.btn_prefectural_government{
  background-image:url('../img/template/bunrui_btn_07.png');
}
#left_column div.purpose_box a.btn_prefecture_info{
  background-image:url('../img/template/bunrui_btn_08.png');
}
#left_column div.purpose_box a.btn_statistics{
  background-image:url('../img/template/bunrui_btn_09.jpg');
}
#left_column div.purpose_box a.btn_disaster{
  background-image:url('../img/template/bunrui_btn_10.jpg');
}

/* カレンダーでさがす */

#left_column div.purpose_box a.btn_january{
  background-image:url('../img/template/event_btn_01.png');
}
#left_column div.purpose_box a.btn_february{
  background-image:url('../img/template/event_btn_02.png');
}
#left_column div.purpose_box a.btn_march{
  background-image:url('../img/template/event_btn_03.png');
}
#left_column div.purpose_box a.btn_april{
  background-image:url('../img/template/event_btn_04.png');
}
#left_column div.purpose_box a.btn_may{
  background-image:url('../img/template/event_btn_05.png');
}
#left_column div.purpose_box a.btn_june{
  background-image:url('../img/template/event_btn_06.png');
}
#left_column div.purpose_box a.btn_july{
  background-image:url('../img/template/event_btn_07.png');
}
#left_column div.purpose_box a.btn_august{
  background-image:url('../img/template/event_btn_08.png');
}
#left_column div.purpose_box a.btn_september{
  background-image:url('../img/template/event_btn_09.png');
}
#left_column div.purpose_box a.btn_october{
  background-image:url('../img/template/event_btn_10.png');
}
#left_column div.purpose_box a.btn_november{
  background-image:url('../img/template/event_btn_11.png');
}
#left_column div.purpose_box a.btn_december{
  background-image:url('../img/template/event_btn_12.png');
}

/* 地域でさがす */

#left_column div.purpose_box a.btn_nagsaki{
  background-image:url('../img/template/area_btn_01.png');
}
#left_column div.purpose_box a.btn_kenou{
  background-image:url('../img/template/area_btn_02.png');
}
#left_column div.purpose_box a.btn_shimabara{
  background-image:url('../img/template/area_btn_03.png');
}
#left_column div.purpose_box a.btn_kenhoku{
  background-image:url('../img/template/area_btn_04.png');
}
#left_column div.purpose_box a.btn_goto{
  background-image:url('../img/template/area_btn_05.png');
}
#left_column div.purpose_box a.btn_tushima{
  background-image:url('../img/template/area_btn_06.png');
}
#left_column div.purpose_box a.btn_iki{
  background-image:url('../img/template/area_btn_07.png');
}
#left_column div.purpose_box a.btn_chihoukikan{
  background-image:url('../img/template/area_btn_08.png');
}
#left_column div.purpose_box a.btn_kengai{
  background-image:url('../img/template/area_btn_09.png');
}
#left_column div.year_change_box{
  display:inline-block;
  text-align:center;
  width:220px;
  padding-top:10px;
  padding-bottom:5px;
}
#left_column div.year_change_box span{
  margin-left:5px;
  margin-right:5px;
  line-height:120%;
  white-space: nowrap;
}

/*
 * アイコンの左右のマージ（フォーカス対応）
 */
#left_column div.purpose_box a.object ,
#left_column div.purpose_box a.bunrui ,
#left_column div.purpose_box a.event ,
#left_column div.purpose_box a.area {
  margin-left: 1px;
  margin-right: 1px;
}

#left_column div.purpose_box a.object.mr_5 ,
#left_column div.purpose_box a.bunrui.mr_5 ,
#left_column div.purpose_box a.event.mr_5 ,
#left_column div.purpose_box a.area.mr_5
{
  margin-right:3px;
}

/*
 * 画像の上にテキストとして表示
 *  目的でさがす
 *  分類でさがす
 *  カレンダーで探す
 *  地域でさがす
 */
#left_column div.purpose_box a.object ,
#left_column div.purpose_box a.bunrui ,
#left_column div.purpose_box a.event ,
#left_column div.purpose_box a.area {
  position:relative;
  text-indent: 0px;
  text-decoration: none;
}
#left_column div.purpose_box a.object span ,
#left_column div.purpose_box a.bunrui span ,
#left_column div.purpose_box a.event span ,
#left_column div.purpose_box a.area span {
  text-decoration: none;
  position:absolute;
  line-height: 130%;
  font-weight: bold;
  font-size: .9em;
  text-align: right;
  top: 45%;
  right: 3px;
  letter-spacing: 1px;
  z-index: 99999;

  /* 文字の縁取り（文字：黒／縁：白） */
  color : #000;
  /* FireFox, Chrome, Opera, Safari */
  text-shadow:
    #FFFFFF  0px -1px 0px,
    #FFFFFF  0px  1px 0px,
    #FFFFFF  1px -1px 0px,
    #FFFFFF  1px  0px 0px,
    #FFFFFF  1px  1px 0px,
    #FFFFFF -1px -1px 0px,
    #FFFFFF -1px  1px 0px,
    #FFFFFF -1px  0px 0px
    ;
  /* IE */
  filter:
    progid:DXImageTransform.Microsoft.dropshadow(color=#FFFFFF, OffX=0, OffY=1)
    progid:DXImageTransform.Microsoft.dropshadow(color=#FFFFFF, OffX=0, OffY=-1)
    progid:DXImageTransform.Microsoft.dropshadow(color=#FFFFFF, OffX=1, OffY=0)
    progid:DXImageTransform.Microsoft.dropshadow(color=#FFFFFF, OffX=-1, OffY=0)
    ;
}
#left_column div.purpose_box a.event span {
  font-size: 1.4em;
  right: 10px;
  letter-spacing: 2px;
}
#left_column div.purpose_box a.area span {
  font-size: 1.1em;
  right: 5px;
  letter-spacing: 0px;
}
#left_column div.purpose_box a.object span.one_line ,
#left_column div.purpose_box a.bunrui span.one_line ,
#left_column div.purpose_box a.event span.one_line ,
#left_column div.purpose_box a.area span.one_line {
  margin-top: -0.5em;
}
#left_column div.purpose_box a.object span.two_line ,
#left_column div.purpose_box a.bunrui span.two_line ,
#left_column div.purpose_box a.event span.two_line ,
#left_column div.purpose_box a.area span.two_line {
  margin-top: -1em;
}

/*//////////////////////////////////////////////////////////////*/
/* フッター */
/*//////////////////////////////////////////////////////////////*/
#footer {
  text-align: center;
  width: 950px;
  height: 84px;
  margin: 0px auto;
  background:url('../img/template/footer.jpg') no-repeat 0px 15px;
}

#footer ul {
  margin: 0px;
  padding: 8px 0px;
}

#footer li {
  display:inline;
  padding-left:10px;
  padding-right:5px;
  border-left:1px solid #000000;
  background-color: #FFF;
}
#footer li.first {
  border-left:none;
}

#footer .address {
  color: #333;
  font-style: normal;
  font-weight: normal;
  display: inline;
  background-color: #FFF;
}
#footer .copy {
  color: #fff;
  padding-top:8px;
  font-style: normal;
  font-weight: normal;
}
/* フッターサブページ */
#footer_sub {
  text-align: center;
  width: 950px;
  height: 50px;
  margin: 0px auto;
}
#footer_sub ul {
  margin: 0px;
  padding: 8px 0px;
}

#footer_sub {
  text-align:center;
}
#footer_sub li {
  display:inline;
  padding-left:10px;
  padding-right:5px;
  border-left:1px solid #000000;
}
#footer_sub li.first {
  border-left:none;
}

#footer_sub .address {
  color: #333;
  font-style: normal;
  font-weight: normal;
}
#footer_sub .copy {
  color: #fff;
  padding-top:2px;
  font-style: normal;
  font-weight: normal;
  background-color:#0066CB;
}





/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/*　トップページ用CSS　*/

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/*//////////////////////////////////////////////////////////////*/
/* center_column */
/*//////////////////////////////////////////////////////////////*/

/* ----------------------------------------------- */
/*　メイン画像　*/
/* ----------------------------------------------- */
#top_image {
  margin: 0px 0px 15px 0px;
  position: relative;
  width:480px;
  /*border:1px solid #CCC;*/
}
html #top_image {
  height: 100%;
}

#top_image dd {
  width: 460px;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);  /* IE6、IE7対応 */
  -moz-opacity: 0.75;   /* Firefox1.5以前対応 */
}


/* ----------------------------------------------- */
/*　新着　*/
/* ----------------------------------------------- */
#news{
  width:480px;
}

#news .border_box{
  width:478px;
  background-color:#0033CC;
  border:1px solid #ccc;
  display:inline-block;
}

#news .border_box h2{
  float:left;
  color:#FFF;
  padding:8px 5px 8px 35px;
  line-height:120%;
  background:url('../img/top/icon_12.jpg') no-repeat 5px 50%;
  background-color:#0033CC;
  border-left:1px solid #0066FF;
  margin-left:2px;
}

#news .border_box a{
  float:right;
  height:28px;
  width:63px;
  margin-top:2px;
  margin-right:5px;
}

#news .border_box a.btn_rss{
  background-image:url('../img/template/btn_rss.gif');
}

#news ul {
  width:460px;
  margin:0px;
  padding: 5px 10px;
  text-align: left;
}

#news li {
  padding: 5px 0px;
  list-style: none;
  background: url(../img/template/arrow_01.jpg) no-repeat 0px 9px;
}

#news li span.date {
  padding-left:12px;
  float:left;
  width:118px;
  line-height:140%;
}
#news li span.text {
  float:left;
  text-align:left;
  display: block;
  width:330px;
  line-height:140%;
}

#news li a {
  /*display: block;*/
}

#news div.news_more{
  width:470px;
  text-align:right;
  padding: 10px 10px 15px 0px;
}

#news .more {
  background: url(../img/template/arrow_01.jpg) no-repeat 0px 12px;
  margin:10px 0px 0px 0px;
  padding: 10px 0px 0px 15px;
}

#recent_all_top li{
  background: url("../img/template/arrow_01.jpg") no-repeat scroll 0 9px transparent;
  list-style: none outside none;
  padding: 5px 0 5px 12px;
}

#recent_more_link{
  background: url("../img/template/arrow_01.jpg") no-repeat scroll 0 5px transparent;
  float: right;
  padding-left: 15px;
}

/* ----------------------------------------------- */
/*　防災　*/
/* ----------------------------------------------- */
#emergency {
  width:480px;
}

#emergency h2{
  color:#FFF;
  padding:10px 5px 10px 50px;
  font-size:160%;
  line-height:120%;
  background:url('../img/top/icon_10.jpg') no-repeat 5px 50%;
  background-color:#F00;
}

#emergency ul {
  margin: 0px;
  padding: 6px 8px;
}

#emergency ul.emergency_box{
  border-left: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
  border-bottom: 3px solid #FF0000;
}

#emergency ul li {
  margin: 0px;
  padding: 5px 0px 5px 25px;
  line-height:140%;
  list-style: none;
  background: url(../img/template/arrow_01.jpg) no-repeat 10px 50%;
}
#disaster {
  margin: 0px 0px 15px 0px;
  width:480px;
}

#disaster h2{
  color:#FFF;
  padding:8px 5px 8px 35px;
  line-height:120%;
  background:url('../img/top/icon_11.jpg') no-repeat 5px 40%;
  background-color:#CC3366;
}

#disaster ul {
  margin: 0px;
  padding: 6px 8px;
}

#disaster ul.disaster_box{
  border-left: 3px solid #CC3366;
  border-right: 3px solid #CC3366;
  border-bottom: 3px solid #CC3366;
}

#disaster ul li {
  margin: 0px;
  padding: 5px 0px 5px 25px;
  float: left;
  line-height:140%;
  list-style: none;
  background: url(../img/template/arrow_01.jpg) no-repeat 10px 50%;
}



/* ----------------------------------------------- */
/*　ホーム　イベントカレンダー　*/
/* ----------------------------------------------- */
#event_home {
  float:left;
  width:233px;
  margin: 0px 14px 0px 0px;
  text-align:center;
}

#event_home .border_box{
  background-color:#0033CC;
  border:1px solid #ccc;
  margin-bottom:10px;
}

#event_home h2{
  color:#FFF;
  padding:8px 5px 8px 35px;
  line-height:120%;
  background:url('../img/top/icon_13.jpg') no-repeat 5px 50%;
  background-color:#0033CC;
  border-left:1px solid #FFB80A;
  margin-left:2px;
  text-align:left;
}

/* ----------------------------------------------- */
/*　地域別　*/
/* ----------------------------------------------- */
#area {
  float:left;
  width:233px;
  margin: 0px 0px 0px 0px;
  text-align:center;
}

#area .border_box{
  background-color:#0033CC;
  border:1px solid #ccc;
  margin-bottom:10px;
}

#area h2{
  color:#FFF;
  padding:8px 5px 8px 35px;
  line-height:120%;
  background:url('../img/top/icon_14.jpg') no-repeat 5px 50%;
  background-color:#0033CC;
  border-left:1px solid #33CC00;
  margin-left:2px;
  text-align:left;
}

#area .map_box {
  background:url('../img/top/map_02.jpg') no-repeat;
  height:139px;
  width:217px;
  margin-top:20px;
  margin-left:5px;
  position: relative;
}
#area .map_box > a  {
  position: absolute;
  /*text-decoration: none;*/
}
#area .map_box > a.nagasaki {
  top:90px;left:95px;
}
#area .map_box > a.kenou {
  top:65px;left:160px;
}
#area .map_box > a.shimabara {
  top:110px;left:160px;
}
#area .map_box > a.kenhoku {
  top:25px;left:115px;
}
#area .map_box > a.goto {
  top:65px;left:50px;
}
#area .map_box > a.iki {
  top:-5px;left:50px;
}
#area .map_box > a.tsushima {
  top:20px;left:0px;
}
#area .map_box > a.kengai {
  top:0px;left:180px;
}
#area .map_box > a.text {
  font-weight: bold;
  font-size: .9em;
  /* 文字の縁取り（文字：黒／縁：白） */
  color : #000;
  /* FireFox, Chrome, Opera, Safari */
  text-shadow:
    #FFFFFF  0px -1px 0px,
    #FFFFFF  0px  1px 0px,
    #FFFFFF  1px -1px 0px,
    #FFFFFF  1px  0px 0px,
    #FFFFFF  1px  1px 0px,
    #FFFFFF -1px -1px 0px,
    #FFFFFF -1px  1px 0px,
    #FFFFFF -1px  0px 0px;
  /* IE */
  filter:
    progid:DXImageTransform.Microsoft.dropshadow(color=#FFFFFF, OffX=0, OffY=1)
    progid:DXImageTransform.Microsoft.dropshadow(color=#FFFFFF, OffX=0, OffY=-1)
    progid:DXImageTransform.Microsoft.dropshadow(color=#FFFFFF, OffX=1, OffY=0)
    progid:DXImageTransform.Microsoft.dropshadow(color=#FFFFFF, OffX=-1, OffY=0)
    ;
}

/*
#area img.nagasaki{
  margin:3px 0px 0px 95px;
  clear:both;
  float:left;
}
#area img.kenou{
  margin:25px 0px 0px 60px;
  float:left;
}
#area img.shimabara{
  margin:0px 0px 0px 160px;
  clear:both;
  float:left;
}
#area img.kenhoku{
  margin:10px 0px 0px 65px;
  float:left;
}
#area img.goto{
  margin:30px 0px 0px 50px;
  clear:both;
  float:left;
}
#area img.iki{
  margin:0px 0px 0px 55px;
  float:left;
}
#area img.tsushima{
  margin:10px 0px 0px 0px;
  clear:both;
  float:left;
}
#area img.kengai{
  margin:0px 0px 0px 57px;
  float:left;
}
*/

/* ----------------------------------------------- */
/*　バナーエリア　*/
/* ----------------------------------------------- */
#bunner_area {
  width: 550px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

#bunner_area li {
  width: 265px;
  height: 73px;
  margin: 0px;
  padding: 0px 10px 10px 0px;
  overflow: hidden;
  float: left;
  list-style: none;
}

#bunner_area #twitter {
  width: 253px;
  height: 31px;
  padding: 42px 0px 10px 10px;
  position: relative;
  background-image: url(../img/top/twitter_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}
html #bunner_area #twitter {
  width: 263px;
}




/*//////////////////////////////////////////////////////////////*/
/* right_column */
/*//////////////////////////////////////////////////////////////*/
/*#right_column h2{
  background-color:#0033CC;
  color:#FFF;
  padding:8px 5px 8px 10px;
  line-height:120%;
}*/

#right_column h2.kankou{
  margin:0;
  padding:0;
  font-size:0;
}

#right_column h2.kensei{
  background:url('../img/top/icon_06.jpg') no-repeat 5px 50%;
  border-left:1px solid #FF3333;
}
#right_column h2.kouhou{
  background:url('../img/top/icon_07.jpg') no-repeat 5px 50%;
  border-left:1px solid #00CC00;
}
#right_column h2.social{
  background:url('../img/top/icon_08.jpg') no-repeat 5px 50%;
  border-left:1px solid #DE46B0;
}
#right_column h2.link{
  background:url('../img/top/icon_09.jpg') no-repeat 5px 50%;
  border-left:1px solid #CC9966;
}

#right_column .governor{
  margin-bottom:10px;
}

#right_column .nagasaki_pref_intro_box{
  margin-bottom:10px;
}

#right_column .tour_info{
  margin-bottom:10px;
  height:213px;
  width:220px;
  background:url('../img/template/kanko_box.jpg') no-repeat;
}

#right_column .social_box{
  text-align:center;
  padding:10px 0px 10px 0px;
}

#right_column dl{
  width:220px;
  background-color:#FFF;
}

#right_column dl dt {
  height:30px;
  width:220px;
  color: #FFF;
  font-weight: bold;
  background-position: left bottom;
  background-repeat: no-repeat;
}

#right_column dl dd {
  margin: 0px 0px 10px 0px;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
}

#right_column dl dd ul {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 15px;
}

#right_column dl dd ul li {
  line-height:140%;
  margin-bottom: 3px;
  list-style: none;
  padding-left:15px;
  background: url(../img/template/arrow_01.jpg) no-repeat 0px 50%;
}

/* ----------------------------------------------- */
/*　主要情報　*/
/* ----------------------------------------------- */
#right_column dl dd#main_info ul {
  margin: 2px 0px 0px 7px;
}

#right_column dl dd#main_info ul li {
  margin: 0px;
  list-style: none;
}






/*//////////////////////////////////////////////////////////////*/
/* 公告 */
/*//////////////////////////////////////////////////////////////*/
#ad {
  background-color: #FFF;
}

#ad div.ad_line{
  border-top:5px solid #68B4FF;
  height:3px;
  width:950px;
  background-color: #FFF;
  margin: 0px auto;
}
#ad div.ad_box {
  width: 950px;
  height:150px;
  margin: 0px auto;
  background-color: #E1F0FF;
}

#ad div.ad_text {
  display:inline-block;
  margin-left:60px;
  height:20px;
  padding: 0px 50px 0px 30px;
  background:url('../img/template/arrow_r01.png') no-repeat;
  background-position: 10px 3px;
  background-color: #FFFFFF;
}

#ad div a {
  color:#0055FF;
}

#ad ul.ad {
  width: 950px;
  margin: 6px auto 0px auto;
  text-align: center;
}

#ad li {
  display: inline;
}

#ad li img {
  margin: 3px;
}

#ad div.ad_banner {
  width:950px;
  text-align:center;
  margin: 8px auto 0;
}

#ad div.ad_banner img {
  margin-bottom:10px;
}

#ad div.ad_banner img.space {
  margin-right:10px;
}
#ad div.ad_banner a {
  color: #0000FF;
}

/*//////////////////////////////////////////////////////////////*/
/* 地域別 */
/*//////////////////////////////////////////////////////////////*/
#map_area {
  /*display:inline;*/
}

#map_area .map_box_top,
#map_area .map_news_top{
  float:left;
  width:714px;
  background-color:#E8E8E8;
  border-top:1px solid #D1D1D1;
  border-right:1px solid #D1D1D1;
  border-left:1px solid #D1D1D1;
}
#map_area .map_box_top h3,
#map_area .map_news_top h3{
  line-height:120%;
  padding:8px 5px 8px 8px;
  float:left;
}
.map_news_top a{
  float:right;
  height:28px;
  width:63px;
  margin-top:2px;
  margin-right:5px;
}
.map_news_top a.btn_rss{
  background-image:url('../img/template/btn_rss.gif');
}


#map_area .map_box_mid{
  background:url('../img/template/c_box_05_repeat.jpg') repeat-y;
  width:676px;
  min-height:100px;
  padding:20px;
  display:inline-block;
  clear:both;
  float:left;
}
#map_area .map_news_mid{
  background:url('../img/template/c_box_05_repeat.jpg') repeat-y;
  width:716px;
  min-height:100px;
  display:inline-block;
  clear:both;
  float:left;
}

#map_area .map_box_btm,
#map_area .map_news_btm{
  background:url('../img/template/c_box_05_bottom.jpg') no-repeat;
  width:716px;
  height:5px;
  display:inline-block;
  clear:both;
  float:left;
  margin-bottom:10px;
}

#map_area .map_box_mid div.text{
  width:100%;
  clear:both;
  margin-bottom:30px;
  line-height:120%;
}

#map_area .map_box_mid div.map_bg{
  background:url('../img/map/map_03.jpg') no-repeat 0px 10px;
  width:600px;
  height:250px;
  float:left;
  margin-left:40px;
}
#map_area .map_box_mid div.all{
  background:url('../img/map/map_03.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.tsushima{
  background:url('../img/map/map_03_tsushima.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.iki{
  background:url('../img/map/map_03_iki.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.goto{
  background:url('../img/map/map_03_goto.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.nagasaki{
  background:url('../img/map/map_03_nagasaki.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.kenhoku{
  background:url('../img/map/map_03_kenhoku.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.kenou{
  background:url('../img/map/map_03_kenou.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.shimabara{
  background:url('../img/map/map_03_shimabara.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.kengai{
  background:url('../img/map/map_03_kengai.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.map_link{
  width:205px;
  float:left;
}

#map_area .map_box_mid div.map_link ul.map_link_box{
  text-align:center;
}
#map_area .map_box_mid div.map_link ul.map_link_box li{
  margin-bottom: 3px;
  list-style: none;
  padding-bottom:5px;
  line-height:120%;
}

#map_area div.map_bg a{
  height:20px;
  display: block;
  padding: 0 10px;
}

#map_area div.map_bg {
  position: relative;
}
#map_area div.map_bg a {
  position: absolute;
  padding: 3px 10px 2px;
  text-align:center;
  font-size: 0.9em;
  text-decoration: none;
  border: 1px solid #AAA;
  margin: 0px !important;
  height: auto !important;
  line-height: 110% !important;
  /*width:auto;*/
  color: #FFFFFF;
  background-color: #006BFF;
  letter-spacing: 1px;
}
#map_area div.map_bg a.nagasaki {
  top:175px;left:230px;
}
#map_area div.map_bg a.kenou {
  top:135px;left:335px;
}
#map_area div.map_bg a.shimabara {
  top:195px;left:380px;
}
#map_area div.map_bg a.kenhoku {
  top:70px;left:270px;
}
#map_area div.map_bg a.goto {
  top:135px;left:100px;
}
#map_area div.map_bg a.iki {
  top:0px;left:125px;
}
#map_area div.map_bg a.tsushima {
  top:30px;left:0px;
}
#map_area div.map_bg a.kengai {
  top:50px;left:465px;
}

/*
#map_area div.map_bg a.iki {
  margin:0px 0px 0px 125px;
}

#map_area div.map_bg a.tushima {
  margin:10px 0px 0px 0px;
  float:left;
  clear:both;
}
#map_area div.map_bg a.kengai {
  margin:0px 0px 0px 470px;
  float:left;
}
#map_area div.map_bg a.kenhoku {
  margin:20px 0px 0px 270px;
  clear:both;
}
#map_area div.map_bg a.goto {
  clear:both;
  float:left;
  margin:45px 0px 0px 100px;
}
*+html #map_area div.map_bg a.goto {
  margin:25px 0px 0px 100px;
}
#map_area div.map_bg a.kenou {
  margin:45px 0px 0px 170px;
  float:left;
}
*+html #map_area div.map_bg a.kenou {
  margin:25px 0px 0px 170px;
}
#map_area div.map_bg a.nagasaki {
  margin:20px 0px 0px 230px;
  clear:both;
  float:left;
}
#map_area div.map_bg a.shimabara {
  margin:0px 0px 0px 380px;
  clear:both;
  float:left;
}
*/

#map_area .map_news_mid ul{
  margin:0px;
  padding:5px 20px;
}

#map_area .map_news_mid ul li{
  list-style: none;
  padding:5px 0px 5px 12px;
  background: url(../img/template/arrow_01.jpg) no-repeat 0px 9px;
}

#map_area .map_news_mid ul span.date {
  float:left;
  width:110px;
  line-height:140%;
}
#map_area .map_news_mid ul span.text {
  float:left;
  text-align:left;
  display: block;
  width:550px;
  line-height:140%;
}

#map_area .map_news_top img,
#event_cal .event_news_top img{
  float:right;
  width:62px;
  height:28px;
  padding-top:5px;
  padding-right:6px;
}

.author #description {
  margin: 20px 10px 20px 10px;
}

#description p {
  margin: 0px 0px 30px 0px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/*　事業ページ　*/

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*//////////////////////////////////////////////////////////////*/
/* サブ　ヘッダー */
/*//////////////////////////////////////////////////////////////*/
.enterprise #sub_header {
  margin: 10px 0px 0px;
  padding: 0px;
  background-image: url(img/enterprise/sub_header_bg.gif);
  background-position: left top;
  background-repeat: repeat-x;
}

.enterprise #sub_header div {
  width: 950px;
  margin: 0px auto;
  position: relative;
}

.enterprise #sub_header h2 {
  font-size: 36px;
  padding: 35px 0px;
  color: #0473C2;
}

.enterprise #sub_header #sub_sitemap {
  width: 125px;
  height: 36px;
  margin: -18px 0px 0px 0px;
  position: absolute;
  top: 50%;
  right: 120px;
  background-image: url(img/enterprise/sitemap.gif);
}

.enterprise #sub_header #sub_inquiry {
  width: 120px;
  height: 36px;
  margin: -18px 0px 0px 0px;
  position: absolute;
  top: 50%;
  right: 0px;
  background-image: url(img/enterprise/inquiry.gif);
}




/*//////////////////////////////////////////////////////////////*/
/* サブ　コンテンツ */
/*//////////////////////////////////////////////////////////////*/
.enterprise #wrapper {
  background-color:#FFF;
}

.enterprise #center_column main_image img {
  vertical-align: bottom;
}

.enterprise #wrapper .enterprise_box,
#wrapper .enterprise_box{
  width:950px;
  float:left;
  margin-bottom:15px;
}

.enterprise #wrapper .print_box,
#wrapper .print_box{
  float:right;
  width:100%;
  height:35px;
  text-align:right;
}

.enterprise #center_column #news {
    margin: 0 0 10px;
    padding: 0 0px 15px;
    position: relative;
    text-align: right;
  background-color: #F5F5F5;
  background-image: none;
}

.enterprise #center_column #news h3 {
    margin-bottom: 0px;
}

.enterprise #center_column #news ul {
    padding: 0px 20px;
    text-align: left;
}

.enterprise #center_column #news h3 {
    margin-bottom: 20px;
  color: #FFF;
  font-size: 1.3em;
    padding: 7px 15px;
  background-image: url(img/enterprise/h3.gif);
  background-position: left top;
  background-repeat: repeat-x;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/*　セクションページの新着情報　*/

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#center_column_sub .section_list .section_news_top{
  float:left;
  width:714px;
  background-color:#E8E8E8;
  border-top:1px solid #D1D1D1;
  border-right:1px solid #D1D1D1;
  border-left:1px solid #D1D1D1;
}
#center_column_sub .section_list .section_news_top h3{
  line-height:120%;
  padding:8px 5px 8px 8px;
  float:left;
}


#center_column_sub .section_list .section_news_top a{
  float:right;
  height:28px;
  width:63px;
  margin-top:2px;
  margin-right:5px;
}
#center_column_sub .section_list .section_news_top a.btn_rss{
  background-image:url('../img/template/btn_rss.gif');
}



#center_column_sub .section_list .section_news_mid{
  background:url('../img/template/c_box_05_repeat.jpg') repeat-y;
  width:716px;
  min-height:100px;
  display:inline-block;
  clear:both;
  float:left;
}

#center_column_sub .section_list .section_news_btm{
  background:url('../img/template/c_box_05_bottom.jpg') no-repeat;
  width:716px;
  height:5px;
  display:inline-block;
  clear:both;
  float:left;
  margin-bottom:10px;
}

#center_column_sub .section_list .section_box_mid div.text{
  width:100%;
  clear:both;
  margin-bottom:30px;
}

#center_column_sub .section_list .section_news_top img{
  float:right;
  width:62px;
  height:28px;
  padding-top:5px;
  padding-right:6px;
}

#center_column_sub .section_list .section_news_mid ul{
  margin:0px;
  padding:5px 20px;
}

#center_column_sub .section_list .section_news_mid ul li{
  list-style: none;
  padding:5px 0px 5px 12px;
  background: url(../img/template/arrow_01.jpg) no-repeat 0px 9px;
}

#center_column_sub .section_list .section_news_mid ul span.date {
  float:left;
  width:110px;
  line-height:140%;
}

#center_column_sub .section_list .section_news_mid ul span.text {
  float:left;
  text-align:left;
  display: block;
  width:550px;
  line-height:140%;
}

#center_column_sub .section_list a.list_all{
  float:right;
  padding-left:15px;
  background: url(../img/template/arrow_01.jpg) no-repeat 0px 5px;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/*　単一記事　*/

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.single h2#page_title {
  margin: 0px 0px 20px 0px;
  padding: 10px 15px;
  font-size: 1.8em;
  line-height: 120%;
  border-top: 5px solid #F60;
  border-bottom: 2px solid #CCC;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/*　カテゴリー用CSS　*/

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/*//////////////////////////////////////////////////////////////*/
/* center_column_page */
/*//////////////////////////////////////////////////////////////*/
#center_column_page{
  clear:both;
}

#center_column_page h2 {
  font-size:16pt;
  padding: 0px 0px 0px 18px;
  margin-bottom:10px;
  background: url('../img/sub/c_title_06.jpg') no-repeat;
  height:60px;
  line-height:60px;
  width:950px;
}
#center_column_page .content_page h3 {
  font-size:12pt;
  padding: 0px 0px 0px 30px;
  margin:20px 0px 20px 0px;
  background: url('../img/sub/c_title_07.jpg') no-repeat;
  height:27px;
  line-height:28px;
  width:950px;
}

#center_column_page .content_page h3.h_height {
  font-size:12pt;
  padding: 0px 0px 0px 30px;
  margin:20px 0px 20px 0px;
  background: url('../img/sub/c_title_07_1_2.jpg') no-repeat;
  height:85px;
  width:920px;
}

#center_column_page .content_page p {
  padding-left:10px;
  padding-right:10px;
  line-height:150%;
}

#center_column_page .content_page ul li {
  line-height:150%;
}

/*//////////////////////////////////////////////////////////////*/
/* center_column_sub */
/*//////////////////////////////////////////////////////////////*/

#center_column_sub h2 {
  font-size:1.5em;
  padding: 0px 0px 0px 18px;
  margin-bottom:10px;
  background: url('../img/sub/c_title_04.jpg') no-repeat;
  line-height:60px;
  width:698px;
  min-height: 60px;
  height: auto !important;
  height: 60px;
}

#center_column_sub .content_page{
  margin-bottom:10px;
  line-height:120%;
  clear: both;
}

#center_column_sub .content_page li{
  line-height:140%;
}


#center_column_sub .content_page h3 {
  font-size:1.2em;
  padding: 7px 0px 0px 30px;
  margin:20px 0px 20px 0px;
  background: url('../img/sub/c_title_05.jpg') no-repeat;
  height:20px;
  line-height:120%;
  width:680px;
  height:100%;
  border-bottom: 1px solid #CCCCCC;
}
#center_column_sub .content_page h3.h_height {
  font-size:12pt;
  padding: 0px 0px 0px 30px;
  margin:20px 0px 20px 0px;
  background: url('../img/sub/c_title_05_1_2.jpg') no-repeat;
  height:110px;
  width:682px;
}

#center_column_sub .content_page ol{
  /*padding-left:30px;*/
}

#center_column_sub p {
  padding: 0px 10px 0px 10px;
  /*width:678px;*/
}

#center_column_sub div.news_date {
  text-align: right;
  width:714px;
  margin-bottom:10px;
}

/* ----------------------------------------------- */
/*　部局　*/
/* ----------------------------------------------- */
dl.section_list{
  padding-top:10px;
  margin-bottom:10px;
  display:inline-block;
}

dl.section_list dt {
  margin: 0px 0px 0px 0px;
  position: relative;
}

dl.section_list dt h3 {
  margin-left:10px;
  padding: 7px 10px;
  background: url("../img/template/arrow_01.jpg") no-repeat scroll 0 12px transparent;
}


dl.section_list dd {
  width:680px;
  display:inline-block;
  margin: 0px 10px 10px 10px;
  padding: 0px 0px 10px 10px;
  border-bottom:1px dashed #CCC;
}



/* ----------------------------------------------- */
/*　カテゴリーリスト　*/
/* ----------------------------------------------- */
#center_column_sub .category_list {
  margin: 0px 0px 10px 0px;
}

#center_column_sub .center_column_box{
  width:100%;
  clear:both;
}
#center_column_sub .center_column_left{
  width:340px;
  padding-left:6px;
  float:left;
}
#center_column_sub .center_column_right{
  width:340px;
  padding-left:24px;
  float:left;
}
#center_column_sub .height_1{
  font-size:0px;
  height:1px;
  clear:both;
}

#center_column_sub .c_contents_list_left{
  width:160px;
  float:left;
  margin:3px;
}
#center_column_sub .c_contents_list_right{
  width:160px;
  float:right;
  margin:3px;
}
#center_column_sub .center_column_box_repeat{
  width:340px;
  min-height:50px;
}
#center_column_sub .center_column_box_repeat ul{
  margin: 0;
  padding: 0 0 0 10px;
}
#center_column_sub .center_column_box_repeat ul li {
  background: url("../img/template/arrow_01.jpg") no-repeat scroll 0 50% transparent;
  float: left;
  width: 153px;
  line-height:20px;
  list-style: none outside none;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 10px;
  line-height:120%;
}

#center_column_sub .center_column_single_top{
  width:352px;
  float:left;
}
#center_column_sub .center_column_box_top{
  width:716px;
  float:left;
}
#center_column_sub .center_column_single_top h3,
#center_column_sub .center_column_box_top .center_column_top_left h3{
  background-color:#E8E8E8;
  width:342px;
  line-height:120%;
  padding:8px 0px 8px 8px;
  border-top:1px solid #D1D1D1;
  border-right:1px solid #D1D1D1;
  border-left:1px solid #D1D1D1;
}
#center_column_sub .center_column_single_top h3,
#center_column_sub .center_column_box_top .center_column_top_right h3{
  background-color:#E8E8E8;
  width:342px;
  line-height:120%;
  padding:8px 0px 8px 8px;
  border-top:1px solid #D1D1D1;
  border-right:1px solid #D1D1D1;
  border-left:1px solid #D1D1D1;
}

#center_column_sub .center_column_single_mid{
  background:url('../img/template/c_box_03_repeat.jpg') repeat-y;
  width:352px;
  padding-top:5px;
  padding-bottom:5px;
  display:inline-block;
  clear:both;
  float:left;
}
#center_column_sub .center_column_box_mid{
  background:url('../img/template/c_box_04_repeat.jpg') repeat-y;
  width:716px;
  padding-top:5px;
  padding-bottom:5px;
  display:inline-block;
  float:left;
}

#center_column_sub .center_column_single_btm{
  background:url('../img/template/c_box_03_bottom.jpg') no-repeat;
  width:352px;
  height:5px;
  clear:both;
  float:left;
  margin-bottom:10px;
}
#center_column_sub .center_column_box_btm{
  background:url('../img/template/c_box_04_bottom.jpg') no-repeat;
  width:716px;
  height:5px;
  float:left;
  margin-bottom:10px;
}

#center_column_sub .center_column_top_left{
  float:left;
}
#center_column_sub .center_column_top_right{
  float:right;
}


/* ----------------------------------------------- */
/*　カレンダー（ホーム）　*/
/* ----------------------------------------------- */
#event_home #wp-calendar{
  width:201px;
  margin:0 auto;
}

#event_home table{
  border-collapse: collapse;
  border:1px solid #CCC;
  width:201px;
}
#event_home table th,
#event_home table td{
  border:1px solid #CCC;
  padding:3px;
  font-size: 0.9em;
}
#event_home table th{
  background-color:#EEE;
  border:1px solid #CCC;
  padding:3px;
}
#event_home table th.sun{
  color:#FF0000;
}
#event_home table th.sat{
  color:#006600;
}
#event_home table td.sun{
  color:#C00001;
  background-color:#FFE5F2;
}
#event_home table td.sun a{
  color:#C00001;
}
#event_home table td.sat{
  color:#006600;
  background-color:#CCE3FF;
}
#event_home table td.sat a{
  color:#006600;
}

/* ナビゲーション */
#event_home table.nav{
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  border:none;
  width:100%;
  font-size: 1.2em;
}
#event_home table.nav th,
#event_home table.nav td{
  border: none;
  line-height:110%;
  padding:1px;
}
#event_home table.nav td.prev{
  text-align:left;
  width: 27%;
}
#event_home table.nav td.next {
  text-align:right;
  width: 27%;
}
#event_home table.nav td.caption {
  text-align:center;
  font-weight:bold;
  width: 46%;
}

/* ----------------------------------------------- */
/*　カレンダー　*/
/* ----------------------------------------------- */

#event_cal {
  /*width:480px;*/
  width: 716px;
  display:inline;
  float:left;
}

#event_cal .event_box_base{
  float:left;
  width: 704px;
  background-color:#E8E8E8;
  border-right:1px solid #D1D1D1;
  border-left:1px solid #D1D1D1;
  border-bottom:1px solid #D1D1D1;
  padding: 0 5px 5px;
  margin-bottom: 10px;
}

#event_cal .event_box_top,
#event_cal .event_news_top{
  float:left;
  /*width:478px;*/
  width: 714px;
  background-color:#E8E8E8;
  border-top:1px solid #D1D1D1;
  border-right:1px solid #D1D1D1;
  border-left:1px solid #D1D1D1;
}
#event_cal .event_box_top h3,
#event_cal .event_news_top h3{
  line-height:120%;
  padding:8px 5px 8px 8px;
  float:left;
}

#event_cal .event_news_top a{
  float:right;
  height:28px;
  width:63px;
  margin-top:2px;
  margin-right:5px;
}
#event_cal .event_news_top  a.btn_rss{
  background-image:url('../img/template/btn_rss.gif');
}

#event_cal .event_news_top div.event_news_nav{
  float: right;
  padding: 8px 8px 5px;
}
#event_cal .event_news_top div.event_news_nav a{
  width:auto;
  height: auto;
  margin: 0px;
  float: none;
}

#event_cal .event_box_mid{
  /*background:url('../img/template/c_box_02_repeat.jpg') repeat-y;*/
  background-color:#FFF;
  /*width:480px;*/
  width:100%;
  min-height:100px;
  padding-top:10px;
  display:inline-block;
  clear:both;
  float:left;
}
#event_cal .event_news_mid{
  /*background:url('../img/template/c_box_02_repeat.jpg') repeat-y;*/
  background-color:#FFF;
  /*width:480px;*/
  width:100%;
  min-height:200px;
  display:inline-block;
  clear:both;
  float:left;
}
#event_cal .event_today_mid{
  /*background:url('../img/template/c_box_02_repeat.jpg') repeat-y;*/
  background-color:#FFF;
  /*width:480px;*/
  width:100%;
  min-height:100px;
  display:inline-block;
  clear:both;
  float:left;
}
#event_cal .event_today_mid div.today_box,
#center_column_sub .search_box div.today_box{
  width:445px;
  clear:both;
  flota:left;
  margin:10px 10px 0px 20px;
  padding-bottom:10px;
  display:inline-block;
  border-bottom:1px dashed #CCC;
}
#event_cal .event_today_mid div.today_box_last,
#center_column_sub .search_box div.today_box_last{
  width:445px;
  clear:both;
  flota:left;
  margin:10px 10px 0px 20px;
  padding-bottom:10px;
  display:inline-block;
  line-height:120%;
}
#event_cal .event_today_mid div.today_box span,
#center_column_sub .search_box div.today_box span{
  vertical-align:middle;
}
#event_cal .event_today_mid span.today_title,
#center_column_sub .search_box span.today_title{
  clear:both;
  float:left;
  width:80px;
}
#event_cal .event_today_mid span.today_div,
#center_column_sub .search_box span.today_div{
  float:left;
  width:15px;
}
#event_cal .event_today_mid span.today_content,
#center_column_sub .search_box span.today_content{
  float:left;
  width:350px;
}
#event_cal .event_box_mid .sub_text{
  padding-left:20px;
  padding-bottom:10px;
  line-height:120%;
}
#event_cal .event_news_mid ul{
  margin:0px;
  padding:5px 20px;
}

#event_cal .event_news_mid ul li{
  list-style: none;
  padding:5px 0px 5px 12px;
  background: url(../img/template/arrow_01.jpg) no-repeat 0px 9px;
}

#event_cal .event_news_mid ul li span.date {
  float:left;
  width:110px;
  line-height:140%;
}
#event_cal .event_news_mid ul li span.text {
  float:left;
  text-align:left;
  display: block;
  width:550px;
  line-height:140%;
}


#event_cal .event_box_btm,
#event_cal .event_news_btm{
  background:url('../img/template/c_box_02_bottom.jpg') no-repeat;
  width:480px;
  height:5px;
  display:inline-block;
  clear:both;
  float:left;
  margin-bottom:10px;
}

/*////////////// カレンダー内部 //////////////*/
#event_cal #wp-calendar{
  width:468px;
  margin:0 auto;
}

#event_cal table{
  border-collapse: collapse;
  border:1px solid #CCC;
  width:468px;
}
#event_cal table.nav{
  border:none;
  position:absolute;
  width: 468px;
  margin-bottom: 0px;
  padding: 0px;
}

#event_cal caption {
  text-align:center;
  font-weight:bold;
  line-height:130%;
}


#event_cal table th,
#event_cal table td{
  border:1px solid #CCC;
  padding:3px;
  font-size:0.85em;
  font-weight:bold;
  text-align:center;
  line-height:120%;
}
#event_cal table th{
  background-color:#EEE;
  border:1px solid #CCC;
  padding:3px;
}
#event_cal table th.sun{
  color:#FF0000;
}
#event_cal table th.sat{
  color:#006600;
}
#event_cal table td.sun{
  color:#C00001;
  background-color:#FFE5F2;
}
#event_cal table td.sun a{
  color:#C00001;
}
#event_cal table td.sat{
  color:#006600;
  background-color:#CCE3FF;
}
#event_cal table td.sat a{
  color:#006600;
}
#event_cal table.nav td{
  border:none;
}
#event_cal .nav td#prev{
  text-align:left;
  float:left;
}
#event_cal .nav td#next {
  text-align:right;
  float:right;
}

#event_right_column{
  float:left;
}

#event_right_column .search_box_top{
  width:222px;
  float:left;
  clear:both;
}
#event_right_column .search_box_top h3{
  background-color:#E8E8E8;
  border-top:1px solid #D1D1D1;
  border-right:1px solid #D1D1D1;
  border-left:1px solid #D1D1D1;
  line-height:120%;
  width:207px;
  padding:8px 5px 8px 8px;
  float:left;
}

/*
#event_right_column .search_box_top{
  background:url('../img/template/c_box_06_top.jpg') no-repeat;
  width:222px;
  height:37px;
  clear:both;
  float:left;
}
#event_right_column .search_box_top h3{
  line-height:37px;
  padding-left:8px;
}
*/

#event_right_column .search_box_mid{
  background:url('../img/template/c_box_06_repeat.jpg') repeat-y;
  width:222px;
  min-height:100px;
  padding-top:10px;
  display:inline-block;
  clear:both;
  float:left;
}
#event_right_column .search_box_btm{
  background:url('../img/template/c_box_06_bottom.jpg') no-repeat;
  width:222px;
  height:5px;
  display:inline-block;
  clear:both;
  float:left;
  margin-bottom:10px;
}
#event_right_column .search_box_mid .narrow_link ul {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 15px;
}

#event_right_column .search_box_mid .narrow_link ul li {
  margin-bottom: 3px;
  list-style: none;
  padding-left:15px;
  background: url(../img/template/arrow_01.jpg) no-repeat 0px 50%;
  line-height:120%;
}
#event_right_column .search_box_mid .narrow_input{
  width:222px;
  text-align:center;
  margin-top:10px;
}
#event_right_column .search_box_mid .narrow_input input{
  width:180px;
}
#event_right_column .search_box_mid .narrow_btn{
  width:222px;
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}

#event_right_column .search_box_mid .narrow_btn input {
  border: 0px;
  width: 80px;
  height: 20px;
  color:#FFF;
  margin:5px 0px 5px 0px;
  cursor:pointer;
  background:url('../img/template/btn_bg_02.jpg') no-repeat;
}

.search_post_data{
  padding:10px;
}
.entry-content .no_post_data{
  padding:10px;
}
.entry-content .no_post_data .narrow_input{
  float:left;
  width:222px;
  text-align:center;
}
.entry-content .no_post_data .narrow_input input{
  width:180px;
}
.entry-content .no_post_data .narrow_btn{
  float:left;
  width: 80px;
  height: 20px;
  text-align:center;
}

.entry-content .no_post_data .narrow_btn input {
  border: 0px;
  width: 80px;
  height: 20px;
  line-height: 20px;
  color:#FFF;
  cursor:pointer;
  background:url('../img/template/btn_bg_02.jpg') no-repeat;
}


#event_right_column .map_box{
  background:url('../img/top/map_02.jpg') no-repeat;
  height:139px;
  width:217px;
  margin-top:5px;
  margin-left:7px;
}
#event_right_column .map_box img.iki{
  margin:0px 0px 0px 55px;
  float:left;
}
#event_right_column .map_box img.tsushima{
  margin:10px 0px 0px 5px;
  clear:both;
  float:left;
}
/*追加*/
#event_right_column .map_box img.kengai{
  margin:0px 0px 0px 57px;
  float:left;
}
#event_right_column .map_box img.kenhoku{
  margin:10px 0px 0px 65px;
  float:left;
}
#event_right_column .map_box img.goto{
  margin:30px 0px 0px 50px;
  clear:both;
  float:left;
}
#event_right_column .map_box img.kenou{
  margin:25px 0px 0px 55px;
  float:left;
}
#event_right_column .map_box img.nagasaki{
  margin:3px 0px 0px 95px;
  clear:both;
  float:left;
}
#event_right_column .map_box img.shimabara{
  margin:0px 0px 0px 155px;
  clear:both;
  float:left;
}
#event_right_column div.area_link ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 7px;
}

#event_right_column div.area_link ul li {
  margin-bottom: 5px;
  list-style: none;
  padding-left:10px;
  float:left;
  line-height:120%;
}

/*////////////// イベント記事 //////////////*/
#time_stamp {
  width: 100%;
  text-align: right;
  color: #999;
}

/*//////////////////////////////////////////////////////////////*/
/* パンくず */
/*//////////////////////////////////////////////////////////////*/
#bread_list {
  width: 958px;
  margin: 10px auto 0px auto;
  padding: 0px 0px 0px 2px;
  line-height:120%;
}

#bread_list li {
  line-height: 170%;
  padding: 0px 0px 0px 7px;
  float: left;
  display: block;
  list-style: none;
}

#bread_list li a {
  padding: 0px 18px 0px 0px;
  display: block;
  background:url('../img/sub/bread_child_bg.gif') no-repeat 100% 70%;
  line-height: 170%;
}

#bread_list li span {
  line-height: 170%;
  padding: 2px 15px 0px 0px;
  display: block;
}

/*//////////////////////////////////////////////////////////////*/
/* 中央カラム */
/*//////////////////////////////////////////////////////////////*/
.go_top {
  display: block;
  float:right;
  line-height:120%;
  /*clear:both;*/
  padding-left:15px;
  background:url('../img/sub/arrow_04.jpg') no-repeat 0px 50%;
}

#s_inquiry {
  width: 100%;
  border-collapse: collapse;
  margin-bottom:10px;
}

#s_inquiry th,
#s_inquiry td {
  padding: 5px 7px;
  background-color: #DDD;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#s_inquiry th {
  background-color: #AAA;
}


/*//////////////////////////////////////////////////////////////*/
/* テーブル */
/*//////////////////////////////////////////////////////////////*/

.content_page table{
  border-collapse: collapse;
  border:1px solid #CCC;

}
.content_page table th,
.content_page table td{
  padding:3px;
  border:1px solid #CCC;
}
.content_page table th{
  background-color:#E1EFFF;
  padding:3px;
}
.content_page table td.c_01{
  background-color:#FFFF00;
}
.content_page table td.c_02{
  background-color:#FFB27F;
}
.content_page table td.c_03{
  background-color:#CCE5FF;
}
.content_page table td.c_04{
  background-color:#FF7F7F;
}
.content_page table td.c_05{
  background-color:#CCCCFF;
}
.content_page table td.c_06{
  background-color:#E599E5;
}
.content_page table td.c_07{
  background-color:#CC7FB2;
}
.content_page table td.c_08{
  background-color:#99B2E5;
}
.content_page table td.c_09{
  background-color:#FFB2CC;
}
.content_page table td.c_10{
  background-color:#DDDDDD;
}
.content_page table td.c_11{
  background-color:#B2CCFF;
}
.content_page table td.c_12{
  background-color:#E5CCB2;
}
.content_page table td.c_13{
  background-color:#99E599;
}
.content_page .konnatoki table th{
  background-color:#E1EFFF;
  padding:3px;
  width:280px;
}

/* -------------------------------------------------- */
/* 画像の回り込み */
/* -------------------------------------------------- */
.content_page img.alignleft {
  display: inline;
  float: left;
  margin-right: 5px;
}
.content_page img.alignright {
  display: inline;
  float: right;
  margin-left: 5px;
}
.content_page img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*//////////////////////////////////////////////////////////////*/
/* SNSボタン用 */
/*//////////////////////////////////////////////////////////////*/

.wp_social_bookmarking_light{
  width:716px;
  display:inline-block;
}
.wp_social_bookmarking_light div{
  float:left;
  display:inline-block;
}


/*//////////////////////////////////////////////////////////////*/
/* 連絡先 と業務内容 */
/*//////////////////////////////////////////////////////////////*/
/* 連絡先 */
.contact_box .contact_box_top{
  width:714px;
  float:left;
  margin-top:20px;
  background-color: #E8E8E8;
  border-top: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
.contact_box .contact_box_top h3{
  float:left;
  line-height: 120%;
  padding: 8px 5px 8px 8px;
}
.contact_box .contact_box_mid{
  width:714px;
  min-height:100px;
  display:inline-block;
  clear:both;
  float:left;
  background-color: #E8E8E8;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
.contact_box .contact_box_btm{
  width:714px;
  height:5px;
  display:inline-block;
  clear:both;
  float:left;
  margin-bottom:10px;
  background-color: #E8E8E8;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
.contact_box .contact_box_mid ul{
  margin:0 5px;
  padding:5px 20px;
  background-color: #FFF;
}
.contact_box .contact_box_mid ul li{
  list-style: none;
  padding:5px 0px 5px 0px;
}
.contact_box .contact_box_mid span.txt_contact{
  float:left;
  width:140px;
  margin-right:15px;
  line-height:120%;
}
.contact_box .contact_box_mid span.text_name{
  float:left;
  width:190px;
  margin-right:10px;
  line-height:120%;
}
/* 業務内容（背景） */
.businesswork{
  background-color: #FFF;
}
/* 掲載元の課名 */
.contact_box .contact_box_mid .contact_divname {
  font-weight: bold;
  letter-spacing: 2px;
}

/*//////////////////////////////////////////////////////////////*/
/* アンケート */
/*//////////////////////////////////////////////////////////////*/
#questionnaire {
  display:inline;
}
#questionnaire .question_box_top{
  background:url('../img/template/c_box_05_top.jpg') no-repeat;
  width:716px;
  height:37px;
  float:left;
  margin-top:10px;
}
#questionnaire .question_box_top h3{
  float:left;
  line-height:37px;
  padding-left:8px;
}
#questionnaire .question_box_mid{
  background:url('../img/template/c_box_05_repeat.jpg') repeat-y;
  width:696px;
  padding:10px;
  display:inline-block;
  clear:both;
  float:left;
}

#questionnaire .question_box_btm{
  background:url('../img/template/c_box_05_bottom.jpg') no-repeat;
  width:716px;
  height:5px;
  display:inline-block;
  clear:both;
  float:left;
  margin-bottom:10px;
}

#questionnaire .question_box_mid label{
  line-height:120%;
}
#questionnaire .question_box_mid input.btn_submit{
  border: 0px;
  width: 80px;
  height: 20px;
  cursor:pointer;
/*  cursor:hand;*/
  color:#FFF;
  background:url('../img/template/btn_bg_02.jpg') no-repeat;
  margin-left:10px;
}

/*//////////////////////////////////////////////////////////////*/
/* プレスリリース */
/*//////////////////////////////////////////////////////////////*/
/* 担当者ボックス（色合い） */
#responsible_info table{
  border: 1px #CCC solid;
}
#responsible_info th, #responsible_info td{
  border: 1px #CCC solid;
}
#responsible_info th{
  background-color: #EEE;
}

/*//////////////////////////////////////////////////////////////*/
/* RSSボタン対応 */
/*//////////////////////////////////////////////////////////////*/
div.news_rss_box {
  float: right;
  margin-right: 5px;
  margin-top: 1px;
  width:65px;
}
div.news_rss_box a.btn_rss {
  margin: 1px !important;
}
a.btn_rss {
  text-indent: 63px;
  overflow: hidden;
}
