@charset "UTF-8";
/*▼▼▼▼▼▼ タイトル ▼▼▼▼▼▼*/
#content h2 {
	color: #1d7fb8;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 45px;
	background-image: url(../img/h2_lightblue.png);
	background-repeat: no-repeat;
	text-indent: 65px;
	width: 640px;
	height: 40px;
	margin: 0 0 10px;
	display: block; }
/*▼▼▼▼▼▼ 本文 ▼▼▼▼▼▼*/
#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px;
	padding-left: 5px;
	border-left: 8px solid #1d7fb8; }
#content h4 {
	color: #1d7fb8;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px; }
#content h5 {
	font-size:   1.2em;
	font-weight: bold;
	margin: 0 0 5px; }
#content .link a {
	color: #1d7fb8;
	text-decoration: underline; }

#content .link a:hover {
	color: #1d7fb8;
	text-decoration: none; }
/*▼▼▼▼▼▼ その他 ▼▼▼▼▼▼*/
#content .offset {
	margin: 0 0 0 15px; }
#content .link li {
	margin-bottom: 10px; }

#content .link li img {
	margin: 0 15px 0 0;
	 }
