@charset "UTF-8";
/* CSS Document */
/*TOP*/
body {
	margin: 0px;
	background: #000 url(../img/bg.jpg) repeat-x center top;
	padding: 0px;
	margin-top: 0px;
}
a:link {
	color: #CCC;
	text-decoration: underline;
}
a:visited { color: #7a7a7a; text-decoration: no; }
a:hover { color: #535453; text-decoration: no; }
a:active { }


#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	height: 70px;
}

#footer {
	background: #000;
	margin: 0px;
}

p#copy {
	font-size: 75%;
	color: #FFF;
	text-align: center;
}
#blog {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	text-align: center;
	padding-top: 15px;
}

#blog img {
	margin-right: 5px;
}
/*ここから各ページ*/
#main #left {
	width: 712px;
}
.update-live {
	font-size: 60%;
	width: 645px;
	height: 358px;
	background: url(../img/base_08.jpg) no-repeat top;
	padding: 0px;
	margin: 0px;
}
.sub-news-live {
	width: 637px;
	height: 350px;
	color: #FFF;
	font-size: 11pt;
}
.sub-news-live div {
	background-attachment: scroll;
	background-position: 0 0;
	width: 630px;
	height: 350px;
	overflow: auto;
}
.update {
}
#main #right {
	height: 530px;
	width: 238px;
	float: right;
}
.sche_title {
	font-size: 14px;
	color: #FF0;
}
.sche_date {
	color: #0CF;
}
.pink{
	color: #F36;
}

.media_title {
	color: #3F9;
}
.disc_title {
	font-size: 16px;
	color: #F30;
}
.disc_tr {
	font-size: 11px;
	color: #FFF;
}

.caution {
	font-size: 12px;
	color: #FFF;
}
