* {
	margin: 0;
	padding: 0;
}

a {
	color: #0066CC;
}

a:hover {
	color: #3399FF;
}

a img {
	border: 0;
}

body {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}

#wrapper {
	margin: auto;
	width: 780px;
	text-align: left;
}

ul {
	list-style-type: none;
}

#menu {
	width: 780px;
	height: 35px;
	padding: 5px 0;
	background: #CCCCFF url('../images/index/menu-bg.gif') bottom left no-repeat;
}

	#menu ul li {
		float: left;
	}
	
	#menu ul li a {
		text-align: center;
		display: block;
		width: 86px;
		padding: 8px 0 9px 0;
		line-height: 17px;
		font-size: 1.17em;
		font-weight: bold;
		color: #292A5F;
		text-decoration: none;
		letter-spacing: -0.04em;
		font-family: Lucida Sans, Arial;
	}
	
	#menu ul li a:hover {
		text-decoration: underline;
		color: #222;
	}
	
#footer {
	width: 780px;
	text-align: center;
	padding: 15px 0 20px 0;
	border-top: 1px solid #E0E0E0;
	clear: both;
}

	#footer p {
		line-height: 18px;
		color: #666;
		font-size: 1.17em;
		letter-spacing: -0.01em;
	}