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

BODY {
	margin : 0px;
	padding: 0px;
	background-color : #b9d08b;	/*---全体の背景色---*/
	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 : 0px;
	padding-left : 30px;
	width:800px;
	/*	height: 800px;*/
	vertical-align:top;
	background-color : white;
	color : black;
	/*float : left;*/
	overflow: hidden;
	margin-left : 100px;
	/*	left : 0px; z-index:3;*/
	height : 90px;
	display:inline;			/*IE6のマージン算出のバグ対策*/
	/*border: 1px solid orange;*/
	z-index:6;
}

#header H1{
	text-align : right;
}

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


/*-----佐賀教弘専用ページ-----*/
#skk_main {
	
	
	

	width : 750px;
/*	float: right;*/
	height:100%;
    margin-top:0px;
    margin-left:100px;
	padding-left : 30px;

	/*border: 1px solid gray;*/
	background-color : rgb(255, 255, 255);
	z-index:3;
}

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

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

#skk img{
	text-align:center;
}

/*----------フッター部分----------*/
#footer{
	/*border: 1px solid orange;*/
	margin:0 auto;
	padding:0px 0px;
	width : 100%;
	height : 50px;
	font-size : 11px;
	/*vertical-align:middle;*/
	text-align:center;			/*---中央表示--------*/
	color : gray;
	z-index : 5;
}