@charset "UTF-8";
* {
     margin : 0px 0px 0px;
     padding : 0px;
}

BODY {
	margin : 0px;
	padding: 0px;
	/*background-color : silver;	/*---全体の背景色---*/
	font-family: メイリオ,Osaka,Verdana,Arial,Helvetica,sans-serif;
	font-size : 95%;	/*---基本の文字サイズ---*/
	background-image : url(img/barun.jpg);
	/*background-repeat : norepeat-x;*/
	background-position : 0px 0px;
	background-attachment: fixed;
	text-align: center;
	z-index : 2;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	text-align : left;
	width : 980px;
	position:relative;
	/*float:left;*/
	background-color : white;
	/*border : 1px solid #FFFFFF;*/
	padding: 0px;
	max-width:980px;
  	overflow:hidden;
  	_overflow:hidden;
	z-index : 1;
}

H1,H2,H3 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-align : right;
	vertical-align : middle;
}

H1{
	width : 600px;
	text-align:left;
	color : silver;
	font-size:12px;
	line-height:normal;
	margin-left:300px;
}


/*----------ヘッダー部分----------*/
#header{
	position : fixed;/*absolute;*/
	top : 0px;
	/*left : 30px;*/
	/*	left : 0px; z-index:3;*/
	margin-right : 5px;
	margin-left : 30px;
	padding : 0px;
	width:940px;
	/*	height: 800px;*/
	vertical-align:top;
	background-color : white;
	color : black;
	/*float : left;*/
	overflow: hidden;
	/*margin-top : 100px;*/
	/*	left : 0px; z-index:3;*/
	height : 100px;
	display:inline;			/*IE6のマージン算出のバグ対策*/
	/*border: 1px solid orange;*/
	z-index:6;
}

#header H1{
	text-align : right;
}

#header img{
	vertical-align:middle;
	border:0px;
}


/*----------トップ画面、上部画像部分----------*/
#toptitle{
	background-repeat : no-repeat;
	width : 680px;
	height : 430px;
	background-position : right top;
	/*text-align : right;*/
	font-size: 30px;
	line-height : 30px;
	
	font-family: ＭＳ Ｐ明朝,ＭＳ 明朝;
	/*position : static;*/
	font-weight : normal;
/*   	border : 1px solid green;   ----外枠の線の色・種類・太さ--------*/
	/*margin-top : 100px;*/
	margin-right : 30px;
    /*_margin-top : 30px;	/*IE対策用*/
	_margin-right : 30px;	/*IE対策用*/
	float : right;
	background-image : url(img/topimg.jpg);
  	/*border : 1px solid yellow;*/
}

#toptitle P{
	padding-left : 0px;
	margin-top:30px;
	line-height : 1.5em;
	margin-left:250px;
}

#info{
	width : 650px;
	color:darkblue;
	margin-top : 450px;
	/*margin-top : 100px;*/
	margin-right : 300px;
    /*_margin-top : 30px;	/*IE対策用*/
	_margin-right : 300px;	/*IE対策用*/
	/*border : 1px solid red;*/
}

#info h3{
	color:royalblue;
	text-align:left;
}

#topbun{
	/*clear:both;*/
	width : 650px;
	color : black;
	background-color : rgb(255, 255, 255);
	margin-top : 10px;
	margin-right : 300px;
    _margin-top : 10px;	/*IE対策用*/
	_margin-right : 300px;	/*IE対策用*/
	/*border : 1px solid yellow;*/
}


ul {
	margin:0;
	padding:0;
	list-style:none;
}


/*----------画面左メニュー部分----------*/
#menubox{
	display:block;
	width:220px;
	height:80vh;	/* viewport の高さ（ブラウザの高さ）に対する割合 */
	/*overflow:hidden;*/
	margin-top:100px;
	margin-left:30px;
	float:left;
	/*border:1px solid blue;*/
	background-color:#ffffff;
}


#menu{
	display:block;
	position:fixed;	/*absolute;*/
	top:0px;
	/*margin-right : 0px; margin-bottom : 0px; margin-left : 30px;*/
	padding : 0px;
	width : 220px;
	margin-right : auto;
	vertical-align : top;
	color : navi;
	float : left;
	/*margin-top : 100px;
	height:600px;*/
	height : 100vh;		/* viewport の高さ（ブラウザの高さ）に対する割合 */
/*	display:inline;			/*IE6のマージン算出のバグ対策*/
	z-index : 9;
	text-align : left;
	/*overflow:auto;
	overflow-x: hidden;*/
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
	/*border : 1px solid red;*/
	background-color : #ffffff;
}


#menu::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}


* html div#menu {
   position:absolute;
}

#menu UL{
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
	font-size : 100%;
	color :navi;
	background-color : #ffffff;
	/*background-image : url(img/menubtn.gif);*/
	line-height:40px;
  
}

#menu li{
	height:40px;
	/*color : #FFFFFF;*/
	display: block;
	list-style-type: none;
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
}



#menu A{
	width:100%;
	display: block;
	list-style-type: none;
	text-decoration: none;
	padding-left : 25px;
	color:navy;
}


#menu A:link {
	text-decoration:none;
	color:navy;
}
#menu a:visited {
	text-decoration:none;
	color:navy;
}
#menu a:active {
	text-decoration:none;
	color:navy;
}
#menu a:hover {
	text-decoration:none;
	color:white;
	/*background-image : url(img/menubtn_on.gif);*/
	background-color : #007bbb;
	/*background-image : url(img/menubtn.gif);*/
}


#menu li a {
	border-left: 8px solid #89BDDE;
	/*padding: 3px 10px;*/
	text-decoration: none;
}
#menu li a:hover {
	border-left: 8px solid white;
}


/*---佐賀教弘へのリンクボタン---*/
#sagakyoko {
	/*overflow:hidden;
	background-color:yellowgreen;*/
	/*background-image : url(img/kuroba.gif);*/
	width:215px;
	height : 40px;
	/*top : 650px;
	position : fixed;
	visibility : visible;*/
	border : 2px solid lightblue;
	/*z-index : 2;*/
	line-height:40px;
	color : navy;
}

#sagakyoko a {
	color:navy;
	height:40px;
	display: block;
	list-style-type: none;
	text-decoration: none;
}

#sagakyoko a:hover {
	text-decoration:none;
	color:navy;
	background-color : lightblue;
}


/*---弘済会住所など---*/
#add{
	padding:10px;
	background-color:darkblue;
	color:white;
	width : 662px;
}

#add A:link {
	text-decoration:none;
	color:white;
}
#add a:visited {
	text-decoration:none;
	color:white;
}
#add a:active {
	text-decoration:none;
	color:white;
}
#add a:hover {
	text-decoration:none;
	color:white;
}


/*----------画面右部分----------*/
#main {
	width : 710px;
	float: right;
	/*height:100%;*/
    margin-top:100px;
	/*border: 1px solid gray;*/
	background-color : rgb(255, 255, 255);
	z-index:3;
}

#contebun{
	width : 645px;
	margin-left : 20px;
	margin-top : 132px;
	_margin-top : 50px;	/*IE対策用*/
	line-height : 25px;
}

table.sen {
	border-top: 1px solid #b0c4de;
	border-bottom: 1px solid #b0c4de;
}

td.sen_zero{
	border: 0px;
}


/*----------フッター部分----------*/
#footer{
	margin:0 auto;
	padding:6px 0px;
	width : 100%;
	height : 30px;
	font-size : 11px;
	vertical-align:middle;
	text-align:center;
	color : gray;
	z-index : 5;
}