@charset "utf-8";
/* CSS Document */

body {
	font-size:100%;
	font-family:'メイリオ',Meiryo,Hiragino Kaku Gothic Pro,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',san-serif;
	margin:0;
	padding:0;
	background:#eee;
}

h1 , h2 , h3 , h4{
	padding:0;
	margin:0;
	}

img{
	border:0;
	vertical-align:top;
}

p{
	padding:0;
	margin:0;
	}
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.float_l{
	float:left;
}

.float_r{
	float:right;
}

ul li{
	list-style:none;
}

.clear{
	clear:both;
}

.bold{
	font-weight:bold;
}

#container{
	width:900px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	background:#fff;
	}
	
#container #head{
	width:900px;
	height:62px;
	overflow:hidden;
	background:#06903a;
	}
	
#container #head .logo{
	width:220px;
	height:36px;
	overflow:hidden;
	float:left;
	margin:16px 0 0 22px;
	}
	
#container #head #menu{
	width:auto;
/*	height:20px;*/
	overflow:hidden;
	float:right;
	}
	
#container #head #menu ul{
	margin:0;
	padding:0 8px 0 0;
	}
	
#container #head #menu ul li{
	width:auto;
	height:auto;
	float:left;
	border-left:1px solid #fff100;
	}
	
#container #head #menu ul li a{
	font-size:.6em;
	color:#FFF;
	display:block;
	padding:6px 12px 0 3px;
	text-decoration:none;
	line-height:18px;
	}
	
#container #head #menu ul li.song{
	height:62px;
	}
	
#container #head #menu ul li a:hover,
#container #head #menu ul li a:hover.song{
	color:#fff100;
	}
	
#container #flash{
	width:900px;
	height:auto;
	overflow:hidden;
	clear:both;
	}
	
#container #information{
	width:900px;
	height:auto;
	overflow:hidden;
	clear:both;
	background:#eeed80;
	}
	
#container #information .icon{
	width:65px;
	height:65px;
	overflow:hidden;
	float:left;
	padding:12px 10px 0 25px;
	}
	
#container #information .news{
	width:450px;
/*	height:65px;*/
	margin:12px 10px 0 0;
	float:left;
	overflow:hidden;
}

#container #information .news ul{
	margin:0;
	padding:0;
	}
	
#container #information .news ul li{
	height:auto;
	padding:0;
	margin:0;
	overflow:hidden;
	line-height:20px;
	font-size:80%;
	}
	
#container #information .news ul li a{
	color:#000;
	text-decoration:none;
	}
	
#container #information .news ul li a:hover{
	text-decoration:underline;
	}
	
#container #information .adver{
	width:290px;
	height:auto;
	overflow:hidden;
	float:right;
	margin:12px 10px 0 0;
	}
	
#container #information .adver ul{
	margin:0;
	padding:0;
	}
	
#container #information .adver ul li{
	width:auto;
	height:auto;
	float:left;
	}
	
#container #foot{
	width:900px;
/*	height:62px;*/
	overflow:hidden;
	background: #ABCD05;
/*	background:url(../images/top_foot_bg.jpg) no-repeat #ABCD05;*/
	vertical-align: baseline;	
	}

#container #foot .nav{
	width:300px;
/*	height:22px;*/
/*	overflow:hidden;*/
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	}
	
#container #foot .nav ul{
	margin:0;
	padding:0;
	}
	
#container #foot .nav ul li{
/*	width:7.5em;
	width: 120px;*/
	height: 1.8em;	
/*	height:auto;*/
	float:left;
	margin: 0 10px 0 0;	
	border-left:1px solid #fff100;
	}
	
#container #foot .nav ul li a{
	font-size:58%;
	color:#FFF;	
/*	height:22px;*/
	display:block;
	padding:5px 6px 0 3px;
	text-decoration:none;
	}
	
#container #foot .nav ul li a:hover{
	color:#fff100;
	}
	
#container #foot .copyright{
	width:900px;
	height: 2.1em;
/*	height:50px;*/
/*	overflow:hidden;*/
	text-align:right;
	/*font-size:.5em;*/
	font-size:50%;
	float:right;
	color:#fff;
	margin: 0;
	padding: 0 5px 0 0;
/*	margin:46px 5px 0 0;*/
	line-height:16px;
	background: #06903A;
	border-top: #FFE40E 5px solid;
	}
.txt_left{
	float: left;
	width: 120px;
	padding: 0 5px 0 0;
}

.img_left{
	float: left;
}

