@charset "utf-8";

html,body{ 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
}

.container { 
	position: absolute; 
	width: 100%; 
	height: auto !important; 
	height: 100%; 
	min-height: 100%;
	margin:0 auto;
}

#item{
	font-size:20px;
	display:block;
	margin:0 auto 0;
	float:left;
	width:1044px;
	padding:2px;
	margin-bottom:10px;
	border-color:#E7E7E7;
	margin-right:2px;
}

#item ul li{
	font-size:20px;
	list-style-image: url(../images/arrow_1R.png);
	margin:1em 0 1em 2em;
	border-top:solid 1px #E0DADA;
}

#wrapper {
	width:1044px;
	margin:0 auto;
}

header{
	margin:0px 0px 20px 0px;
	background: url(../images/header_image.jpg);
	width: 100%;
	height: 580px;
	background-position: center;
}

header nav {
	width:1044px;
	margin:0 auto 0;
}

header nav li {
	float:left;
	margin-top:100px;
}

header nav a {
	display:block;
	width:170px;
	height:100px;
	border-radius:10px;
	font-size:250%;
	font-weight:bold;
	line-height:100px;
	text-align:center;
	color:#ffffff;
	border:solid 2px #ffffff;
}

#news:hover{
background:#ffffff;
color:#9B9B9B;
}

/*マウスオーバー時に文字を切り替える*/
span.nomal{display:inline;}
a.nav:hover span.nomal{display:none;}
a.nav span.over{display:none;}
a.nav:hover span.over{ display:inline;}

header nav a:hover{
background:#ffffff;
color:#9B9B9B;
}

footer p{
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
}

footer {
	background: url(../images/footer_image.png) repeat-x;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	margin:0px 0px -50px 0px;
}