body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

#top {
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 10px solid #ddd;	
}

	#top img {
		display: block;
	}

	#menu {
		list-style: none;
		margin-bottom: 63px;
	}
	
		#menu li {
			display: inline;
			margin: 0;
			padding: 0 20px 0 0;
		}
		
			#menu li a {
				text-decoration: none;
				font-size: 15px;
				color: #999;
				font-weight: bold;
			}
			
				#menu li a:hover, #menu li a.current {
					color: #e68700;
				}

.home_claim {
	font-size: 40px;
	line-height: 40px;
	color: #4f9fd1;
	font-weight: bold;
}

	.home_claim em {
		font-style: normal;
		color: #e68700;
	}
	
.header {
	background-color: #fff6b9;	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 60px;
	margin-bottom: 40px;
}

h1 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #666;
}

	.sub_header {
		font-size: 20px;
		line-height: 20px;
		color: #4f9fd1;
		font-weight: bold;
	}
	
h2 {
	font-size: 30px;
	line-height: 30px;
	color: #e68700;
}

	.item {
		color: #999;
		padding-bottom: 20px;
	}
	
		.item em {
			display: block;
			font-style: normal;
			font-size: 20px;
			line-height: 30px;
			font-weight: bold;
		}
		
		.item p {
			font-size: 15px;
			line-height: 20px;
		}
		
#footer {
	background: #ddd;
	color: white;
	letter-spacing: -1px;
}
	.mega {
			font-size: 80px;
	}
	
	.mini {
		font-size: 20px;
	}