@charset "utf-8";
/* CSS Document */
p {
	line-height: 25px;
}
a {
	font-size: 13px;
	color: #336699;
}
a:link {
	text-decoration: none;
	color: #ffa25d;
}
a:visited {
	text-decoration: none;
	color: #ffa25d;
}
a:hover {
	text-decoration: underline;
	color: #FEDE5F;
}
a:active {
	text-decoration: none;
	color: #ffa25d;
}
.block_02 p {
	color: #FDE8EA;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 13px;
	line-height: 25px;
}
.block_02 ul li {
	color: #FFF;
	font-size: 13px;
	line-height: 25px;
	margin-left: 70px;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left top;
	margin-right: 100px;
}
