@charset "utf-8";

/* Layout
---------------------------------------------------------- */
body {
	width: 100%;
	height: 100%;
	min-width: 1190px;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 24px;
	background: #000;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	-webkit-touch-callout: none; 
	}

#bg {
	background: #fff;
	}

#wrapper {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	}


/* Navi
---------------------------------------------------------- */
#navi {
	width: 300px;
	padding: 30px 0 0 20px;
	float: left;
	}

#navi h1 {
	margin: 0 0 20px -8px;
	}

/* topics */
#navi #topics {
	width: 265px;
	height: 72px;
	background: url(../images/index/bg_topics.png) no-repeat;
	margin: 0 0 20px 0;
	}

#navi #topics #ticker {
	width: 245px;
	height: 33px;
	overflow: hidden;
	top: 30px;
	left: 10px;
	position: relative;
	}

#navi #topics #ticker ul {
	width: 100%;
	height: 33px;
	position: relative;
	}

#navi #topics #ticker ul li {
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	display: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	}

#navi #topics #ticker ul li span {
	color: #666;
	}

/* sp banner */
ul#spBanner {
	margin: 0 0 33px 0;
	}

ul#spBanner li {
	margin: 0 0 10px 0;
	}

ul#spBanner li a {
	border: medium none transparent;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
	}

ul#spBanner li a:hover {
	filter: alpha(opacity=60);
	opacity: 0.4;
	}

/* navi */
#navi nav ul {
	margin: 0 0 8px 0;
	}

#navi nav ul li img {
	height: 12px;
	margin: 0 0 30px 0;
	vertical-align: top;
	}

/* link */
ul#link {
	margin: 0 0 10px 0;
	}

ul#link li {
	margin: 0 0 20px 0;
	}

ul#link li a {
	border: medium none transparent;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
	}

ul#link li a:hover {
	filter: alpha(opacity=60);
	opacity: 0.4;
	}


/* Contents
---------------------------------------------------------- */
#contents {
	width: 840px;
	height: 1260px;
	background: url(../images/index/bg_main.jpg) top no-repeat;
	float: right;
	position: relative;
	}

#contents p#catch {
	top: 180px;
	right: 398px;
	position: absolute;
	z-index: 10;
	}

#contents p#onair {
	bottom: 103px;
	right: 427px;
	position: absolute;
	z-index: 10;
	}

/* twitter */
#contents ul#twitter {
	width: 410px;
	bottom: 100px;
	right: 25px;
	position: absolute;
	z-index: 10;
	}

#contents ul#twitter li {
	width: 185px;
	margin: 0 0 0 20px;
	float: left;
	}

/* banner */
#contents ul#banner {
	width: 840px;
	margin: 0 auto;
	bottom: 20px;
	right: 0;
	position: absolute;
	z-index: 10;
	}

#contents ul#banner li {
	margin: 10px 5px 0 5px;
	float: left;
	}

#contents ul#banner li a {
	border: medium none transparent;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
	}

#contents ul#banner li a:hover {
	filter: alpha(opacity=60);
	opacity: 0.4;
	}


/* Footer
---------------------------------------------------------- */
footer {
	width: 100%;
	line-height: 0;
	text-align: center;
	padding: 5px 0;
	}