@charset "utf-8";
/* CSS Document */

body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

#navi, h1, #chara, #onair, #news, #footer {
	display: none;
}

#bg {
	position: absolute;
	top: 40px;
	left: 0;
	overflow: hidden;
	width: 100%;
}

#bg img {
	position: absolute;
	top: 0;
}

#wrapper {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background: none;
}

#contents {
	position: relative;
	height: 750px;
}

#navi {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

h1 {
	position: absolute;
	top: 118px;
	left: 485px;
	z-index: 0;
}

#chara {
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1;
}

#catch {
	position: absolute;
	z-index: 2;
	left: 25px;
	top: 590px;
}

#catch3, #catch2 {
	width: 0;
	overflow: hidden;
}

#catch3 {
	position: absolute;
	top: 0;
	left: 0;
}

#catch2 {
	position: absolute;
	top: 60px;
	left: 70px;
}

#onair {
	width: 412px;
	height: 163px;
	background: url(../img/top/hoso_base.png) top left no-repeat;
	position: absolute;
	top: 375px;
	left: 500px;
	z-index: 2;
}

#onair div {
	height: 110px;
	width: 365px;
	overflow: auto;
	margin: 42px 0 0 35px;
}

#news {
	width: 412px;
	height: 158px;
	background: url(../img/top/news_base.png) top left no-repeat;
	position: absolute;
	top: 570px;
	left: 500px;
	z-index: 2;
}

#news dl {
	height: 105px;
	width: 355px;
	overflow: auto;
	margin: 42px 0 0 35px;
	padding: 0 10px 0 0;
}

#news dt, #news dd {
	float: left;
}

#news dt {
	color: #63c3dc;
	width: 75px;
}

#news dd {
	width: 260px;
}