/*----------------*/
/* ＨＯＭＥ       */
/*----------------*/

main{
	clear: both;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

#top_eyecatch{
	position: relative;
	margin-bottom: 20px;
}

#top_eyecatch h2{
	position: absolute;
	top: 260px;
	/*left: 480px;*/
	right: 10px;
	color: #001b45;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
}

#top_msg figure{
	float: left;
	width: 360px;
}

#top_msg figure img{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#top_msg h2{
	margin-left: 400px;
	color: #006ecc;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 20px;
}

#top_msg p{
	margin-left: 400px;
	margin-bottom: 5px;
	background-color: #FFF; /* Android */
}

