@charset "utf-8";

/*
2009/07/25
suzuki kazuyuki
*/


/*UI reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}


/* clearfix */
.clearfix {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
	min-height: 1%;
} /* IE7 */


/*Tag*/
body {
	line-height: 1.4em;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	text-align: center;
	height: 100%;
	background-image: url('img/stripe.png');
}

a {
	cursor: pointer;
	color: #0000aa;
}
a:link {
	color: #0000aa;
	text-decoration: none;
}
a:visited {
	color: #0000aa;
	text-decoration: none;
}
a:active, a:hover {
	color: #FF66FF;
	text-decoration: underline;
}

/*layout*/
#header, #container, #footer {
	width: 960px;
	margin: 0 auto;
}

/*header*/
#header {
	height: 60px;
	margin-bottom: 10px;
	margin-top: 20px;
	_width: 963px; /*for IE6*/
}

#header div#channel {
	width: 576px;
	_width: 579px; /*for IE6*/
	height: 60px;
	float: left;
}

#header div#text {
	height: 10px;
	width: 576px;
	float: left;
	background-color: #000;
	overflow: hidden;
}

#header div#text div {
	height: 10px;
	width: 96px;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	float: left;
}

div.on {
	color: #FF66FF;
}

div.off {
	color: #33CCFF;
}

#header div#btn {
	width: 576px;
	_width: 579px; /*for IE6*/
	height: 50px;
}

#header a {
	display: block;
	width: 96px;
	background-position: bottom right;
	background-repeat: no-repeat;
	float: left;
	text-indent: -5000px;
	overflow: hidden;
}

#header a:hover {
	background-position: bottom left;
}

#header a.current {
	background-position: bottom left;
	cursor: default;
}

a.top {
	background-image: url('img/btn_top.png');
	height: 60px;
}
a.about {
	background-image: url('img/btn_about.png');
	height: 60px;
}
a.main {
	background-image: url('img/btn_random.png');
	height: 50px;
}
a.random {
	background-image: url('img/btn_random.png');
	height: 50px;
}
a.matsumi {
	background-image: url('img/btn_matsumi.png');
	height: 50px;
}
a.united {
	background-image: url('img/btn_united.png');
	height: 50px;
}
a.kaikan {
	background-image: url('img/btn_kaikan.png');
	height: 50px;
}
a.nyafu {
	background-image: url('img/btn_nyafu.png');
	height: 50px;
}
a.cm {
	background-image: url('img/btn_cm.png');
	height: 50px;
}
a.howto {
	background-image: url('img/btn_howto.png');
	height: 60px;
	_margin-left: -3px;  /*for IE6*/
}
a.sitemap {
	background-image: url('img/btn_sitemap.png');
	height: 60px;
	_margin-left: -3px;  /*for IE6*/
}


/*container*/
#container {
	position: relative;
	margin: 20px auto;
}

#container #content{
	padding-bottom: 20px;
	width: 960px;
	min-height: 470px;
	height: auto !important;
	height: 470px;
	background: url('img/bg.png') #666 repeat-x;
}

#container div.bg_top {
	width: 960px;
	height: 10px;
	background: url('img/bg_top.png') no-repeat;
	position: absolute;
	left: 0px;
	top: -10px;
}

#container div.bg_bottom {
	width: 960px;
	height: 10px;
	background: url('img/bg_bottom.png') no-repeat;
	position: absolute;
	left: 0px;
	bottom: -10px;
}

#container h1 {
	font-size: x-large;
	font-family: sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0.5em 1em 0em 0em;
	_margin: 0.5em 0 0;
	line-height: 1.4em;
}

#container h1.banner {
	width: 710px;
	height: 120px;
	text-indent: -5000px;
	margin: 0px auto 10px;
	background: url('img/liveproject.png') no-repeat;
}

#container div#menu {
	width: 710px;
	height: 330px;
	margin: 0 auto;
	position: relative;
}

#container #menu a {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}

a.what {
	width: 420px;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('img/menu_about.png') no-repeat;
}

a.rebroadcast {
	width: 420px;
	height: 230px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url('img/menu_rerunnow.png') no-repeat;
}

a.blog {
	width: 280px;
	height: 130px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url('img/menu_blog.png') no-repeat;
}

div.history {
	width: 280px;
	height: 190px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url('img/menu_history.png') no-repeat;
	text-align: left;
}

div.history ul {
	margin: 40px 10px 10px 30px;
}

div.history li {
	font-size: 0.9em;
	line-height: 1.8em;
}

#container #menu div.history a {
	text-indent: 0px;
	display: inline;
}

.text{
	margin-bottom: 30px;
	width: 800px;
	margin-left: 5em;
	text-align: left;
	float: left;
}
.text dd{
	margin-left: 2em;
}

.text ul{
	font-size: 1.3em;
	text-indent: 5em;
	line-height: 2em;
}
.text ul ul{
	font-size: 0.9em;
	text-indent: 8em;
}

.logo {
	position: absolute;
	bottom: 50px;
	right: 60px;
	opacity: 0.2;
	filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=20);
}

#player {
	margin-left: 50px;
	float: left;
	width: 640px;
	height: 500px;
}

.nyafuplayer {
	margin:20px 80px;
	border:1px solid #000;
	background-color: #fff;
}

#jasrac {
position: absolute;
// bottom: 70px;
bottom: 30px;
left: 70px;
color: #000;
font-size: 0.7em;
line-height: 1em;
width: 100px;
}

#banner {
	position: absolute;
	bottom: 20px;
	left: 30px;
}


/*footer*/

#footer_content{
	width: 960px;
	background-color: #000;
	margin: 0px auto 0px;
	_margin-top: -10px;
}

#footer_content img {
float: right;
margin: 10px 10px 0px 0px;
}

#footer div.footer_head {
	width: 960px;
	height: 10px;
	background: url('img/footer_head.png') no-repeat;
	margin: 0 auto;
}

#footer div.footer_foot {
	width: 960px;
	height: 10px;
	background: url('img/footer_foot.png') no-repeat;
	margin: 0 auto;
}

#copyright {
	font-size: 0.8em;
	color: #999;
	background-color: #000;
	margin: 0 auto;
	text-align: center;
}

/* Slide Category */
#category {
	margin-left: 20px;
	_margin-left: 10px;
	padding: 10px;
	position: relative;
	float: left;
	width: 180px;
	height: 330px;
	background-color: #121212;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#category h2 {
	height: 30px;
	line-height: 24px;
	color: #f6f;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.2em;
		text-shadow: 0px 0px 3px #f9f;
}

#slidewrap {
	width: 180px;
	height: 260px;
	color: #eee;
	overflow: hidden;
}

#slide {
	position: relative;
	width: 370px;
	height: 260px;
}

#cat_parent ul li, #cat_child ul li {
	line-height: 32px;
	font-size: 16px;
	text-indent: 0.5em;
	cursor: pointer;
	border: solid 1px #565656;
		-moz-box-shadow: inset #565656 0px 0px 5px;
	background: -webkit-gradient(
				linear, left bottom, left top,
				color-stop(0.17, rgb(18,18,18)),
				color-stop(0.59, rgb(39,39,39)),
				color-stop(0.17, rgb(18,18,18))
		 		);
}

#cat_parent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	overflow: hidden;
}

#cat_child {
	position: absolute;
	top: 0px;
	left: 190px;
	width: 180px;
	overflow: height;
}
#cat_child ul.list {
	display: none;
}
#cat_child ul.list a {
	color: #fff;
}
#back {
	padding: 0px 10px;
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 32px;
	line-height: 32px;
	border: solid 1px #565656;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-box-shadow: inset #565656 0px 0px 5px;
	background: -webkit-gradient(
				linear, left bottom, left top,
				color-stop(0.17, rgb(18,18,18)),
				color-stop(0.59, rgb(39,39,39)),
				color-stop(0.17, rgb(18,18,18))
		 		);
}