* {
	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;
}

#announcement {
	text-align: left;
}

	#announcement a {
		display: block;
		width: 100%;
		padding: 10px 0;
		text-decoration: none;
		border-bottom: 1px solid #DFDBD2;
		background: #FFFFE0;
		font-size: 1.09em;
	}
	
	#announcement a:hover {
		background: #FFFFEF;
	}
	
	#announcement a strong {
		display: block;
		padding: 0 15px 3px 15px;
		color: #543511;
		font-size: 1.17em;
		text-decoration: underline;
	}
	
	#announcement a em {
		display: block;
		padding: 0 15px;
		font-style: normal;
		font-size: 1.09em;
		color: #333;
	}

#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;
	}
