﻿/* CSS Document */
/*■初期設定*/
html {
	overflow:scroll;
}
body {
	background-image: url('img/bg_body.gif');
	background-repeat: repeat-y;
	background-position: center;
	color: #000000;/*通常のテキストカラー*/
}
html:not([lang*=""]) body{
	padding-right:1px /*FireFoxでの背景ズレ対策用ハック*/
}

a {
	color: #0099FF;/*通常のリンクテキストカラー*/
}
a:hover {
	color: #FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/;
	text-decoration: underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}
/*■初期設定ここまで*/
* {
				margin: 0;
				padding: 0;
}
img {
	border: 0;
    vertical-align :bottom;
}
table, div {
	margin: auto;
}
/*■フォントサイズ調整*/
body {
	font-size: 13px; /* モダンブラウザ */ *;
	font-size: small; /* IE 7 */ *;
	font: x-small; /* IE 6以下 */
}
p, th, td, li {
	font-size: 13px; *;
	font-size: 90%; *;
	font: 80%;
}
body {
	text-align: center;
}
address {
	font-style: normal;
	font-size: 90%;
	font: x-small; /* IE 6以下 */;
	line-height: 1.4em;
}
#vnavi {
	font-size:15px;
}
#outline {
	font-size:14px;
}

body:first-of-type #vnavi{
	font-size:15px;
}
body:first-of-type #outline{
	font-size:14px;
}
body:first-of-type #center_zone{
	font-size:13px;
}
body:first-of-type .worktime{
	font-size:11px;
}

/*■レイアウトセレクタ*/
.CNT {
	text-align: center;
}
.L {
	text-align: left;
}
.R {
	text-align: right;
}
/*■基本レイアウト*/
#container {
	background-image: url('img/bg_cont.gif');
	background-repeat: repeat-x;
	width: 801px;
	margin:0 auto 0 auto;
	text-align: left;
}
#head {
	padding-top: 32px;
	margin-bottom: 5px;
	color: #666666;
}
#kamoku {
	width: 430px; /*	height: 43px;　*/;
	float: right;
	font-size: small;
	padding: 5 0 0 0;
}
#kamoku p {
	line-height: 1.2em;
}
#head h1 {
	margin: 20px 0 0 0px;
	font-weight: normal;
}
#head h1 a {
	font-size: 25px;
	line-height: 30px;
	vertical-align: top;
	text-decoration: none;
	color: #333333;
}
#head h1 a:hover {
	font-size: 25px;
	line-height: 30px;
	vertical-align: top;
	text-decoration: none;
	color: #333333;
}
#head_menu {
	background: url(img/menu_bg.gif) no-repeat;
	width: 801px;
	height: 30px;
}
#head_menu ul {
	list-style-type: none;
}
#head_menu ul li {
	font-size: 14px;
	letter-spacing: 1px;
	float: left;
	width: 160px;
	height: 30px;
	position: relative;
}
#head_menu ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	font: 14px;
	width: 159px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#head_menu ul li a:hover {
	color: #FFCC00;
}
#head_menu ul li.off {
	overflow: hidden;
	width: 159px;
}
#head_menu ul li.off ol.sub {
	left: 0px;
	top: -999px;
}
#head_menu ul ol.sub {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 159px;
	border: 1px solid #999999;
	text-align: center;
	list-style-type: none;
}
#head_menu ul li.on {
	width: 159px;
}
#head_menu ul > li.on {
	overflow: visible;/*×*/
}
#head_menu ul ol.sub li {
	float: none;
	width: 159px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #999999;
	text-align: center;
	float: none;
	filter: alpha(opacity=94); /*IE*/;
	-moz-opacity: 0.94; /*FF*/
}
#head_menu ul ol.sub li a {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	vertical-align: middle;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#head_menu ul ol.sub li a:hover {
	background-color: #FFCC00;
	color: #000000;
}
#vnavi a{
	color:#EEEEEE;
	text-decoration:none
}
#vnavi a:hover{
	color:#ffffff;
	text-decoration:underline
}
#daymsg {
	background-color: #EEEEFF;
	width: 800px;
	padding: 0.2em 0 0.2em 0;
	margin: 8 0 0 0;
}
.line {
	clear: left;
}
/*
#main_image {
	background: url(img/maebaru.jpg) no-repeat;
	float: left;
	width: 800px;
	height: 150px;
}
#main_image p {
	margin: 20px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
}
#contents {
	margin: 0 0 0 0;
	clear: left;
	zoom: 100%;
}
#contents:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#contents h2 {
	font-size: 22px;
	line-height: 100px;
	height: 100px;
	color: #000000;
	font-weight: normal;
	text-indent: 20px;
}
*/
#pdfattention{
	font-size:90%;
	height:33px;
	margin:10px 40px
}
#foot_up {
/*	background: url(img/blueline.gif) no-repeat bottom; */
	background-color:#3399ff;
	clear: both;
	height: 8px;
	margin: 10px 0 0 0;
}
#footer {
	width: 100%;
	margin-top: 5px;
	font-size: 10px;
}
.japanese {
	margin-left: 5px;
	text-align: left;
	float: left;
}
.english {
	margin-right: 5px;
	text-align: right;
	float: right;
}
/***見出し設定***/
h2{
	width: 780px;
	height: 36px;
	background-repeat:no-repeat;
	text-indent: -9999px;
	margin: 2px 0px 2px 0px;
	clear:both
}
#m11001 {
	background-image: url(midashi/11001.gif);
}
#m11002 {
	background-image: url(midashi/11002.gif);
}
#m11003 {
	background-image: url(midashi/11003.gif);
}
#m11004 {
	background-image: url(midashi/11004.gif);
}
#m12001 {
	background-image: url(midashi/12001.gif);
}
#m12002 {
	background-image: url(midashi/12002.gif);
}
#m12003 {
	background-image: url(midashi/12003.gif);
}
#m12004 {
	background-image: url(midashi/12004.gif);
}
#m12005{
	background-image: url(midashi/12005.gif);
}
#m12006 {
	background-image: url(midashi/12006.gif);
}
#m12007 {
	background-image: url(midashi/12007.gif);
}
#m12008 {
	background-image: url(midashi/12008.gif);
}
#m12301 {
	background-image: url(midashi/12301.gif);
}
#m13001 {
	background-image: url(midashi/13001.gif);
}
#m13002 {
	background-image: url(midashi/13002.gif);
}
#m14001 {
	background-image: url(midashi/14001.gif);
}
#m14002 {
	background-image: url(midashi/14002.gif);
}
#m15001 {
	background-image: url(midashi/15001.gif);
}
#m15002 {
	background-image: url(midashi/15002.gif);
}
#m16001 {
	background-image: url(midashi/16001.gif);
}
#m16002 {
	background-image: url(midashi/16002.gif);
}
#m17001 {
	background-image: url(midashi/17001.gif);
}
#m17002 {
	background-image: url(midashi/17002.gif);
}
#m18001 {
	background-image: url(midashi/18001.gif);
}
#m18002 {
	background-image: url(midashi/18002.gif);
}
#m18003 {
	background-image: url(midashi/18003.gif);
}
#m19001 {
	background-image: url(midashi/19001.gif);
}
#m21001 {
	background-image: url(midashi/21001.gif);
}
#m21002 {
	background-image: url(midashi/21002.gif);
}
#m22001 {
	background-image: url(midashi/22001.gif);
}
#m22002 {
	background-image: url(midashi/22002.gif);
}
#m22003 {
	background-image: url(midashi/22003.gif);
}
#m23001 {
	background-image: url(midashi/23001.gif);
}
#m24001 {
	background-image: url(midashi/24001.gif);
}
#m24002 {
	background-image: url(midashi/24002.gif);
}
#m25001 {
	background-image: url(midashi/25001.gif);
}
#m25002 {
	background-image: url(midashi/25002.gif);
}
#m26001 {
	background-image: url(midashi/26001.gif);
}
#m26002 {
	background-image: url(midashi/26002.gif);
}
#m31001 {
	background-image: url(midashi/31001.gif);
}
#m31002 {
	background-image: url(midashi/31002.gif);
}
#m32001 {
	background-image: url(midashi/32001.gif);
}
#m33001 {
	background-image: url(midashi/33001.gif);
}
#m34001 {
	background-image: url(midashi/34001.gif);
}
#m34002 {
	background-image: url(midashi/34002.gif);
}
#m35001 {
	background-image: url(midashi/35001.gif);
}
#m35002 {
	background-image: url(midashi/35002.gif);
}
#m35003 {
	background-image: url(midashi/35003.gif);
}
#m41001 {
	background-image: url(midashi/41001.gif);
}
#m42001 {
	background-image: url(midashi/41001.gif);
}
#m43001 {
	background-image: url(midashi/43001.gif);
}
#m43002 {
	background-image: url(midashi/43002.gif);
}
#m43003 {
	background-image: url(midashi/43003.gif);
}

/***広報バックナンバー管理***/
.bn{
	width:500px;
	margin-top:5px	
}
.bn td{
	padding:10px;
}
.bn img{
	border:1px black solid;
	float:left
}
.bn span{
	margin-left:1em;
	font-size:140%;
	font-weight:bold;
	color:#FF6600
}
.bn ul{
	margin-left:150px;
	margin-top:20px;
	list-style-type:disc
}
.bn li{
	font-size:120%
}

/***トップ***/
#top {
}
#top_btm {
	zoom: 100%;
}
#top_btm:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#top div#left {
	float: left;
	width: 440px;
	margin: 20px 0 0 0;
}
#top div#left h3 {
	font-size: 12px;
}
#top div#left div#info {
	background: url(img/top/bg_info.gif) no-repeat;
	width: 440px;
	height: 201px;
}
#top div#left div#info div#main {
	overflow: auto;
	height: 198px;
	margin: 2px 1px 1px 0;
}
#top div#left div#info div#main h4 {
	margin: 8px 10px 0 10px;
	font-size: 100%;
	color: #003366;
}
#top div#left div#info div#main p {
	margin: 4px 10px 0 10px;
}
#top div#right {
	float: left;
	width: 338px;
	margin: 20px 0 0 18px;
}
#top div#right div#bnr_sps {
}
#top div#right div#bnr_sps p {
	margin: 0 0 6px 0;
	border: solid #000000;
	border-width: 2px 1px 1px 1px;
}
#top div#right div#bnr_sps p a {
	background: url(img/top/bg_bnr_anc.gif) no-repeat center top;
	display: block;
	width: 336px;
	height: 108px;
	filter: alpha(opacity=80); /*IE*/;
	-moz-opacity: 0.80; /*FF*/;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
	color: #000000;
	filter: alpha(opacity=50); /*IE*/;
	-moz-opacity: 0.50; /*FF*/
}
#top div#right div#bnr_sps p a:hover {
	filter: alpha(opacity=80); /*IE*/;
	-moz-opacity: 0.80; /*FF*/
}
#top div#right div#bnr_sps p.bnr01 {
	background: url(img/bnr_iki.jpg) no-repeat center;
}
#top div#right div#bnr_sps p.bnr02 {
	background: url(img/top/bnr02.jpg) no-repeat center;
}
/***その他のページ***/
#other_page {
	margin: 10 10 10 10;
	width: 780px;
	padding-top: 5px;
}

#other_page h3 {
	background: url(img/bg_h3_01.gif) no-repeat center left;
	text-indent: 15px;
	font-size: 100%;
	line-height: 1.4em;
	vertical-align: top;
	color: #003366;
}
#other_page h4 {
	font-size: 100%;
	line-height: 1.0em;
	vertical-align: top;
	margin: 14px 0 0 0;
	color: #003366;
}
#other_page h5 {
	margin: 10px 20px 0 0;
	background: url(img/B2ICO02.GIF) no-repeat center left;
	text-indent: 15px;
	font-size: 100%;
	line-height: 1.0em;
	vertical-align: top;
	color: #003366;
}
#other_page div.typeA {
	margin: 10px 10px 10px 40px;
	width: 480px;
	font-size: medium;
	color: #000000;
}
#other_page div.typeA p {
	margin: 0 0 8px 0;
	line-height: 1.6em;
	text-indent: 1em;
}
#other_page div.typeB {
	margin: 10px 10px 10px 40px;
	width: 700px;
	font-size: medium;
}
#other_page div.typeB p {
	margin: 0 0 8px 0;
	line-height: 1.6em;
	text-indent: 1em;
}
#other_page div.linkbox {
	margin: 10px 10px 10px 20px;
	width: 680px;
	font-size: medium;
}
#other_page div.linkbox p {
	margin: 0 0 8px 0;
	line-height: 1.6em;
	text-indent: 1em;
}

/*
#other_page div.typeB:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#other_page div.typeB div.left {
	float: left;
	width: 370px;
}
#other_page div.typeB div.right {
	float: right;
	width: 370px;
	margin: 0 0 0 20px;
}
#other_page p.margin_none {
	margin: 0;
}
#other_page p {
	margin: 6px 0 0 0;
}
*/
/*テーブルセット*/
TABLE {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px;
}
TABLE.framed {
	border: 2px solid #333333;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px;
}
TABLE.framed a{
	color:blue;
	font-weight:bold;
	text-decoration:none			
}
TABLE.framed a:hover{
	color:orange;
	font-weight:bold
}
td.lined_rb {
	border-collapse: collapse;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	padding: 5px;
}
td.lined_r {
	border-right: 1px solid #888888;
	border-collapse: collapse;
	padding: 5px;
}
td.lined_b {
	border-bottom: 1px solid #888888;
	border-collapse: collapse;
	padding: 5px;
}
td.lined_null {
	padding: 5px;
}
/*ラベルセット*/
.lavel1 {
	background-image: url('img/B2ICO01.GIF');
	font-size: small;
	text-indent: 15px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #008080;
}
.lavel2 {
	background-image: url('img/B2ICO02.GIF');
	font-size: small;
	text-indent: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #0000CC;
}
/*
#tbl_setA {
	border: #003366 solid 1px;
	border-collapse: collapse;
	margin: 0;
}
#tbl_setA th {
	border: #003366 solid 1px;
	background: url(img/bg_th_a.gif);
	padding: 6px;
	color: #003366;
	text-align: center;
}
#tbl_setA td {
	border: #003366 solid 1px;
	padding: 6px;
}
*/

