/* title */
#title {
	margin-bottom: 50px;
	padding: 20px 0px;
	background: #3d47da;
}

#title h2 {
	font-size: 60px;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	/*letter-spacing: 0.1em;*/
	line-height: 1.0;
	color: #ffffff;
	text-align: center;
}

/* content */
#content {
	margin: 0px auto;
	padding-bottom: 70px;
	width: 800px;
	/*border: 1px solid #cccccc;*/
}

h3 {
	font-size: 32px;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 30px;
}

p.desc {
	font-size: 20px;
	line-height: 1.7;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
}

p.bigbanner {
	margin-bottom: 30px;
}