@charset "UTF-8";
/* CSS Document */

a:link {
	color:#258fb8;
}

a:visited {
	color:#258fb8;
}

a:hover {
	color:#996600;
	text-decoration:underline;
}

a:active {
	color:#996600;
}

a:focus {
	color:#996600;
}

.b-news {
	background-image:url(images/button_news_b.jpg);
	width:80px;
	height:28px;
}

.b-news:hover {
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	opacity: 0.0;
}

.body_main {
	background-color:#6c6a6d;
	font-size:90%;
}

.container {
	width:100%;
	text-align:center;
	clear:both;
	position:inherit;
}

.head_container {
	width:950px;
	height:100px;
	margin:auto;
	background-image:url(./images/head_bg.jpg);
	background-repeat:repeat-y;
}

.logo {
	float:left;
	margin:10px 0px 0px 50px;
}

.button_container {
	width:550px;
	height:30px;
	float:right;
	margin:10px 40px 0px 0px;
}

.button {
	float:left;
	margin:0px 5px;
}

.address {
	color:white;
	text-align:right;
	line-height:1.3;
	text-weight:bold;
	float:right;
	width:550px;
	margin:10px 40px 0px 0px;
	font-family:Meiryo;
}

.content {
	text-align:center;
	width:950px;
	color:white;
	position:inherit;
	margin:auto;
	background-image:url(./images/content_bg.jpg);
	background-repeat:repeat-y;
}

.newsAndEvent {
	height:500px;
	width:930px;
	text-align:left;

.foot {
	
}