@import url("theme.css");

body {
  color: #000000;
  background-color: #ffffff;
}
a:link {
  color: #0000b6;
  background-color: transparent;
}
a:visited {
  color: #440066;
  background-color: transparent;
}
a:hover, a:active {
  color: #bc0000;
  background-color: transparent;
}
p#copyright {
  color: #333333;
  background-color: transparent;
}
h1 {
  color: #30306a;
  border-color: #1c73cf;
}
h2 {
  color: #20206a;
  border-color: #1c73cf;
  background-repeat: repeat-x;
}
h3 {
  padding-bottom: 0.2em;
  color: #000066;
  border-color: #1c73cf;
}
h4 {
  border-color: #1c73cf;
}

/* round_corner */
div.round_corner {
  border-style: solid;
  color: #000;
/* Should be overridden by theme.css */
/*  border-color: #0049a0; */
}

.round_corner h1,
.round_corner h2,
.round_corner h3,
.round_corner h4 {
  color: #30306a;
}

.round_corner h2 {
/* Should be overridden by theme.css */
/*  border-bottom-color: #0049a0; */
}

/* headers */

div#global_nav {
}

div#global_nav div.button {
  border-color: #1c73cf;
}

div#search_nav {
  color: white;
  background-color: #0035b0;
}

div#footer {
  color: black;
/* Should be overridden by theme.css */
/*  border-top: medium solid #0049a0; */
}

div#search_nav a:link, div#search_nav a:visited {
  color: white;
}
div#footer a:link, div#footer a:visited {
  color: black;
}
div#search_nav a:active, div#search_nav a:hover,
div#footer a:active, div#footer a:hover {
  color: white;
/* Should be overridden by theme.css */
/*  background-color: #0049a0; */
}

/*
 * The style for emergency list
 */

#news li {
  margin-left: 2em;
  list-style-type: none;
  list-style-image: url("../images/news_item.png");
}

#update {
  text-align: right;
}
.pr li {
  list-style-type: none;
  background-image: url("../images/pr_item.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  margin: 0.2em 1em;
}

#keyword {
  color: #000000;
  background-color: #f3f2ff;
}

h3.subject {
  border-color: #c4c44b;
}

/* side menu */

#subject,
#section-subject {
  color: #000000;
}

#subject h2,
#section-subject h2 {
  color: #fff;
/* Should be overridden by theme.css */
/*  background-color: #0049a0; */
  border: thin solid #fff;
  border-width: 0 0 1px;
}

#subject li,
#section-subject li {
  list-style-type: none;
  background: url("../images/subject_item.png") no-repeat left center;
}

#subject h2 a,
#section-subject h2 a {
  color: white;
  text-decoration: none;
}

#subject h2 a:hover,
#subject h2 a:active,
#section-subject h2 a:hover,
#section-subject h2 a:active {
/* Should be overridden by theme.css */
/*  color: #0049a0;
  background-color: #ececf3; */
}

.search-word-color {
    color: #ff0000;
}

/* 掲示板スタイルシート */

dl.board dd {
    border-color: #ccf;
    background-color: #eef;
}
.board_post {
    border-color: #ccf;
}
.board_date {
    color: #444;
}
.board_frame {
    border-color: #ccf;
    background-color: #eef;
}
.board_error {
  border-color: red;
  background-color: #eef;
}

/*
 * The style for headdings which the user choose from
 * the tinymce interface.
 */

h1.news,
h2.news,
h3.news,
h1.emg,
h2.emg,
h3.emg,
h1.subject,
h2.subject,
h3.subject,
h1.pr,
h2.pr,
h3.pr {
  color: black;
  background-repeat: repeat-x;
  border: none;
}

h1.emg,
h2.emg,
h3.emg {
  background-image: url("../images/emg_bg.png");
}

h1.news,
h2.news,
h3.news {
  background-image: url("../images/news_bg.png");
}

h1.subject,
h2.subject,
h3.subject {
  background-image: url("../images/subject_bg.png");
}
h1.pr,
h2.pr,
h3.pr {
  background-image: url("../images/pr_bg.png");
}

/* 色変更 */
/* 赤 */
p.red-ff0000 {
	color: #FF0000;
}
span.red-ff0000 {
	color: #FF0000;
}
/* 青 */
p.blue-0000ff {
	color: #0000FF;
}
span.blue-0000ff {
	color: #0000FF;
}
/* 緑 */
p.green-008800 {
	color: #008800;
}
span.green-008800 {
	color: #008800;
}
/* 紫 */
p.perple-cc00cc {
	color: #CC00CC;
}
span.perple-cc00cc {
	color: #CC00CC;
}
/* グレー*/
p.gray-808080 {
	color: #808080;
}
span.gray-808080 {
	color: #808080;
}

h1.green,
h2.green,
h3.green,
h4.green {
  border-color: green;
}

h1.pink,
h2.pink,
h3.pink,
h4.pink {
  border-color: #FF0099;
}

h1.cccc66,
h2.cccc66,
h3.cccc66,
h4.cccc66 {
  border-color: #CCCC66;
}

h1.cc00cc,
h2.cc00cc,
h3.cc00cc,
h4.cc00cc {
  border-color: #CC00CC;
}

/* dark blue background */
h1.dark-blue,
h2.dark-blue,
h3.dark-blue,
h4.dark-blue,
h5.dark-blue {
  color: #ffffff;
  background-color: #0049a0;
  border-style: solid;
  border-width: 1px 0 0;
}

/* light gray background */
h1.light-gray,
h2.light-gray,
h3.light-gray,
h4.light-gray,
h5.light-gray {
  color:#333333;
  background-color:#BED3CA;
  border-color:#88AE9E;
}

/* dark green background */
h1.dark-green,
h2.dark-green,
h3.dark-green,
h4.dark-green,
h5.dark-green {
  color:#ffffff;
  background-color:#203744;
  border: none;
}

/* green background */
h1.fresh-green,
h2.fresh-green,
h3.fresh-green,
h4.fresh-green,
h5.fresh-green {
  color: #ffffff;
  background-color: #006e54;
  border: none;
}

/* light green background */
h1.light-green,
h2.light-green,
h3.light-green,
h4.light-green,
h5.light-green {
  color: #333333;
  background-color: #c1d8ac;
  border-color: #abca8e;
}

/* no border for dark background */
h4.dark-blue,
h4.light-gray,
h4.dark-green,
h4.fresh-green,
h4.light-green {
  border: none;
}

/* no padding for dark background */
h3.dark-blue,
h3.light-gray,
h3.dark-green,
h3.fresh-green,
h3.light-green {
  padding-bottom: 0;
}

/* no border */
h1.plain,
h2.plain,
h3.plain,
h4.plain {
  color: black;
  border: none;
}

h2.plain {
  margin-bottom: 10px;
}

/* top news style */
div.page_header {
/* Should be overridden by theme.css */
/*  border-color: #0049a0; */
}
h1.top_news {
  color: #0049a0;
}

/* section page header style */
/* Should be overridden by theme.css */
div.section_header {
/* border-color: #0049a0; */
}
@charset "utf-8";


body {
	color: #000000;
	background-color: #FFFFFF;
}

a:link,a:visited,a:active {
	color: #3366FF;
	text-decoration: underline;
}
a:hover {
	color: #CD0B0B;
}

/*ページタイトル*/
h1 {
	color: #417E38;
	padding:5px 0px 5px 10px;
	border-left:#417E38 8px solid;
	color: #417E38;
	margin-bottom: 10px;
}

h1 a#logo{
	border:none;
}


h2 {
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #417E38;
	margin-bottom: 20px;
	/*text-indent: -99999px;*/
	font-size:180%;
	color: #417E38;
}

/*
h2#sub02 {
	background-image: url(/images/sub02/p_title.gif);
}
h2#sub03 {
	background-image: url(/images/sub03/p_title.gif);
}
*/

/*見出し*/
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active  {
	color: #FFFFFF;
}

h3 {
	margin:1em 0;
	padding:5px 5px 5px 10px;
	border:4px double #fff;
	background:transparent url("../images/h3_back.jpg") repeat top left;
	font-size:140%;
	color: #FFFFFF;
	font-weight:bold;
}

h4 {
	background: transparent url("../images/h4_back.jpg") no-repeat scroll 0 2px;
	background-repeat: no-repeat; /* 画像の並び */
	color: #417E38;
	font-size: 100%;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	padding:5px 5px 10px 20px;
	margin-bottom: 10px;
}

h5 {
	width: 605px;
	color: #417E38;
	border-bottom:1px dotted #cccccc;
	padding:0px 0px 5px 5px;
	margin-bottom: 10px;
}

h6 {
	background-image: url("../images/h6.jpg"); /* 画像の指定 */
	background-repeat: no-repeat; /* 画像の並び */
	padding-left: 15px; /* 余白 */
	color: #417E38;
	margin-bottom: 10px;
	font-size: 80%;
}


/* トップページ　緊急情報 */
#kinkyu a {
	color: #CD0B0B;
}
#kinkyu a:hover {
	color: #CD0B0B;
}

/*トップページ　左・ナビゲーションメニュー*/
#leftnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftnavi li{
	margin-top:0px;
	width: 170px;
	height: 38px;
	list-style-type: none;
	text-indent: -99999px;
}

#leftnavi li#shichou{
	height:50px;
}
#leftnavi a {
	text-indent: -99999px;
	display: block;
}

#leftnavi a#lm01 {
	height: 50px;
	background-image: url('/images/top/lm_01.jpg');
}
#leftnavi a#lm02 {
	height: 38px;
	background-image: url('/images/top/lm_02.jpg');
}
#leftnavi a#lm03 {
	height: 38px;
	background-image: url('/images/top/lm_03.jpg');
}
#leftnavi a#lm04 {
	height: 38px;
	background-image: url('/images/top/lm_04.jpg');
}
#leftnavi a#lm05 {
	height: 38px;
	background-image: url('/images/top/lm_05.jpg');
}
#leftnavi a#lm06 {
	height: 38px;
	background-image: url('/images/top/lm_06.jpg');
}
#leftnavi a#lm07 {
	height: 38px;
	background-image: url('/images/top/lm_07.jpg');
}
#leftnavi a#lm08 {
	height: 38px;
	background-image: url('/images/top/lm_08.jpg');
}
#leftnavi a#lm09 {
	height: 38px;
	background-image: url('/images/top/lm_09.jpg');
}
#leftnavi a#lm10 {
	height: 38px;
	background-image: url('/images/top/lm_10.jpg');
}
#leftnavi a#lm11 {
	height: 38px;
	background-image: url('/images/top/lm_11.jpg');
}
#leftnavi a#lm12 {
	height: 38px;
	background-image: url('/images/top/lm_12.jpg');
}

/*トップページ　上・くらしの出来事*/
div#kurashi_menu {
	margin-bottom: 20px;
	margin-top: 10px;
	height: 55px;
}
p#t_kurashi {
	background-image: url(/images/top/t_kurashi.jpg);
	background-repeat: no-repeat;
	text-indent: -99999px;
	height: 28px;
	width: 800px;
}
#kurashi_menu ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#kurashi_menu li {
	float: left;
}

#kurashi_menu a {
	background-image: url(/images/top/kurashi_menu.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -99999px;
	height: 55px;
}
a#ninshin:link,
a#ninshin:visited,
a#ninshin:active {
	background-position: 0px 0px;
	width: 77px;
}
a#ninshin:hover {
	background-position: 0px -55px;
}

a#kosodate:link,
a#kosodate:visited,
a#kosodate:active {
	background-position: -77px 0px;
	width: 81px;
}
a#kosodate:hover {
	background-position: -77px -55px;
}


a#nyuen:link,
a#nyuen:visited,
a#nyuen:active {
	background-position: -158px 0px;
	width: 80px;
}
a#nyuen:hover {
	background-position: -158px -55px;
}


a#shushoku:link,
a#shushoku:visited,
a#shushoku:active {
	background-position: -238px 0px;
	width: 80px;
}
a#shushoku:hover {
	background-position: -238px -55px;
}


a#kekkon:link,
a#kekkon:visited,
a#kekkon:active {
	background-position: -318px 0px;
	width: 81px;
}
a#kekkon:hover {
	background-position: -318px -55px;
}


a#hikkoshi:link,
a#hikkoshi:visited,
a#hikkoshi:active {
	background-position: -399px 0px;
	width: 80px;
}
a#hikkoshi:hover {
	background-position: -399px -55px;
}


a#kenko:link,
a#kenko:visited,
a#kenko:active {
	background-position: -479px 0px;
	width: 81px;
}
a#kenko:hover {
	background-position: -479px -55px;
}


a#koreisha:link,
a#koreisha:visited,
a#koreisha:active {
	background-position: -560px 0px;
	width: 81px;
}
a#koreisha:hover {
	background-position: -560px -55px;
}


a#gomi:link,
a#gomi:visited,
a#gomi:active {
	background-position: -641px 0px;
	width: 81px;
}
a#gomi:hover {
	background-position: -641px -55px;
}


a#sogi:link,
a#sogi:visited,
a#sogi:active {
	background-position: -722px 0px;
	width: 78px;
}
a#sogi:hover {
	background-position: -722px -55px;
}

/* トップページ　新着情報 */
#news dt {
	color: #999999;
}

/* セカンドカテゴリメニュー */
div.list2cl {
	margin-right: 22px;
	margin-left: 22px;
}
.list2cl ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list2cl li a:link,
.list2cl li a:visited,
.list2cl li a:active {
	color: #417E38;
	background-image: url(/images/list_icon_02.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 0px 7px;
}
.list2cl li a:hover {
	color: #CD0B0B;
}
ul.list2cl_l {
	float: left;
	width: 278px;
	margin-right: 10px;
}
ul.list2cl_r {
	margin-left: 295px;
}


/*フッター*/
div#footer {
		background-color: #ECE9D8;
}

#footer_link ul li a:link,
#footer_link ul li a:visited,
#footer_link ul li a:active {
	color: #333333;
}

#footer_link table th.footer_menu,
#footer_link table td.footer_menu {
	color: #333333;
	padding-bottom: 10px;
}

#footer_link table {
	width: 800px;
}
#footer_link th {
	width: 100px;
	color: #8B897D;
}
#footer_link td {
	color: #8B897D;
}
#footer_link p {
	color: #8B897D;
}

