body{
	text-align: center; /* IE5対策 */
	background-color: #ff0088;
	margin: 0;
}

#wrapper{
	margin: auto; /* 左右のマージンをautoでボックスを中央寄せ */
	text-align: left; /* IE5対策 */
	width: 850px;
}

#header{
	background-image: url(header.jpg);
	height:150px;
	width:850px 
	padding: 5px;
	border-color: #ffffff;
	border-top-style: dashed;
	border-bottom-style: dashed;
	color: #000;
}


#main{      /* 幅＋パディング＝600px */
	float: right; /* #mainの右寄せ配置 */
	width: 560px; /* 幅を450px */ 
	margin: 5px;
	padding: 15px;
	color: #fff;
	background-color: #000000;
}
h1{
	font-size: 30px;
}

th.item{
	width: 200px;
	table-layout: fixed;
}


#sub{       /* 幅＋パディング＝250px */
	float: left; /* "#subを左寄せ配置 */
	font-size: 25px;
	width: 200px;
	margin: 5px;
	padding: 20px;
	color: #fff;
	background-color: #000000;
}


a.menu{ 
	margin-bottom :4px;
	padding: 5px;
	background-color: #ffcc00;
	display:block;
	text-decoration: none;}
a:link.menu{color:#000000}   /* リンク押してない */
a:visited.menu{color:#000000}   /* リンク押した */
a:hover.menu{color:#ffffff}     /* カーソルがあった時 */
a:active.menu{color:#ff00cc}    /* クリックしたとき */
	


#footer{
	clear: both;
	text-align: right;
	font-size: x-small;
	width: 100%; /* IEバグ対策 */
	padding: 5px;
	border-color: #ffffff;
	border-top-style: dashed;
	border-bottom-style: dashed;
	color: #ffffff;
	background-color: #000000;
}

/* Live */

table.live{
	margin-bottom: 2px;
	width: 80%;
	table-layout:auto;
}


