@charset "utf-8";
/* CSS Document */
main {
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
}
main h2 {
}
main section {
	margin-bottom: 40px;
	display: block;
	overflow: hidden;
	margin-right: 30px;
}
main section h3 {
	background-image: url(../images/child-title-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 0.80em;
	font-weight: normal;
	color: #767D9A;
	line-height: 150%;
	padding-left: 3em;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
main section h3 strong {
	font-weight: normal;
	letter-spacing: 0.5em;
}
main section figure {
	height: auto;
	width: 220px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
main section figure img {
}

main section figure img {
	height: auto;
	width: 100%;
	background-color: #39F;
	margin-bottom: 5px;
}
main section h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
	letter-spacing: 1px;
	color: #666;
	padding-top: 0.5em;
}
main section .message_area {
	font-size: 0.80em;
	overflow: hidden;
}
main section .message_area p {
	line-height: 165%;
	margin: 0px;
	padding: 0px;
	color: #666;
}
