@charset "utf-8";
/* CSS Document */

#contents h1 {
	margin-bottom:30px;
}
#footer .outer {
	background-color:#eb665e;
}


#contents h2 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}
#contents .inner {
	margin-bottom:30px;
}
#contents .inner p{
	padding-bottom: 20px;
}
#contents dl {
}
	#contents dt {
		font-weight:bold;
		margin-bottom:5px;
	}
	#contents dd {
		margin:0 0 10px 15px;
	}

