/*

時間帯により変更する要素は■マーク付き。

*/

body {
	margin: 0;
	padding: 0;
	color:#5F2B00; /* ■ */
	font-size:12px;
	background-image:url("imgs/bg_yu.jpg"); /* ■ */
	background-attachment: fixed;
	background-position: bottom;
	font-family:sans-serif;
}

a:link {color : #5F2B00; font-weight:bold;} /* ■ */
a:visited{color : #5F2B00; font-weight:bold;} /* ■ */
a:hover{color : #5F2B00 ; position:relative;	left:1px; font-weight:bold;} /* ■ */
a:active{color : #5F2B00 ;	position:relative; top : 1px;	left : 1px; font-weight:bold;} /* ■ */

	div.popupspeak{
		position:absolute;
		top:100px;
		left:300px;
		background-image : url("./imgs/popupspeak.png"); /* ■ */
		width: 269px;
		height: 114px;
	}
	
	div.popupspeak div{
		color: #fff; /* ■ */
		position: relative;
		left: 17px;
		top: 12px;
		width: 154px;
		height: 87px;
	}
	
.stage{
	background-image:url("imgs/bg_yu_a.png"); /* ■ */
	background-attachment: fixed;
	background-position:center;
	margin: 0 auto;
	padding: 0;
	border-style: none solid;
	border-width: 1px;
	width: 800px;
}

hr {background-color:#5F2B00; color:5F2B00; border-color:#5f2b00; height:1px; border:1px 0px 0px 0px; border-style:solid none none none; } /* ■ */

	div.head {font-size:14px; background-image:url(imgs/head_bg.png); background-position:center; }
	div.foot {font-size:14px; background-image:url(imgs/foot_bg.png); background-position:center; }
	div.menu {padding:10px; float:left; padding-left: 10px; width:150px; background-color:raed;}
	div.contents {height:auto; padding-left:2px; padding-right:2px; margin-left:170px;}
	div.clear { clear:both; }

	.center {margin: auto; text-align:center;}      
	
.headmenu
	{
		font-size:12px;
	}

	em{font-weight:bold; font-style:normal; font-size:140%;}

	td { font-size:12px; padding: 3px 10px; background-image:url(imgs/table_bg.png); background-position:center; background-repeat:repeat;}

	h1 {text-align:center; border-style:solid; border-width:1px; background-image:url(imgs/table_bg.png); background-position:center; font-size:24px; line-height:28px;}
	h2 {margin:3px; font-family:'Impact','メイリオ',sans-serif; border-style:solid; border-width:1px; padding: 4px 10px ; line-height:18px; font-size:16px; font-weight:normal; background-image:url(imgs/table_bg.png); background-position:center;}

	div.bottomspace {width:200px; height:0%;}

	img {border:0; margin:0; padding:0;}
	
	div.stgspeakleft {width:32px; height:70px; float:left; background-image:url(g_stg/speakleft.png); background-position:center; }
	div.stgspeakcenter {color:black; height:70px; float:left;  line-height:70px; background-image:url(g_stg/speakcenter.png); background-position:center; }
	div.stgspeakright {width:15px; height:70px; float:left; background-image:url(g_stg/speakright.png); background-position:center; }

	.contenttitle{
		font-size:50px;
		line-height:50px;
		font-family:Impact;
	}

.nobg{
	background-image:none;
}

.nobg td{
	background-image:none;
}

