body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #9F9F9F;
	border:0px solid #ccc;	
	line-height: 120%;
	font-family: Meiryo
}



#wrapper {
	width:400px;
	margin: auto;
	padding: none;
}

#header {
	width: 400 px;	
}

#top{
	width:400 px;
}

#menu{
	width:400px;
}

#menu li {
	list-style: none;
	float: left;
	font-size: inherit
}


#content {
	width: 400px;
	font-size: 12px;
	margin:0px 0 0 0;
	padding:0
}

#content ul{
	list-style-type: none;
}

#about{
	margin: 0 0 0 38px;
}

h1 {
	font-size: 18px;
	color: #000;
	text-align: center;
}