@charset "Shift_JIS";
/*トップページスタイル*/

/*---------- メイン ----------*/

#main {
  float: left;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 900px;
  background-color: #ffffff;
}

/*---------- ヘッダー ----------*/

#header {
  margin: 3;
  width: 900px	;
  height: 40px;
  border-bottom: solid 3px #005ebb;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

.s01 a{
		 display:block;
		 width:100%;
		 height:100%;
	        text-decoration: none;
		 padding-left:3;
		 line-height:1.2;
	}

.s01 a:link    {color:#ffffff;}
.s01 a:visited {color:#ffffff;}
.s01 a:hover   {background-color:#0000ff;}

.s02 a{
		 display:block;
		 width:100%;
		 height:100%;
	        text-decoration: none;
		 padding-left:3;
		 line-height:1.2;
	}

.s02 a:link    {color:#ffffff;}
.s02 a:visited {color:#ffffff;}
.s02 a:hover   {background-color:#0000ff;}

/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 18px 0 18px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 4px;
  border-top-color: #004080;
  background-color: #ffffff;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}


/*---------- 新聞 ----------*/
.box01 TD{
		 padding:3px 5px 3px 5px;
		 line-height:1.2;
	}