/* CSS Document */

a {
  font-size: 1.0em;
}

#title {
	width: 350px;
	height: 67px;
	background-image: url(../images/title_small.png);
	margin: 0px auto 0px auto;
}

#home {
	width: 100%;
}

#home1 {
	width: 30%;
}

#home2 {
	width: 60%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	font-size: 1.2em;
	padding-bottom: 20px;
}

#contact {
	width: 100%;
}

#line {
	width: 344px;
	height: 20px;	
}

#bottomNav {
	font-size: 1.1em;	
}