@charset "UTF-8";

/*  「カンパ・ご協賛のお願い」のページに固有のスタイル  */

@import url(sub_navi1.css);

#main h3.donation {
	margin-top: 5px;
	letter-spacing: 0.15em;
}

#main h3.second {
	border-top: solid 1px #333;
	margin-top: 15px;
	padding-top: 10px;
	letter-spacing: 0.15em;
}

#main div.bank_acc {
	width: 565px;
	margin: 5px 0px;
	padding: 0px;
	border: solid 2px #7e00ae;
	background-color: #fff;
	font-size: 110%;
}

#main p.p_bank_acc {
	margin: 0px;
	padding: 5px 30% ;
	color: #7e00ae;
	font-weight: bold;
	text-indent: 0em;
}

ul.list1 li {
	margin-left: 5px;
	font-weight: bold;
}

a.mail {
	font-weight: bold;
	color: #000;
}


/* pdfへのリンク */
div#adRecruitingDL {
	width: 546px;
	margin: 15px 0px;
	padding: 0px;
}
#adRecruitingDL h5{
	margin: 0px;
	padding: 0px;
	color: #3F6A6B;
	font-size: 100%;
	font-weight: bold;
}
#adRecruitingDL h5:after{
	content: "↓";
}
#adRecruitingDL a {
	display: block;
	width: 534px;
	height: 20px;
	margin: 0px;
	padding: 3px 0px 3px 12px;
	background-image: url(../images/pdfDL.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #000;
	font-size: 110%;
	font-weight: bold;
}

/*  「パレードへの参加登録」   */
div#registration {
	width: 567px;
	margin: 0px 3px 0px -3px;
	padding: 0px;
}
#registration h3 {
	width: 560px;
	margin: 20px 0px 3px 0px;
	border-bottom: dotted 2px #ff7f00;
	letter-spacing: 0em;
	font-weight: bold;
	line-height: 1.2;
	color: #ff7f00;
	font-size: 160%;
	letter-spacing: 0.1em;
}
div#registrationUpper {
	width: 527px;
	margin: 0;
	padding: 15px 20px 3px 20px ;
	background-image: url(../images/registration_bg0.png);
	background-position: top;
	background-repeat: no-repeat;
}
#registrationUpper h4 {
	font-size: 120%;
	font-weight: bold;
	color: #666;
}
#registrationUpper p {
	width: 527px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-indent: 0em;
}
div#registrationLower {
	width: 527px;
	margin: 0;
	padding: 0px 20px 200px 20px ;
	background-image: url(../images/registration_bg1.png);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #ff7f00;
}
#registrationLower p.registrationLowerFullWidth {
	width: 527px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-indent: 0em;
}
#registrationLower p.registrationLowerHalfWidth {
	width: 367px;
	margin: 0px 180px 3px 0px;
	padding: 0px;
	text-indent: 0em;
}

