@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;
}



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

/*　全ページ共通CSS　*/

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	line-height: 140%;
	background-color:#0000FF;
	color:#FFFF00;
}

a {
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color:#FFFF00;
}

a img {
	border: none;
}


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

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

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

#left_column {
	width: 220px;
	margin-right:14px;
	float: left;
	background-color:#0000FF;
}

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



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

.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: #0000FF;
}

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

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



/*//////////////////////////////////////////////////////////////*/
/* ヘッダー */
/*//////////////////////////////////////////////////////////////*/
#header {
	width: 950px;
	height: 70px;
	margin: 0px auto;
	background:url('../img/template/header_bg3.jpg') no-repeat;
}
#header_sub {
	width: 950px;
	height: 45px;
	margin: 0px auto;
	border-bottom:4px solid #68B4FF;
}

#header .logo_left a ,
#header_sub .logo_left a {
  float:left;
}
#header .logo_right a ,
#header_sub .logo_right a {
  float:left;
  text-decoration: none;
  padding-left: 5px;
}
#header .logo_right a span ,
#header_sub .logo_right a span {
  display: block;
  font-weight: bold;
}

#header .logo_right a span ,
#header_sub .logo_right a span {
  font-weight: bold;
  line-height: 100%;
}
#header .logo_right a span.ja {
  padding-top: 10px;
  font-size: 22px;
}
#header .logo_right a span.en {
  padding-top: 5px;
  font-size: 14px;
}

#header_sub .logo_right a span.ja {
  padding-top: 5px;
  font-size: 19px;
}
#header_sub .logo_right a span.en {
  padding-top: 2px;
  font-size: 12px;
}

h1 {
	padding: 0px 0px 0px 0px;
	width:92px;
	float:left;
}

/* ----------------------------------------------- */
/*　メニュー（旧）　*/
/* ----------------------------------------------- */
#menu {
	height: 36px;
	width: 950px;
	margin: 0px auto;
	background-color: #0000FF;
	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_3.jpg);
}
#menu #m_menu02 {
	background-image: url(../img/template/h_menu_02_3.jpg);
}
#menu #m_menu03 {
	background-image: url(../img/template/h_menu_03_3.jpg);
}
#menu #m_menu04 {
	background-image: url(../img/template/h_menu_04_3.jpg);
}
#menu #m_menu05 {
	background-image: url(../img/template/h_menu_05_3.jpg);
}
#menu #m_menu06 {
	background-image: url(../img/template/h_menu_06_3.jpg);
}
#menu #m_menu07 {
	background-image: url(../img/template/h_menu_07_3.jpg);
}

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

/* ----------------------------------------------- */
/*　オプション　*/
/* ----------------------------------------------- */
#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_btn3.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:#FFF;
	border:1px solid #ccc;
}

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

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

#left_column h2.kikikanri{
	background:url('../img/top/icon_b_01.jpg') no-repeat 5px 50%;
	/*border-left:1px solid #FFFF00;*/
	color:#FFF;
}
#left_column h2.mokuteki{
	background:url('../img/top/icon_b_02.png') no-repeat 5px 50%;
	/*border-left:1px solid #FF3399;*/
}
#left_column h2.denshi{
	background:url('../img/top/icon_b_03.jpg') no-repeat 5px 50%;
	/*border-left:1px solid #FF9900;*/
}
#left_column h2.minasama{
	background:url('../img/top/icon_b_04.jpg') no-repeat 5px 50%;
	/*border-left:1px solid #FF8192;*/
}
#left_column h2.page{
	background:url('../img/top/icon_b_05.jpg') no-repeat 5px 50%;
	/*border-left:1px solid #AABDCC;*/
}
#left_column h2.adbanner{
  background:url('../img/top/icon_b_16.jpg') no-repeat 5px 50%;
  /*border-left:1px solid #FF3399;*/
}

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

#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_3.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.btn_test{
	background-image:url('../img/template/mokuteki_btn_01_3.jpg');
}
#left_column div.purpose_box a.btn_event{
	background-image:url('../img/template/mokuteki_btn_02_3.jpg');
}
#left_column div.purpose_box a.btn_apply{
	background-image:url('../img/template/mokuteki_btn_03_3.jpg');
}
#left_column div.purpose_box a.btn_supply{
	background-image:url('../img/template/mokuteki_btn_04_3.jpg');
}
#left_column div.purpose_box a.btn_contact{
	background-image:url('../img/template/mokuteki_btn_05_3.jpg');
}
#left_column div.purpose_box a.btn_topix{
	background-image:url('../img/template/mokuteki_btn_06_3.jpg');
}
#left_column div.purpose_box a.btn_info{
	background-image:url('../img/template/mokuteki_btn_07_3.jpg');
}
#left_column div.purpose_box a.btn_press{
	background-image:url('../img/template/mokuteki_btn_08_3.jpg');
}
#left_column div.purpose_box a.btn_guid{
	background-image:url('../img/template/mokuteki_btn_09_3.jpg');
}
#left_column div.purpose_box a.btn_intro{
	background-image:url('../img/template/mokuteki_btn_10_3.jpg');
}

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

/* 分類でさがす */

#left_column div.purpose_box a.btn_safety{
	background-image:url('../img/template/bunrui_btn_01_3.jpg');
}
#left_column div.purpose_box a.btn_life{
	background-image:url('../img/template/bunrui_btn_02_3.jpg');
}
#left_column div.purpose_box a.btn_fukushi_hoken{
	background-image:url('../img/template/bunrui_btn_03_3.jpg');
}
#left_column div.purpose_box a.btn_work{
	background-image:url('../img/template/bunrui_btn_04_3.jpg');
}
#left_column div.purpose_box a.btn_city{
	background-image:url('../img/template/bunrui_btn_05_3.jpg');
}
#left_column div.purpose_box a.btn_culture{
	background-image:url('../img/template/bunrui_btn_06_3.jpg');
}
#left_column div.purpose_box a.btn_prefectural_government{
	background-image:url('../img/template/bunrui_btn_07_3.jpg');
}
#left_column div.purpose_box a.btn_prefecture_info{
	background-image:url('../img/template/bunrui_btn_08_3.jpg');
}
#left_column div.purpose_box a.btn_statistics{
	background-image:url('../img/template/bunrui_btn_09_3.jpg');
}
#left_column div.purpose_box a.btn_disaster{
	background-image:url('../img/template/bunrui_btn_10_3.jpg');
}


/* 組織でさがす */

#left_column div.purpose_box a.btn_test{
	background-image:url('../img/template/mokuteki_btn_01_3.jpg');
}
#left_column div.purpose_box a.btn_event{
	background-image:url('../img/template/mokuteki_btn_02_3.jpg');
}
#left_column div.purpose_box a.btn_apply{
	background-image:url('../img/template/mokuteki_btn_03_3.jpg');
}
#left_column div.purpose_box a.btn_supply{
	background-image:url('../img/template/mokuteki_btn_04_3.jpg');
}
#left_column div.purpose_box a.btn_contact{
	background-image:url('../img/template/mokuteki_btn_05_3.jpg');
}
#left_column div.purpose_box a.btn_topix{
	background-image:url('../img/template/mokuteki_btn_06_3.jpg');
}
#left_column div.purpose_box a.btn_info{
	background-image:url('../img/template/mokuteki_btn_07_3.jpg');
}
#left_column div.purpose_box a.btn_press{
	background-image:url('../img/template/mokuteki_btn_08_3.jpg');
}
#left_column div.purpose_box a.btn_guid{
	background-image:url('../img/template/mokuteki_btn_09_3.jpg');
}
#left_column div.purpose_box a.btn_intro{
	background-image:url('../img/template/mokuteki_btn_10_3.jpg');
}

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

/* 地方機関でさがす */

#left_column div.purpose_box a.btn_test{
	background-image:url('../img/template/mokuteki_btn_01_3.jpg');
}
#left_column div.purpose_box a.btn_event{
	background-image:url('../img/template/mokuteki_btn_02_3.jpg');
}
#left_column div.purpose_box a.btn_apply{
	background-image:url('../img/template/mokuteki_btn_03_3.jpg');
}
#left_column div.purpose_box a.btn_supply{
	background-image:url('../img/template/mokuteki_btn_04_3.jpg');
}
#left_column div.purpose_box a.btn_contact{
	background-image:url('../img/template/mokuteki_btn_05_3.jpg');
}
#left_column div.purpose_box a.btn_topix{
	background-image:url('../img/template/mokuteki_btn_06_3.jpg');
}
#left_column div.purpose_box a.btn_info{
	background-image:url('../img/template/mokuteki_btn_07_3.jpg');
}
#left_column div.purpose_box a.btn_press{
	background-image:url('../img/template/mokuteki_btn_08_3.jpg');
}
#left_column div.purpose_box a.btn_guid{
	background-image:url('../img/template/mokuteki_btn_09_3.jpg');
}
#left_column div.purpose_box a.btn_intro{
	background-image:url('../img/template/mokuteki_btn_10_3.jpg');
}

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

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

#left_column div.purpose_box a.btn_january{
	background-image:url('../img/template/event_btn_01_3.jpg');
}
#left_column div.purpose_box a.btn_february{
	background-image:url('../img/template/event_btn_02_3.jpg');
}
#left_column div.purpose_box a.btn_march{
	background-image:url('../img/template/event_btn_03_3.jpg');
}
#left_column div.purpose_box a.btn_april{
	background-image:url('../img/template/event_btn_04_3.jpg');
}
#left_column div.purpose_box a.btn_may{
	background-image:url('../img/template/event_btn_05_3.jpg');
}
#left_column div.purpose_box a.btn_june{
	background-image:url('../img/template/event_btn_06_3.jpg');
}
#left_column div.purpose_box a.btn_july{
	background-image:url('../img/template/event_btn_07_3.jpg');
}
#left_column div.purpose_box a.btn_august{
	background-image:url('../img/template/event_btn_08_3.jpg');
}
#left_column div.purpose_box a.btn_september{
	background-image:url('../img/template/event_btn_09_3.jpg');
}
#left_column div.purpose_box a.btn_october{
	background-image:url('../img/template/event_btn_10_3.jpg');
}
#left_column div.purpose_box a.btn_november{
	background-image:url('../img/template/event_btn_11_3.jpg');
}
#left_column div.purpose_box a.btn_december{
	background-image:url('../img/template/event_btn_12_3.jpg');
}

#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_nagsaki{
	background-image:url('../img/template/area_btn_01_3.jpg');
}
#left_column div.purpose_box a.btn_kenou{
	background-image:url('../img/template/area_btn_02_3.jpg');
}
#left_column div.purpose_box a.btn_shimabara{
	background-image:url('../img/template/area_btn_03_3.jpg');
}
#left_column div.purpose_box a.btn_kenhoku{
	background-image:url('../img/template/area_btn_04_3.jpg');
}
#left_column div.purpose_box a.btn_goto{
	background-image:url('../img/template/area_btn_05_3.jpg');
}
#left_column div.purpose_box a.btn_tushima{
	background-image:url('../img/template/area_btn_06_3.jpg');
}
#left_column div.purpose_box a.btn_iki{
	background-image:url('../img/template/area_btn_07_3.jpg');
}
#left_column div.purpose_box a.btn_chihoukikan{
	background-image:url('../img/template/area_btn_08_3.jpg');
}
#left_column div.purpose_box a.btn_kengai{
	background-image:url('../img/template/area_btn_09_3.jpg');
}
#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%
}


/*//////////////////////////////////////////////////////////////*/
/* フッター */
/*//////////////////////////////////////////////////////////////*/
#footer {
	text-align: center;
	width: 950px;
	height: 84px;
	margin: 0px auto;
	background:url('../img/template/footer3.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 #FFF;
	background-color: #0000FF;
}
#footer li.first {
	border-left:none;
}

#footer .address {
	color: #FFF;
	font-style: normal;
	font-weight: normal;
  display: inline;
  background-color: #0000FF;
}
#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 #FFF;
}
#footer_sub li.first {
	border-left:none;
}

#footer_sub .address {
	color: #FFF;
	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:716px;
	/*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: #0000FF;
	opacity: 0.75;
	filter: alpha(opacity=75);	/* IE6、IE7対応 */
	-moz-opacity: 0.75;		/* Firefox1.5以前対応 */
}


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

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

#news .border_box h2{
	float:left;
	color:#0033CC;
	padding:8px 5px 8px 35px;
	line-height:120%;
	background:url('../img/top/icon_b_12.png') no-repeat 5px 50%;
	background-color:#FFF;
	/*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:696px;
	margin:0px;
	padding: 5px 10px;
	text-align: left;
}

#news li {
	padding: 5px 0px;
	list-style: none;
  background: url(../img/template/arrow_01_3.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:566px;
	line-height:140%;
}

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

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

#news .more {
	background: url(../img/template/arrow_01_3.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_3.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_3.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_3.jpg) no-repeat 10px 50%;
}
#disaster {
	margin: 0px 0px 15px 0px;
	width:716px;
}

#disaster h2{
	color:#FFF;
	padding:8px 5px 8px 35px;
	line-height:120%;
	background:url('../img/top/icon_11.png') 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_3.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:#FFF;
	border:1px solid #ccc;
	margin-bottom:10px;
}

#event_home h2{
	color:#0033CC;
	padding:8px 5px 8px 35px;
	line-height:120%;
	background:url('../img/top/icon_b_13.png') no-repeat 5px 50%;
	background-color:#FFF;
	/*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:#FFF;
	border:1px solid #ccc;
	margin-bottom:10px;
}

#area h2{
	color:#0033CC;
	padding:8px 5px 8px 35px;
	line-height:120%;
	background:url('../img/top/icon_b_14.jpg') no-repeat 5px 50%;
	background-color:#FFF;
	/*border-left:1px solid #33CC00;*/
	margin-left:2px;
	text-align: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.kenhoku{
	margin:10px 0px 0px 65px;
	float:left;
}
#area img.goto{
	margin:30px 0px 0px 50px;
	clear:both;
	float:left;
}
#area img.kenou{
	margin:25px 0px 0px 60px;
	float:left;
}
#area img.nagasaki{
	margin:3px 0px 0px 95px;
	clear:both;
	float:left;
}
#area img.shimabara{
	margin:0px 0px 0px 160px;
	clear:both;
	float:left;
}
/*追加*/
#area img.kengai{
	margin:0px 0px 0px 57px;
	float:left;
}
#area .map_box{
	background:url('../img/top/map_02_3.jpg') no-repeat;
	height:139px;
	width:217px;
	margin-top:20px;
	margin-left:5px;
}


/* ----------------------------------------------- */
/*　バナーエリア　*/
/* ----------------------------------------------- */
#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_b_06.jpg') no-repeat 5px 50%;
	/*border-left:1px solid #FF3333;*/
}
#right_column h2.kouhou{
	background:url('../img/top/icon_b_07.jpg') no-repeat 5px 50%;
	/*border-left:1px solid #00CC00;*/
}
#right_column h2.social{
	background:url('../img/top/icon_b_08.jpg') no-repeat 5px 50%;
	/*border-left:1px solid #DE46B0;*/
}
#right_column h2.link,
#left_column h2.link{
	background:url('../img/top/icon_b_09.png') 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:#0000FF;
}

#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_3.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: #0000FF;
}

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

#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:#0066FF;*/
}

#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;
}

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


#map_area .map_box_top,
#map_area .map_news_top{
	float:left;
	width:714px;
	background-color:#11115D;
	border-top:1px solid #CBCBCC;
	border-right:1px solid #CBCBCC;
	border-left:1px solid #CBCBCC;
}
#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_top,
#map_area .map_news_top{
	background:url('../img/template/c_box_05_top_3.jpg') no-repeat;
	width:716px;
	height:37px;
	float:left;
}
#map_area .map_box_top h3,
#map_area .map_news_top h3{
	float:left;
	line-height:37px;
	padding-left:8px;
}
*/

#map_area .map_box_mid{
	background:url('../img/template/c_box_05_repeat_3.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_3.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_3.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_3.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_3.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.tsushima{
	background:url('../img/map/map_03_tsushima_3.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.iki{
	background:url('../img/map/map_03_iki_3.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.goto{
	background:url('../img/map/map_03_goto_3.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.nagasaki{
	background:url('../img/map/map_03_nagasaki_3.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.kenhoku{
	background:url('../img/map/map_03_kenhoku_3.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.kenou{
	background:url('../img/map/map_03_kenou_3.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.shimabara{
	background:url('../img/map/map_03_shimabara_3.jpg') no-repeat 0px 10px;
}
#map_area .map_box_mid div.kengai{
	background:url('../img/map/map_03_kengai_3.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;
	width:66px;
	display: block;
}

#map_area div.map_bg a.iki {
	margin:0px 0px 0px 125px;
	/*
	background:url('../img/map/map_btn_01.jpg') no-repeat;
	*/
}

#map_area div.map_bg a.tushima {
	margin:10px 0px 0px 0px;
	float:left;
	clear:both;
	/*
	background:url('../img/map/map_btn_02.jpg') no-repeat;
	*/
}
#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;
	/*
	background:url('../img/map/map_btn_03.jpg') no-repeat;
	*/
}
#map_area div.map_bg a.goto {
	clear:both;
	float:left;
	margin:45px 0px 0px 100px;
	/*
	background:url('../img/map/map_btn_04.jpg') no-repeat;
	*/
}
/*追加*/
*+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;
	/*
	background:url('../img/map/map_btn_05.jpg') no-repeat;
	*/
}
/*追加*/
*+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;
	/*
	background:url('../img/map/map_btn_06.jpg') no-repeat;
	*/
}

#map_area div.map_bg a.shimabara {
	margin:0px 0px 0px 380px;
	clear:both;
	float:left;
	/*
	background:url('../img/map/map_btn_07.jpg') no-repeat;
	*/
}

#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_3.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_3.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 #wrapper .enterprise_box,
#wrapper .enterprise_box{
	width:950px;
	float:left;
	margin-bottom:5px;
}

.enterprise #wrapper .print_box,
#wrapper .print_box{
  float:right;
  text-align:right;
  margin-right: 10px;
}

.enterprise #wrapper .section_box,
#wrapper .section_box{
  float:left;
  text-align:left;
}
.enterprise #wrapper .section_box span.next,
#wrapper .section_box span.next{
  margin-right: 5px;
}

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

.enterprise #center_column #news {
		margin: 0 0 10px;
		padding: 0 0px 15px;
		position: relative;
		text-align: right;
	background-color: #0000FF;
	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:#11115D;
	border-top:1px solid #CBCBCC;
	border-right:1px solid #CBCBCC;
	border-left:1px solid #CBCBCC;
}
#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_3.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_3.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_3.jpg") no-repeat 0 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_3.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 {
	clear:both;
}
#center_column_page h2 {
	font-size:16pt;
	padding: 0px 0px 0px 18px;
	margin-bottom:10px;
	background: url('../img/sub/c_title_06_3.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_3.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_2_3.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:16pt;
	padding: 0px 0px 0px 18px;
	margin-bottom:10px;
	background: url('../img/sub/c_title_04_3.jpg') no-repeat;
	height:60px;
	line-height:60px;
	width:698px;
}

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

#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_3.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_3.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_3.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;
}



/* ----------------------------------------------- */
/*　カテゴリーリスト　*/
/* ----------------------------------------------- */
#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_3.jpg") no-repeat scroll 0 50% transparent;
	float: left;
	width: 300px;
	line-height:20px;
	list-style: none outside none;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
	line-height:120%;
}
#center_column_sub .formation_box .center_column_box_repeat ul li {
  width: 153px;
}

#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:#11115D;
	width:342px;
	line-height:120%;
	padding:8px 0px 8px 8px;
	border-top:1px solid #CBCBCC;
	border-right:1px solid #CBCBCC;
	border-left:1px solid #CBCBCC;
}
#center_column_sub .center_column_single_top h3,
#center_column_sub .center_column_box_top .center_column_top_right h3{
	background-color:#11115D;
	width:342px;
	line-height:120%;
	padding:8px 0px 8px 8px;
	border-top:1px solid #CBCBCC;
	border-right:1px solid #CBCBCC;
	border-left:1px solid #CBCBCC;
}

#center_column_sub .center_column_single_mid{
	background:url('../img/template/c_box_03_repeat_3.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_3.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_3.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_3.jpg') no-repeat;
	width:716px;
	height:5px;
	float:left;
	margin-bottom:10px;
}

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


/* ----------------------------------------------- */
/*　カレンダー（ホーム）　*/
/* ----------------------------------------------- */
#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:9pt;*/
	font-size: 0.9em;
}
#event_home table th{
	background-color:#1C1C99;
	border:1px solid #CCC;
	padding:3px;
}
#event_home table th.sun{
	color:#FF0000;
}
#event_home table th.sat{
	color:#00cc00;
}
#event_home table td.sun{
	color:#FF0000;
	background-color:#FFE5F2;
}
#event_home table td.sun a{
	color:#FF0000;
}
#event_home table td.sat{
	color:#00cc00;
	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:#11115D;
  border-right:1px solid #CBCBCC;
  border-left:1px solid #CBCBCC;
  border-bottom:1px solid #CBCBCC;
  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:#11115D;
  border-top:1px solid #CBCBCC;
  border-right:1px solid #CBCBCC;
  border-left:1px solid #CBCBCC;
}
#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_3.jpg') repeat-y;
  width:480px;*/
  background-color: #0000FF;
  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_3.jpg') repeat-y;
  width:480px;*/
  background-color: #0000FF;
  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_3.jpg') repeat-y;
  width:480px;*/
  background-color: #0000FF;
  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_3.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_3.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:#1C1C99;
	border:1px solid #CCC;
	padding:3px;
}
#event_cal table th.sun{
	color:#FF0000;
}
#event_cal table th.sat{
	color:#00cc00;
}
#event_cal table td.sun{
	color:#FF0000;
	background-color:#FFE5F2;
}
#event_cal table td.sun a{
	color:#FF0000;
}
#event_cal table td.sat{
	color:#000000;
	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:#11115D;
	border-top:1px solid #CBCBCC;
	border-right:1px solid #CBCBCC;
	border-left:1px solid #CBCBCC;
	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_top3.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_repeat3.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_bottom3.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_3.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_3.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_3.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_3.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:#000099;
	padding:3px;
}
.content_page table td.c_01{
	background-color:#0000FF;
}
.content_page table td.c_02{
	background-color:#0000FF;
}
.content_page table td.c_03{
	background-color:#0000FF;
}
.content_page table td.c_04{
	background-color:#0000FF;
}
.content_page table td.c_05{
	background-color:#0000FF;
}
.content_page table td.c_06{
	background-color:#0000FF;
}
.content_page table td.c_07{
	background-color:#0000FF;
}
.content_page table td.c_08{
	background-color:#0000FF;
}
.content_page table td.c_09{
	background-color:#0000FF;
}
.content_page table td.c_10{
	background-color:#0000FF;
}
.content_page table td.c_11{
	background-color:#0000FF;
}
.content_page table td.c_12{
	background-color:#0000FF;
}
.content_page table td.c_13{
	background-color:#0000FF;
}

.content_page .konnatoki table th{
	background-color:#000099;
	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 {
	/*display:inline;*/
}
.contact_box .contact_box_top{
	background:url('../img/template/c_box_05_top_3.jpg') no-repeat;
	width:716px;
	height:37px;
	float:left;
	margin-top:20px;
}
.contact_box .contact_box_top h3{
	float:left;
	line-height:37px;
	padding-left:8px;
}
.contact_box .contact_box_mid{
	background:url('../img/template/c_box_05_repeat_3.jpg') repeat-y;
	width:716px;
	min-height:100px;
	display:inline-block;
	clear:both;
	float:left;
}

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

.contact_box .contact_box_mid ul{
	margin:0px;
	padding:5px 20px;
}

.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%;
}
.contact_box .contact_box_mid a.btn_contact{
	float:left;
	font-size:9pt;
	color:#FFF;
	height:20px;
	line-height:20px;
	width:163px;
	text-align:center;
	text-decoration: none;
	display:inline-block;
	background:url('../img/template/btn_bg_01.jpg') no-repeat;
}

/*//////////////////////////////////////////////////////////////*/
/* アンケート */
/*//////////////////////////////////////////////////////////////*/
#questionnaire {
	display:inline;
}
#questionnaire .question_box_top{
	background:url('../img/template/c_box_05_top_3.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_3.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_3.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;
}

/* -------------------------------------------------- */
/* ヘッダー画像 */
/* -------------------------------------------------- */
#center_column div.header_image ,
#center_column_sub div.header_image {
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #CCC;
  height: 200px;
  overflow: hidden;
}

/* -------------------------------------------------- */
/* 学校ページ */
/* -------------------------------------------------- */

/* 所在地ボタン（学校で探す） */
form.formation_map {
  float: right;
  position: absolute;
  top: 4px;
  right: 7px;
}
form.formation_map input[type="submit"]{
   border:none;
   width:70px;
   height: 25px;
   background: url(../img/template/map_btn_03_f.png) no-repeat;
   cursor: pointer;
   color: #0033CC;
   font-weight: bold;
}
form.formation_map input[type="submit"]:hover {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}

/* 所在地ボタン（学校ページ） */
#btn_map {
   border:none;
   width:60px;
   height: 30px;
   float: right;
   margin: 15px 10px; 
   background: url(../img/template/map_btn_03.png) no-repeat;
   cursor: pointer;
}
#btn_map:hover {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}

/* 他校リンク */
#other_schools{
  margin: -5px 10px 5px;
}
#other_schools a {
  display:inline-block;
  padding: 0px 25px 0px 15px;
  background: url(../img/template/arrow_01_3.jpg) no-repeat 0px 50%;
}

/* 中央領域のカテゴリ */
.section_list .workmenu_box {
  border:1px solid #CCC;
  width:714px;
  margin-bottom:10px; 
}

/* -------------------------------------------------- */
/* モバイルリンク */
/* -------------------------------------------------- */
#mobile_link ul {
  margin: 0;
  padding: 5px 0 0 15px;
}
#mobile_link ul li {
  line-height:140%;
  margin-bottom: 3px;
  list-style: none;
  padding-left:15px;
  background: url(../img/template/arrow_01_3.jpg) no-repeat 0px 50%;
}

/* -------------------------------------------------- */
/*　カテゴリ　*/
/* -------------------------------------------------- */
hr.menu_separator {
  border: none;
  border-top: solid 1px #CACACC;
}
