@charset "utf-8";
/* ===================================================================
CSS information

 file name  : top.css
 author     :
 style info : トップページ用
=================================================================== */

#topImg {
	width: 960px;
	height: 380px;
	position: relative;
	overflow: hidden;
}

* html #topImg {
	width: 1540px;
	margin-left: -580px;
}

*:first-child+html #topImg {
	width: 1540px;
	margin-left: -580px;
}

.fadein {
	height: 960px;
	width: 380px;
	position: relative;
}

.fadein img {
	position: absolute;
	left: 0;
	top: 0;
}

.newsBox {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 260px;
	height: 300px;
	background: url(../images/top_news_bg.png) repeat;
	text-align: left;
}
* html .newsBox {
	behavior: url(./js/iepngfix.htc);
}

.newsBox h2 {
	margin: 25px 0 0 20px;
	color: #fff;
	font-weight: normal;
	font-size: 131%;
}

.newsBox ul {
	margin: 10px 0 0 20px;
	width: 220px;
	height: 210px;
	overflow: auto;
	font-size: 85%;
}

.newsBox a:link,
.newsBox a:visited {
	color: #fff;
}

.newsBox a:hover,
.newsBox a:active {
	color: #fff000;
}

.newsBox li {
	margin: 0 0 5px;
}

/* -----------------------------------------------------------
	#footer フッター(topのみ)
----------------------------------------------------------- */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0;
	clear: both;
	border-top: none;
}
