@import url("global.css");

#pagetitle {
	margin-bottomg: 100px;
}
.container section .image {
	float: right;
	padding: 10px;
	background-color: #f2f2f2;
	margin: -20px 0 50px 0;
}
.entrytitle {
	margin-bottom: 50px;
}

section.support {
	margin-bottom: 60px;
	clear: both;
}
section.support .title {
	height: 80px;
	margin: 0 auto 60px;
	width: 640px;
}
section.support .title h1 {
	width: 240px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	float: left;
	background-color: #cc1e06;
	color: #fff;
	font-size: 21px;
	margin-right: 40px;
	border-radius: 4px;
	font-weight: bold;
}
section.support .title p {
	line-height: 80px;
	font-size: 21px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	color: #cc1e06;
}
section.support .text {
	margin-left: 260px;
}
section.support .text p {
	margin-bottom: 20px;
}
section.support .img {
	float: left;
	margin-top: -50px;
}


