/* CSS Document */
body {
	text-align:center;
	background:#CCC;
}

#container {
	background:#FFF;
	margin:10px auto;
	text-align:justify;
	width:960px;
}

#head {
	position:relative;
}

#head h1 {
}

#head ul li {
	width:160px;
	float:left;
}

#wrapper {
	width:940px;
	margin:2px 10px;
	background:#FFF;
	text-align:center;
}

#contents {
	background:#FFF;
	margin:0 auto;
	text-align:justify;
	margin-bottom:10px;
}

#foot {
	text-align:center;
	color:#FFF;
	background:#333;
	padding:1em;
}

em {
	color:#F00;
}