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

#title h2 {
	font-size: 32px;
	line-height: 1.0;
	font-weight: normal;
	color: #ffffff;
	text-align: center;	
}

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

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

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

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