@charset "utf-8";
/* CSS Document */
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",verdana,arial,sans-serif;
}
body {
	margin: 0px;
	font-size:11px;
/*	color:#FFFFFF; */
	background-color: #000000;
}
p {
	padding-top:10px;
}
.red {
	color:#CC0000;
}
#whatsnew {
	background-image: url(../img/whatsnew-bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	width: 465px;
	padding: 5px 10px 5px 25px;
	text-align:left;
}
#whatsnew ul {
	list-style-type: none;
	width:450px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
#whatsnew li {
	list-style-position:outside;
	margin: 0;
	padding: 2px 0 8px 20px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
}
#whatsnew a{
	color:#FFFFFF;
	text-decoration:underline;
}
#whatsnew a:hover{
	color:#FFCC00;
	text-decoration:underline;
}
#banner {
	color:#000000;
	font-size: 11px;
	text-align:left
	width: 345px;
	padding-bottom: 20px;
}
#banner img{
	padding-bottom: 7px;
}
#mediaTitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px 5px 5px 20px;
	width: 770px;
	margin: 20px 50px 10px 50px;
	background-image: url(../img/star.gif);
	background-repeat: no-repeat;
	background-position: 0.4em 0.4em;
}
#liveDate {
	font-size: 12px;
	color: #CC0000;
	padding: 5px 5px 5px 10px;
	width: 400px;
	margin: 0px 50px 0px 50px;
	font-weight: bold;
}

#liveDate2 {
	font-size: 18px;
	color: #CC0000;
	padding: 5px 5px 30px 10px;
	width: 780px;
	margin: 0px 50px 30px 50px;
	font-weight: bold;
	border-bottom:1px dashed #ccc;
}

#info {
	font-size: 12px;
	color: #000000;
	padding: 5px 5px 5px 20px;
	width: 770px;
	margin: 0px 50px 20px 50px;
	line-height:1.5em;
	clear:both;
}

/*firefoxの背景画像回り込み対策*/
#info:after {/*clear*/
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#info a{
	color:#0066CC;
	text-decoration:underline;
}
#info a:hover{
	color:#0099FF;
	text-decoration:underline;
}
#liveName {
	padding: 20px 0px 10px 0px;
	width: 900px;
	text-align: center;
}
.disco {
	color:#000000;
	line-height:1.5em;
	font-size:12px;
}
.discoTitleGre {
	color:#006600;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
}
.discoTitleOra {
	color:#EF4801;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
}
.discoTitleBlu {
	color:#0066CC;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
}
.discoTitlePur {
	color:#993399;
	line-height:1.5em;
	font-size:16px;
	font-weight:bold;
}
#zekBg {
	background-image: url(../img/zekomon-bg.jpg);
	background-repeat: no-repeat;
	background-position:400px 230px;
}
#umaBg {
	background-image: url(../img/umanami-bg.jpg);
	background-repeat: no-repeat;
	background-position:460px 250px;
}
#zkmumn {
	background-image: url(../img/bg-zkmumn.jpg);
	background-repeat: no-repeat;
	background-position:400px 150px;
}

.waku {
	float:left;
	width: 700px;
	border: 1px solid #E6E5E5;
	padding:20px 0px 20px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	clear:both;
	}

#line {
	padding:0px 0px 0px 10px;
	width: 780px;
	margin:0px 0px 20px 50px;
	border-bottom:1px dashed #ccc;
}

.top_box {
	border: 1px solid #CCCCCC;
	width:250px;
	font-size:14px;
	padding-left:40px;
	padding-bottom:8px;
	line-height:1.2em;
	letter-spacing:0.03em;
}


