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

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	border:0;
	margin:0;
	text-align:center;
	background-color:#000;
	text-align:center;
	color:#00545e;
	line-height:1.5;
}
h1, h2, h3, h4, h5, li, p{
	font-size: 13px;
	color:#00545e;
	padding:0;
	margin:0;
}
p{
	padding-bottom:10px;
}
a, a:visited, a:link {
	color:#008dde;
	text-decoration:none;
}
a:hover {
	color:#008dde;
	text-decoration: underline;
}
.sideDate {
	color:#00545e;
}

#wrapper {
	width:1260px;
	margin: 0 auto;
	text-align:left
}
/*----------------------------------------------------------------------------------------------------
 contents
----------------------------------------------------------------------------------------------------*/
#contents {
	width:870px;
	float:right;
}
/*----------------------------------------------------------------------------------------------------
 side 
----------------------------------------------------------------------------------------------------*/
.side {
	width:360px;
	float:left;
	position:fixed;
}
h1 {
	background:url(../img/common/logo-main-bg.png) no-repeat 0 0;
	height:82px;
}

/* plates */
.sidePlates {
	padding:0 20px;
}
.sidePlateTop, .sidePlate {
	width:320px;
	margin-bottom:20px;
	background:#FFF;
	filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity:0.9;
}
.sidePlateTop {
	border-radius: 0 0 5px 5px;/*CSS3*/
	padding-bottom:10px;
}
.sidePlate {
	border-radius: 5px;/*CSS3*/
	padding:10px 0;
}

/* navi main */
#navi-main ul{
	padding: 0 20px;
	list-style:none;
}
#navi-main li{
}
#navi-main li a{
	display:block;
	padding:4px 0 0 0;
	padding-left:20px;
	height:28px;
	font-size:16px;
	background:url(../img/common/plate-spr-280.png) no-repeat 0 bottom;
}

#navi-liveSchedule ul{
	list-style:none;
}
#navi-liveSchedule h2 {
	background:url(../img/common/side-title-live-schedule.png) no-repeat 0 0;
	height: 30px;
	text-indent:-50000px;
}
#navi-liveSchedule li{
	background:url(../img/common/plate-spr-360.png) no-repeat 0 bottom;
}
#navi-liveSchedule li a{
	display:block;
	padding:4px 0 4px 0;
	padding-left:20px;
	font-size:16px;
}
