@charset "UTF-8";
/*▼▼▼▼▼▼ タイトル ▼▼▼▼▼▼*/
#content h2 {
	color: #571db8;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 45px;
	background-image: url(../img/h2_purple.png);
	background-repeat: no-repeat;
	text-indent: 65px;
	width: 640px;
	height: 40px;
	margin: 0 0 5px;
	display: block; }
/*▼▼▼▼▼▼ 本文 ▼▼▼▼▼▼*/
#content dl {
	margin: 10px 0 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #aaa; }

#content dt {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px;
	padding-left: 5px;
	border-left: 8px solid #571db8; }
#content dd {
	margin: 0;
	padding-left: 12px; }

#content .pdf {
	position: relative;
	bottom: -2px;
	margin-right: 5px; }
#content a {
	text-decoration: none; }

#content a:hover {
	color: #571db8;
	text-decoration: none; }

