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


.text {
	width: 480px;
	margin-right: 10px;
	margin-left: 10px;
	}
.text h2 {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BB77D2;
	margin-top: 15px;
	font-size: 14px;
	width: 480px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #875698;
}
.text .linkshiryou {
	margin-top: 10px;
	background-color: #E4C9ED;
	padding: 10px;
	display: block;
	width: 460px;
}
.text .linkshiryou a {
	text-decoration: underline;
	color: #0000FF;
}