*{
	padding:0;
	margin:0;
	}
body{
	font-family:"Verdana", "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size:13px;
	color:#FFFFFF;
	background-color:#000000;
}
/* -------------------基本レイアウト------------------------------ */
div#container{
	width:750px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	float:none;
}
div#left{
	float:left;
	width:350px;
	text-align:right;
	margin-top:10px;
}

div#right{
	float:right;
	width:400px;
	text-align:right;
	margin-top:40px;
}

div#title{
  width:700px;
	text-align:left;
	clear:both;
}
div#contents{
  width:670px;
	text-align:left;
	margin-top:5px;
	margin-left:30px;
	clear:both;

}

/* -------------------リンク------------------------------ */
a:link{
	color:#FFFF00;
	text-decoration: underline;
	}
a:hover{
	text-decoration: none;
	}
a:visited{
	color:#FFFF00;
	}
a:active{
  text-decoration: underline;
	}
	
/* -------------------コンテンツ枠---------------------------- */

/* -------------------トップ右デザイン---------------------------- */
div#container div.copyright{
  font-size:10px;
	color:#FFFFFF;
	border-top:solid;
	border:1px;
	margin-top:30px;
	margin-bottom:50px;
	padding-top:5px;
}
div#container .title{
  font-size:16px;
	font-weight:bold;
	border-bottom:dashed;
	border-bottom-color:#666666;
	border:1px;
	margin-top:20px;
	margin-bottom:5px;
	margin-left:20px;
	vertical-align:middle;
	width:630px;
	height:25px;
	color:#990000;
}
div#container .title2{
  font-size:12px;
	border:thin;
	border-bottom-color:#666666;
	margin-top:5px;
	margin-left:20px;
	border:1px;
	color:#FF9900;
	vertical-align:middle;
	width:500px;
	height:20px;
}
div#contents .newleft{
  font-size:12px;
	border-bottom:solid;
	border-bottom-color:#666666;
	border:1px;
	padding-left:10px;
	height:25px;
	vertical-align:middle;
	width:170px;
}
div#contents .newright{
  font-size:12px;
	border-bottom:solid;
	border-bottom-color:#666666;
	border:1px;
	height:25px;
	vertical-align:middle;
	width:455px;
}
p{
	margin-left:20px;
	margin-top:5px;
}
.h1_live{
	background-image:url(img/btn_liveschedule.gif);
	background-repeat:no-repeat;
	height:60px;
	text-indent: -9999px;
}
.h1_profile{
	background-image:url(img/btn_title_profile.gif);
	background-repeat:no-repeat;
	height:60px;
	text-indent: -9999px;
}
.h1_past{
	background-image:url(img/btn_title_past.gif);
	background-repeat:no-repeat;
	height:60px;
	text-indent: -9999px;
}
h1{
  font-size:15px;
}

div#contents img{
  border:1px solid #999999;

/* -------------------アンダーページ右デザイン-------------------- */
