@charset "utf-8";
/* CSS Document */
header h1{
	background: url(images/header.png);
}

#contents a {
	color: #0066CC;
}

#contents ul {
	margin: 0 0 45px 25px;
	height: 36px;
}
#contents ul li {
	float: left;
	margin-right: 28px;
}

#contents h4 {
	font-size: 22px;
	color: #00133E;
	border-bottom: 2px solid #00133E;
	padding: 0 0 6px 4px;
	margin-bottom: 8px;
}


#contents ul#list {
	margin: 0 0 25px;
}
#contents ul#list li {
	font-size: 16px;
	font-weight: bold;
}

#contents h6 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
#contents h6 span {
	font-size: 24px;
}


#contents div.entry {
	margin-bottom: 40px;
}
#contents p {
	font-size: 13px;
	margin-bottom: 13px;
}

#contents p.blue_line {
	border-left: 13px solid #0F5BB0;
	padding-left: 13px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

#contents .page_top {
	text-align: right;
	margin: 48px 0 19px;
}