/* CSS Document */

#s01{
	background: #F1F2EB;
	padding-top: 100px;
	padding-bottom: 100px;
}

#s01 .rap{
	width: 90%;
	margin: auto;
}

#s01 p{
	margin-bottom: 25px;
	font-size: 15px;
}

#s01 dd,
#s01 dt{
	font-size: 15px;
}

#s01 dt{
	color: #A67C52;
}

#s01 dd{
	margin-bottom: 20px;
}

#s01 dd a{
	color: #005C9A;
	text-decoration: underline;
}

#s01 dd a:hover{
	text-decoration: none;
}