

BODY {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#545454;
	line-height: 18px;
	background: #A6EDFF;
	margin:10px auto;
	padding:0;
	text-align:center;
}


h1{
	font-size:32px;
	font-weight:bold;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/* リンクタグ */

	a:link    {color:#0099FF; text-decoration:none;}
	a:visited {color:#0099FF; text-decoration:none;}
	a:active  {color:#0099FF; text-decoration:none;}
	a:hover   {color:#FF6000; text-decoration:underline;}
	a.IMG_LINK:hover {background:none;}


/* 画像表示 */
IMG {
	border-style: none;
	margin: 0px;
	padding: 0px;
}


#PAGE_BODY{
	width: 100%;
	position:absolute;
	top:0;
	left:0;
}

#MAIN{
	background: url(../img/2009a/bg_main.gif) repeat-y top center;
	position: relative;
	width: 710px;
	margin:0 auto;
}

#MOVIE{
	background: url(../img/2009a/obj_top.jpg) no-repeat top center;
	width: 674px;
	height: 502px;
	margin: 0px 17px;
	text-align: center;
}

#USTREAM{
	padding: 300px 335px 0px 0px;
}

.LINE_1{
	background-image:url(../img/2009a/line_01.gif);
	height:5px;
	margin:10px 0px 20px 0px;
}

.TXT_MINI{
	font-size: 11px;
}

#BTN{
	margin:0px 20px 10px 0px;
}

.TBL_1{
	background-color:#39ac00;
	width: 440px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	table-layout: fixed;
	text-align:center;
}

.TBL_2{
	background-color:#007fff;
	width: 440px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	table-layout: fixed;
	text-align:center;
}

.CELL_1{
	background-color:#79d84b;
	color: #fff;
	font-weight: bold;
	width: 200px;
	margin: 2px;
	padding: 2px;
}

.CELL_2{
	background-color:#4ca5ff;
	color: #fff;
	font-weight: bold;
	width: 200px;
	margin: 2px;
	padding: 2px;
}

.CELL_3{
	background-color:#ffffe4;
	text-align: left;
	margin: 2px;
	padding: 2px 5px;
}


