@charset "UTF-8";

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

@import url(sub_navi1.css);


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

#main div.bank_acc {
	width: 565px;
	margin: 5px 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../images/pink_bg.png);
	font-size: 110%;
}

#main p.p_bank_acc {
	margin: 0px;
	padding: 5px 35% ;
	color: #fff;
	font-weight: normal;
	text-indent: 0em;
}

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

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

/*  「パレードへの参加登録」   */

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;
}




