@import url("theme.css");

body {
  color: #000000;
  background-color: #FFF;
}
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情報 ******/

h1 {
	color: #333333;
	font-size: 1.4em;
	background-image: url(../images/new/normal/h1b.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
*html h1 {
	color: #333333;
	font-size: 1.4em;
	background-image: url(../images/new/normal/h1b.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div.section_header h1 {
	color: #333333;
	font-size: 1.4em;
	background-image: url(../images/new/normal/h1b.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 950px;
}
div.section_content h1 {
	color: #333333;
	font-size: 1.4em;
	background-image: url(../images/new/normal/h1b.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 950px;
} 
*html div.section_content h1 {
	color: #333333;
	font-size: 1.4em;
	background-image: url(../images/new/normal/h1b.jpg);
/*	background-image: none;*/
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	width: 700px;
}
/****** h2情報 ******/
h2 {
	color: #333333;
	text-indent: 5px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
}
.section_content h2 {
	color: #333333;
	text-indent: 5px;
	/*	background-image: url(../images/new/normal/h2b.png);*/
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	}
	
.section_content {
	width: 700px;
	float:left;
}
*html .section_content {
	width: 700px;
	float:left;
}

.sections h2 {
	color: #333333;
	text-indent: 12px;
	background-image: url(../images/new/normal/h2barrow.png);
	background-repeat: no-repeat;
	background-position: 4px 9px;
}
.section-content h2 {
	color: #333333;
	text-indent: 25px;
	background-image: url(../images/new/normal/h2barrow.png);
	background-repeat: no-repeat;
	background-position: 4px 5px;
}

h3 {
  padding-bottom: 0.2em;
  color: #755527;
  border-color: ##755527;
}
h4 {
  border-color: #1c73cf;
}

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

div.round_corner2 {
	color: #c8c8c8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;/* Should be overridden by theme.css */
	padding-top: 10px;
	padding-bottom: 10px;/*  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;
}

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

#emglist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#emglist li {
  padding: 2px 25px;
  list-style-type: none;
  list-style-image: url("../images/emg_item.png");
  list-style-position: inside;
}

#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,
h2.news2,
h2.news3,
h2.rss,
h1.emg,
h2.emg,
h3.emg,
h2.emg2,
h2.info,
h2.webphoto,
h1.subject,
h2.subject,
h3.subject,
h2.trouble,
h2.foot,
h2.newsrss,
h1.pr,
h2.pr,
h3.pr {
	color: black;
	background-repeat: repeat-x;
	border: none;
	margin: 0px;
	padding: 0px;
}

h1.emg,
h2.emg,
h3.emg {
	background-repeat: repeat-x;
	font-size: 1.1em;
	background-image: url("../img/emp.jpg");
	float: left;
	width: 100%;
/*	height: 30px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 10px;
	line-height: 1.5em;
}


h1.news,
h2.news,
h3.news {
	/*	background-image: url(../images/new/icontest.jpg);　*/
	background-repeat: repeat-x;
	font-size: 1.1em;
	background-image: url(../img/news.jpg);
	float: left;
	width: 100%;
/*	height: 30px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 10px;
	line-height: 1.5em;
}

/********* 手書き *********/

h1.news2,
h2.news2,
h3.news2 {
	/*	background-image: url(../images/new/icontest.jpg);　*/
	background-repeat: no-repeat;
	font-size: 1.1em;
	background-image: url(../images/new/main/otarunews.jpg);
	float: left;
	width: 447px;
	text-indent: -9999px;
	line-height: 1.5em;
	padding: 0px;
	height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: 0px 0px;
}



h2.newsrss {
	/*	background-image: url(../images/new/icontest.jpg);　*/
	background-repeat: no-repeat;
	font-size: 1.1em;
	background-image: url(../images/new/main/newsrss.jpg);
	float: left;
	width: 68px;
	text-indent: -9999px;
	line-height: 1.5em;
	padding: 0px;
	height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: 0px 0px;
}

h2.newsrss a {
	background-repeat: no-repeat;
	background-image: url(../images/new/main/newsrss.jpg);
	float: left;
	width: 68px;
	line-height: 1.5em;
	padding: 0px;
	height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: 0px 0px;
}

h1.news3,
h2.news3,
h3.news3 {
	/*	background-image: url(../images/new/icontest.jpg);　*/
	background-repeat: no-repeat;
/*	font-size: 1.1em;*/
	background-image: url(../images/new/main/oshirase.jpg);
	float: left;
	width: 515px;
	text-indent: -9999px;
/*	line-height: 1.5em;*/
	padding: 0px;
	height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: 0px 0px;
}

h1.emg2,
h2.emg2,
h3.emg2 {
	/*	background-image: url(../images/new/icontest.jpg);　*/
	background-repeat: no-repeat;
	font-size: 1.1em;
	background-image: url(../images/new/right/emergency.jpg);
	float: left;
	width: 235px;
	text-indent: -9999px;
	line-height: 1.5em;
	padding: 0px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: 0px 0px;
}


h2.webphoto {
	/*	background-image: url(../images/new/icontest.jpg);　*/
	background-repeat: no-repeat;
	font-size: 1.1em;
	background-image: url(../images/new/right/webphoto.jpg);
	float: left;
	width: 235px;
	text-indent: -9999px;
	line-height: 1.5em;
	padding: 0px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: 0px 0px;
}

h2.info {
	/*	background-image: url(../images/new/icontest.jpg);　*/
	background-repeat: no-repeat;
	font-size: 1.1em;
	background-image: url(../images/new/right/info.jpg);
	float: left;
	width: 235px;
	text-indent: -9999px;
	line-height: 1.5em;
	padding: 0px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: 0px 0px;
}

h2.foot {
	/*	background-image: url(../images/new/icontest.jpg);　*/
	background-repeat: no-repeat;
	font-size: 1.1em;
	background-image: url(../images/new/foot/footbanner.jpg);
	float: left;
	width: 950px;
	text-indent: -9999px;
	line-height: 1.5em;
	padding: 0px;
	height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-position: 0px 0px;
}

.main_bord {
	padding: 0px;
	border: 1px solid #d0d0d0;
	width: 515px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}

.main_bord_bottom {
	padding: 0px;
	border: 1px solid #d0d0d0;
	width: 515px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
/*background-color: #3366CC;*/
}

ul.genre-news {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*ul.genre-news li{
	padding: 0px;
	margin: 0px;
	width:500px;
	float: left;
} */
/***** IE7 only *****/
*+html body ul.genre-news li{
	padding: 0px;
	margin: 0px;
	width:500px;
	float: none;
}
/***** IE7 only *****/

/***** IE6 only *****/
*html ul.genre-news li{
	padding: 0px;
	margin: 0px;
	width:500px;
	float: none;
}
/***** IE6 only *****/

ul.top_news {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

ul.top_news li{
	padding: 0px;
	margin: 0px;
	width:500px;
	float:left;
}

/***** IE7 only *****/
*+html body ul.top_news li{
	padding: 0px;
	margin: 0px;
	width:500px;
	float: none;
}
/***** IE7 only *****/

/***** IE6 only *****/
*html ul.top_news li{
	padding: 0px;
	margin: 0px;
	width:500px;
	float: none;
}
/***** IE6 only *****/

ul.top_news2 li{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

div.left_borders {
	padding: 0px;
	border: 1px solid #d0d0d0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 235px;
	float: left;
}

div.left_borders p {
	font-size: 0.9em;
	text-decoration: none;
	margin: 5px;
	padding: 0px;
	line-height: 1em;
}

div.left_borders table {
	width:90%;
	margin-left: 10px;
	margin-bottom: 10px;
	float:left;
}
*html div.left_borders table {
	margin-left: 5px;
	margin-bottom: 0px;
}


/********* 手書き ここまで *********/

#main_content .genre-news li a {
	font-size: 0.9em;
	line-height: 1.5em;

}
#main_content .top_news li a {
	font-size: 0.9em;
	line-height: 1.5em;

}


h2.trouble {
	background-repeat: repeat-x;
	font-size: 18px;
	background-image: url(../img/news.jpg);
	float: left;
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 10px;  
}

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");
}

h1.green {
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: green;
	border-right-color: green;
	border-bottom-color: green;
	border-left-color: green;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h2.green,
h3.green,
h4.green {
	background-image: none;
	border-color: green;
}

h1.pink {
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff0099;
	border-right-color: #ff0099;
	border-bottom-color: #ff0099;
	border-left-color: #ff0099;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2.pink,
h3.pink,
h4.pink {
  border-color: #FF0099;
  background-image: none;
}

h1.cccc66 {
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccc66;
	border-right-color: #cccc66;
	border-bottom-color: #cccc66;
	border-left-color: #cccc66;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2.cccc66,
h3.cccc66,
h4.cccc66 {
  border-color: #CCCC66;
  background-image: none;

}

h1.cc00cc {
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC00CC;
	border-right-color: #CC00CC;
	border-bottom-color: #CC00CC;
	border-left-color: #CC00CC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2.cc00cc,
h3.cc00cc,
h4.cc00cc {
  border-color: #CC00CC;
  background-image: none;
}

/* dark blue background */
h1.dark-blue {
  color: #ffffff;
  background-color: #0049a0;
	background-image: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

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;
  background-image: none;
}

/* light gray background */
h1.light-gray {
	color:#333333;
	background-color:#BED3CA;
	border-color:#88AE9E;
	background-image: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

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

/* dark green background */
h1.dark-green {
  color:#ffffff;
  background-color:#203744;
	border-color:#88AE9E;
	background-image: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

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

/* green background */
h1.fresh-green {
  color: #ffffff;
  background-color: #006e54;
	border-color:#88AE9E;
	background-image: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

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

/* light green background */
h1.light-green {
  color: #333333;
  background-color: #c1d8ac;
  border-color: #abca8e;
	background-image: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

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

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

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

/* no border */
h1.plain{
	color: black;
	border: none;
	background-image: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


h2.plain,
h3.plain,
h4.plain {
  color: black;
  border: none;
  background-image: 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 {
	float: left;
}


#subject.sections {
	margin: 0px;
	padding: 0px;
	float: left;
}

.section-content {
	padding: 0px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
*html .section-content {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
