@charset "utf-8";

/*
 * コンテンツ
 */
body {
	background: #000000 url(../img/bg.jpg) 50% 120px no-repeat;
}
#header {
	margin-bottom: 0;
}
#contents {
	min-height: 1400px;
	background: url(../img/bg_contents.jpg) 50% 100% no-repeat;
	color: #FFFFFF;
}
#contents .block {
	padding: 209px 0 500px 232px;
}
#contents h2 {
	float: left;
	width: 98px;
	margin-right: 20px;
}
#contents .text {
	float: left;
	width: 415px;
	margin-top: -25px;
}
#contents .text h3 {
	margin-bottom: 15px;
	padding-top: 40px;
}
#contents .text p {
	margin-bottom: 20px;
	line-height: 2.0em;
	font-size: 90%;
}
#contents .text p strong {
	padding-left: 10px;
	font-weight: normal;
	font-size: 110%;
}
#contents .text p.origin_title {
	margin-bottom: 3px;
	padding-top: 12px;
	color: #a50303;
	line-height: 100%;
}
#contents .text p.origin_text span {
	color: #808080;
}
