﻿@charset "utf-8";
/***************************************** コンテンツ */
#contents .body {
	background: transparent url('../images/mainview.png') no-repeat scroll center top;
}

/***************************************** ヘッダー */
#header {
	width: 100%;
	height:711px;
}

#twitter {
	width: 1024px;
	height: 64px;
	margin: 0 auto;
	position:relative;
}

#twitter .box {
	display:block;
	position:absolute;
	z-index:1;
	width:49px; 
	height: 49px;
	top: 14px;
	left: 925px;
}

#twitter a {
	display: block;
	width: 49px;
	height: 0;
	padding-top:49px;
	background-image:url('../images/twitter.png');
	overflow:hidden;
}

#twitter a:hover {
	background-position: 0 -49px;
}

#dmm {
	width: 1024px;
	height: 640px;
	margin: 0 auto;
	position:relative;
}

#dmm .box {
	display:block;
	position:absolute;
	z-index:1;
	width:168px; 
	height: 169px;
	top: 450px;
	left: 80px;
}

#dmm a {
	display: block;
	width: 168px;
	height: 0;
	padding-top:169px;
	background-image:url('../images/dmm.png');
	overflow:hidden;
}

#dmm a:hover {
	background-position: 0 -169px;
}

/***************************************** メニュー */
#menu {
	width: 100%;
	height:93px;
	margin: 0 auto;
	background: transparent url('../images/top-menu.png') no-repeat scroll center top;
}

#menu .inner {
	width: 960px;
	height: 93px;
	margin: 0 auto;
	position:relative;
}

#menu img.new00, #menu img.new01,
#menu img.new02, #menu img.new03,
#menu img.new04, #menu img.new05
{
	display:block;
	position:absolute;
	z-index:1;
}

#menu ul.content-menu {
	width : 960px;
	height: 80px;
	padding-top: 13px;
}

#menu ul.content-menu li{
	width: 160px;
	height: 80px;
	float: left;	
}

#menu ul.content-menu li a,
#menu ul.content-menu li img
{
	display:block;
	width: 160px;
	height: 0;
	padding-top:80px;
	overflow:hidden;
}

#menu ul.content-menu li img
{
	background-position: 0 -160px;
}

#menu ul.content-menu li a:hover
{
	background-position: 0 -80px;
}


/***************************************** 更新情報 */
#topics .sound {
	width: 764px;
	height: 280px;
	margin:0 auto;
}

#topics .sound a{
	width: 764px;
	padding-top:264px;
}

#topics .sound a:hover {
	background-position: 0 -264px;
}

#topics .info {
	width :690px;
	height: 160px;
	background-image:url('../images/info.png');
	margin: 0 auto;
	padding-left:80px;
	padding-top: 4px;
}

#topics ul.info-inner {
	width:670px;
	height:152px;
	color: #FFFFFF;
	padding-left: 20px;
	overflow:hidden;
}

#topics ul.info-inner li {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	list-style:disc;
}

#topics ul.info-inner li:first-child {
	font-size: 16px;
	line-height: 38px;
}

#topics .info a {
	color: aqua;
	font-weight:bold;
	text-decoration:none;
}

/***************************************** トピックスバー */
#topics .topics {
	width: 988px;
	height:53px;
	padding: 20px 0; 
	margin: 0 auto;
}

/***************************************** トピックスバー */
#topics .banner {
	display: block;
	height: 330px;
}

#topics .banner ul {
	width : 980px;
	margin: 0 auto;
}

#topics .banner ul li {
	width: 488px;
	height: 102px;
	float:left;
}

#topics .banner ul li.lf {
	padding-left: 4px;
}

#topics .banner ul li a {
	display:block;
	width: 488px;
	height: 0;
	padding-top: 100px;
	overflow:hidden;
}

#topics .banner ul li a:hover {
	background-position: 0 -100px;
}

/***************************************** フッター */
.footer {
	display:block;
	background: transparent url('../images/footer-line.png') no-repeat scroll center top;
	padding-top:42px;
	height: 60px;
	color: #FFFFFF;
	text-align: center;
	font-size:12px;
}























