/*======================[ TOP ] */
#page { background: url(../images/top/bg_top.jpg) no-repeat center top; }
#news p span, #main div.ske span, #main div.dmm span {
	display: block;
	position: relative;
	z-index: -1;
}
/*======================[ footer 下付き ] */
#wrapper-main { padding-bottom: 2em; }
#wrapper-news {
	position: absolute;
	width: 100%;
	padding-bottom: 108px;
	bottom: 0;
}
#navi { padding-bottom: 169px; }
/*======================[ #header ] */
#header {
	position: relative;
	width: 960px;
	margin: 0 auto 5px;
	padding-top: 60px;
	z-index: 5;
}
/*======================[ #main ] */
#main {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
/*======================[ .txt ] */
#main div.txt {
	position: relative;
	width: 638px;
	margin-bottom:80px;
	z-index: 1;
}
/*======================[ .dmm ] */
#main div.dmm {
	position: relative;
	width: 515px;
	height: 225px;
	margin-bottom:120px;
	z-index: 1;
}
#main div.dmm a {
	display: block;
	padding-top: 60px;
}
/*======================[ #navi ] */
#navi {
	position: relative;
	width: 960px;
	margin: 34px auto 0;
}
#navi ul {
	overflow: hidden;
	margin-left: -5px;
}
#navi ul li { float: left; }
#navi ul li a {
	display: block;
	width: 115px;
	height: 114px;
	margin-right: 15px;
}
/*==========[ .limit ] */
#navi div.limit {
	position: absolute;
	top: -28px;
	right: -10px;
}
/*==========[ .new ] */
#navi div.new {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../images/top/ico_new_la.png) no-repeat left top;
	z-index: 99;
}
/*======================[ #news ] */
#wrapper-news {
	height: 36px;
	background: url(../images/top/bg_news.png);
}
#news {
	width: 790px;
	margin: 0 auto;
	padding: 0 120px 0 50px;
	overflow: hidden;
}
#news p {
	float: left;
	width: 56px;
	height: 36px;
	background: url(../images/top/news.png) no-repeat left center;
}
p#news-prev {
	width: 20px;
	margin-left: 20px;
	background-position: -93px center;
	cursor: pointer;
}
p#news-prev:hover { background-color: #333; }
p#news-next {
	float: right;
	width: 20px;
	background-position: -193px center;
	cursor: pointer;
	right: 0;
}
p#news-next:hover { background-color: #333; }
#news ul {
	float: left;
	width: 640px;
	height: 36px;
	margin-left: 20px;
	overflow: hidden;
}
#news ul li {
	height: 36px;
	color: #d9d9d9;
	line-height: 36px;
	overflow: hidden;
}
#news ul li span {
	margin-right: 20px;
	font-weight: bold;
	color: #fff;
}
#news ul li a {
	color: white;
}
