/* CSS Document */

@import "style.css";

/*--Menubar--*/
#Menu{
margin:0 auto 5px;
width:800px;
height:100px;
background:url(../img/bg_menu.gif) no-repeat center top;
text-align:left;
}
#Menu ul{
margin:0 5px 0 255px;
padding:0;
width:540px;
}
#Menu li{
display:block;
width:135px;
height:100px;
liet-style-type:none;
float:left;
}

/*--Link---*/
a {
	color: #0455ba;
	text-decoration: underline;
	}
a:hover {
	color: #03a7b7;
	text-decoration: none;
	}

/*---Container---*/
#Container{
margin: 0 auto;
padding:0;
width: 800px;
}

#banner {
	width: 230px;
	margin:25px 0px 10px;
	float: left;
	}
img.asahiyama07{
margin:10px 2px;
border:3px solid #8EC6E2;
}

#news {
	background: url(../img/bg_news.gif) no-repeat center top;
	width: 570px;
	height: 150px;
	float: right;
	text-align:left;
	/*clear: both;*/
}
#news p{
display:none;
}

.news_area{
width: 420px;
height: 90px;
margin-top:40px;
overflow: auto;
overflow-x:hidden;
scrollbar-arrow-color:#333;
scrollbar-3dlight-color:#333;
scrollbar-darkshadow-color:#333;
}

ul.news{
margin:5px 5px 0 0;
padding:0 0 0 30px;
}

ul.news li{
	list-style:inside square;
	margin:0 0 0 5px;
	padding:0;
	font-size: 90%;
	border-bottom:1px dotted #999;
	}

.news a{
text-decoration:none;
}
	
/*---Footer----*/
#footer {
    bottom: 0;
	text-align: center;
	color: #454541;
	font-weight: 700;
	margin: 0 auto;
	margin-top: 20px;
	}
#footer a {
	color: #454541;
	text-decoration: none;
	}
#footer a:hover { color: #009ce0 }
