/* header */
#header {
	padding: 0px 0px;
	height: 400px;
	background: url(http://allez-japan.com/challenge/img/bg_header_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;

}

#header section {
	margin: 0px auto;
	padding: 20px 0px 0px 10px;
	width: 970px;
}

/* pr */
#pr {
	margin: 0px auto;
	padding: 40px 0px 10px 0px;
	width: 980px;
}

#pr section h2.ttl {
	margin-bottom: 0px;
	text-align: center;
}

#pr section p.ttl {
	margin-bottom: 40px;
	text-align: center;
}

#pr section .text {
	margin: 0px auto;
	width: 850px;
}

#pr section .text .L {
	margin-right: 20px;
	width: 250px;
	float: left;
}

#pr section .text .R {
	margin-top: 20px;
	width: 580px;
	float: left;
}

#pr section .text .R p {
	margin-bottom: 10px;
}

#pr section .text .R p.button {
	float: right;
}

/* main */
#main {
	padding: 50px 0px;
	background: #f4f4f4;
}

/* project */
#main .projectHeader {
	margin: 0px auto;
	padding: 7px 30px 4px 30px;
	width: 790px;

	-webkit-border-top-leftradius:12px;
	-moz-border-top-left-radius:12px;
	border-top-left-radius:12px;
	
	-webkit-border-top-right-radius:12px;
	-moz-border-top-right-radius:12px;
	border-top-right-radius:12px;
	background: #80a62d;
}

#main .projectHeader {
	color: #ffffff;
	font-weight: bold;
}

#main .project {
	margin: 0px auto;
	padding: 10px 30px 30px 30px;
	width: 790px;
	-webkit-border-bottom-leftradius:12px;
	-moz-border-bottom-left-radius:12px;
	border-bottom-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-moz-border-bottom-right-radius:12px;
	border-bottom-right-radius:12px;
	border-bottom: 3px solid #e3e4e8;
	background: #ffffff;
}

#main .project .L {
	margin-right: 20px;
	width: 300px;
	float: left;
}

#main .project .L img {
	margin-bottom: 5px;
}

#main .project .R {
	width: 470px;
	float: left;
}

#main .project .R .text {
	height: 430px;
}

#main .project .R .text h4.prjTtl {
	margin-bottom: 20px;
	text-align: left;
}

#main .project .R .text p {
	margin-bottom: 10px;
}

#main .project .R .text ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

#main .project .R .text li {
	margin-bottom: 7px;
}

#main .project .R .amount {
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 470px;
}

#main .project .R .amount p.bar {
	margin-bottom: 5px;
	text-align: center;
	color: #d80d8a;
	font-weight: bold;
}

#main .project .R .amount p.term {
	color: #d80d8a;
	font-weight: bold;
	float: left;
}

#main .project .R .amount p.goal {
	color: #d80d8a;
	font-weight: bold;
	float: right;
}

#main .project .R .support {
	margin-left: 0px;
	padding: 15px 0px;
	width: 470px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	border-bottom: 3px solid #e3e4e8;
	background: #d80d8a;
}

#main .project .R .support p {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}









/* space */
#main .space {
	height: 50px;
}

/* column */
#main .column {
	margin: 0px auto;
	padding: 30px;
	width: 790px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	border-bottom: 3px solid #e3e4e8;
	background: #ffffff;
}

#main h3 {
	margin-bottom: 10px;
	text-align: center;
}

#main .column h4 {
	margin-bottom: 20px;
	text-align: center;
}

#main .column p {
	margin-bottom: 10px;
}

#main .column p.end {
	margin-bottom: 60px;
}

#main .column p.button {
	margin-bottom: 60px;
	text-align: center;
}

#main .column ul {
	margin-bottom: 30px;
	margin-left: 140px;
}

#main .column li {
	margin-bottom: 10px;
}

/* contact */
#main .column .contact {
	margin-bottom: 50px;
	margin-left: 95px;
	padding: 20px;
	width: 560px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	border: 1px solid #e3e4e8;
	background: #f5f5f5;
}

#main .column .contact h5 {
	margin-bottom: 15px;
	text-align: center;
}

#main .column .contact ul {
	margin-left: 0px;
	text-align: center;
}

/* footer */
#footer {
	padding-top: 55px;
	height: 225px;
	background: url(../../challenge/img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer ul {
	margin-bottom: 20px;
	text-align: center;
	color: #ffffff;
}

#footer li {
	margin-bottom: 0px;
}

#footer p {
	text-align: center;
	color: #ffffff;
}

#footer div#lower img {
	margin-top: 5px;
}