body {
	background-color: #ffffff;
	text-align: center;
}

/* CONTAINER */
#container {
	text-align: center;
	width: 500px;
	height: auto !important;
	}



/* CONTENTS */
#contents {
    height:160px;
    width:334px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-90px;
    margin-left:-167px;
}



/* NAVI */

#contents div.navi ul {
			position: relative;
			top: 0;
		}
			#contents div.navi li {
				float: left;
			}
			#contents div.navi li.li1 {
			}
			#contents div.navi li.li2 {
				margin-left: 56px;
			}

/* FOOTER */
#footer, #push {
	position: relative;
	margin: 0 auto;
	width: 500px;
	height: 120px;
	text-align: center;
}
	#footer div.logo {
		position: absolute;
		left: 17px;
		top: 8px;
	}
	#footer div.copyRight {
		position: absolute;
		width:300px;
		left: 225px;
		top: 150px;
		font-size: 10px;
	/*\*/
	*font-size: 90%;
	/**/
	line-height: 1.5;
	color: #FFFFFF;
	}