@charset "UTF-8";

div#btn-opentopmenu{
	width: 100px;
	height: 80px;
	background: url("../images/header/icon_menu_top.png") no-repeat;
	position: fixed;
	top:9px;
	left: 535px;
	z-index:999;
	cursor: pointer;
}

header{
	width: 640px;
	height: 640px;
	position: relative;
	margin-bottom: 130px;
}

header div#header-logo{
	position: absolute;
	top:50%;
	left: 50%;
	width: 402px;
	height: 42px;
	margin-left: -201px;
	margin-top: -21px;
	background: url("../images/top/img_logo.png") no-repeat;
}


header div#header-banner{
	width: 187px;
	height: 191px;
	background: url("../images/top/img_banner_bg.png") no-repeat;
	position: absolute;
	bottom:-83px;
	right:0;
}

header div#header-banner2{
	width: 191px;
	height: 191px;
	background: url("../images/top/img_banner_bg2.png") no-repeat;
	position: absolute;
	bottom:-83px;
	right:187px;
}

header div#header-banner a,
header div#header-banner2 a{
	width: 100%;
	height: 100%;
	text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
    display: block;
    position: absolute;
}

h2#top-news{
	width: 580px;
	height: 43px;
	background: url("../images/top/h2_news.png") no-repeat;
}

h2#top-live{
	width: 580px;
	height: 43px;
	background: url("../images/top/h2_live.png") no-repeat;
}

section#home{
	width: 640px;
	margin: 40px 0 75px;
}

section#home article{
	width: 580px;
	margin: 0 auto 45px;
}

article#home-news ul li,
article#home-lives ul#next-lives li{
	line-height: 160%;
	margin-bottom: 15px;
}

article#home-news ul li a,
article#home-lives ul li a{
	color:#000;
}

article#home-news ul li div.fll,
article#home-lives ul li div.fll{
	width: 120px;
}

article#home-news ul li div.flr,
article#home-lives ul li div.flr{
	width: 450px;
}

