/* 一般設定 */
#header{
	width: 100%;
	background-color: #8cf;
	color: #000
}

#header h1{
	color:#f00;
	text-align:center;
}

#container{
	width: 100%;
	background-color: #eef;
	color: #000;
}

#navi{
	float: right;
	width: 20%;
	background-color: #eef;
	color: #000;
}

#navi li {
	list-style-type: none;
}

#navi h2 {
	text-align: center;
	color : #d0d;

}

#main{
	float: left;
	width: 80%;
	background-color: #fff;
	color: #000;
}


#footer{
	width:100%;
	clear: both;
	background-color: #8cf;
	color: #000;
}
h1{
	color:#f00;
	text-align:center;
}
h2{color:#119}
h3{color:#191}
p.center{
	text-align:center
}
p.update{
	text-align:center;
	color:#00f
}
