@charset "utf-8";


a {
  text-decoration: none;
  color: #003366;
}

a:hover {
  color: #ff9900;
}

a img {
  border: 0;
  margin:0px;
}


a img.border {  
  border: 0px solid #FC3307;
}



/******************
基本　スタイル
*******************/

html{
	margin: 0 0 0 0;
	background-color: #ffffff;
	background: #ffffff;
	padding: 0 0 0 0;
}


body {
	width:100%;
	height:100%;
	margin: 0 0 0 0;
	font:85% Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding: 0;
	text-align: center;
	}

h1 h2 h3 h4 h5 h6{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

a{
	margin:0 0 0 0;
	padding:0 0 0 0;
}



/******************
index　スタイル
*******************/
#hontai{
	height:auto;
	width:100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #ffffff;
}



#header{
	width:900px;
	height:50px;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

#logo{
	width:200px;
	height:50px;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	float:left;
	background-image: url(../img/logo.gif);
}

#top_menu{
	width:700px;
	height:50px;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	float:right;
	text-align: right;
}

#top_menu2{
	height:20px;
	padding:0;
	margin-bottom: 0px;
	margin-top: 30px;
	text-align: right;
	color: #999;
}



#bar{
	width:100%;
	height:30px;
	padding:0;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../img/bar.gif);
}



#flash{
	width:1000px;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0;
	background-color:#FFF;
	}


#content{
	width:100%;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0;
	float: none;
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color:#b6e0f8;
	}

#content2{
	width:1000px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0;
	float: none;
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color: #b6e0f8;
	clear:both;
	}
	
	
#news {
	width:450px;
	height:auto;
	border:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding:0;
	float:left;
	background-color: #2782D0;
	text-align: left;
}

table.news01 {
	padding: 0;
	margin: 0;

}

td.news01 {
	width:45px;
	height:21px;
	margin-bottom:3px;
	border-left:#A4F3FF 1px groove;
	background-color: #FFF;
}

td.news02 {
	width:340px;
	margin-left:2px;
	margin-bottom:3px;
	border-bottom:#A4F3FF 1px groove;
	color: #FFF;
	background-color: #FFF;
	font-size:9px;
}

td.news03 {
	margin-left:5px;
	margin-bottom:3px;
	color:#F93;
	padding-right: 10px;
	border-bottom:#A4F3FF 1px groove;
	background-color: #FFF;
	border-right-width:1px;
	border-right-style:groove;
	border-right-color:#A4F3FF;
}




#navi {
	width:550px;
	height:250px;
	border:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding:0;
	float: right;
	}
	
#navi_top {
	width:550px;
	height:55px;
	border:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding:0;
	background-color: #B6E0F8;
	}

table .navi_top {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0;
	background-color: #B6E0F8;
}

td .navi_top {
	width:55px;
	height:55px;
	border:0px;
}


#navi_bottom {
	width:550px;
	height:auto;
	border:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #B6E0F8;
	padding-top: 0px;
	color: #006;
	}
	
table.navi_bottom {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
	
div.navi_bottom {
	color:#006;
	font-size:18px;
	font-weight:bold;
}
	
	
#footer{
	width:100%;
	height:30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../img/heder_bg.gif);
	clear:both;
}
	
img {
    border-style:none;
}






/*　a:link 	未訪問のリンク
　a:visited 	訪問済みのリンク
　a:hover 	カーソルが重なったときのリンク
　a:active 	クリックしたときのリンク

a {
text-decoration: none;
}
a:link {
	color: #039;
}
a:visited {
	color: #FFF;
}
a:active {
	color: #FC3;
}
a:hover {
	color: #009;
}
*/
