	#contener{
		width  : 800px;
		height : 100%;
		margin : 0 auto;
		position : center;
		border : 5px groove olive;
		padding : 10px;
		background-color : lightyellow;
	}
	#subtitle{
		padding : 10px;
		font-size : 28px;
		font-family : serif;
		color : blue;
		text-align : center;
		background-color : aliceblue;
		border : groove;
	}
	#menulist{
		width : 50%;
		float : left;
		line-height : 150%;
	}
	#rightside{
		width : 50%;
		float : left;
		line-height : 180%;
	}
		#setumei{
			border : groove;
			margin : 10px 50px 10px 0px;
			background : aliceblue;
			padding : 10px;
			font-size : 12px;
			line-height : 110%;
		}

	#image{
		margin : 20px;
	}
	#infomation{
		line-height : 150%;
		padding     : 5px;
	}
	#footer{
		padding-top : 20px;
		text-align : center;
		font-size  : 20px;
		color : #00ff7f;
		clear : left;
	}
