/* contents
-----------------------------------------------*/
#contents{
	background: #FFF;
}

#contents h1{
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

#contents h2{
	font-size: 20px;
	text-align: center;
}


#contents h3{
	font-size: 18px;
}


#contents p{
	font-size: 16px;
	line-height: 1.75;
}


article{
	margin: 0 0 30px;
}

/* main
-----------------------------------------------*/
main{
	padding:40px 0;
}

/* footer
-----------------------------------------------*/
footer{
	position: fixed;
	bottom: 0;
	left: 0;
	background: #ccc;
	padding: 10px 5px;
	width: 100%;
}

footer span{
	text-align: center;
	display: block;
	font-size: 12px;
	color: #333;
}
