@charset "UTF-8";

/*  「ボランティアの募集」のページに固有のスタイル  */

@import url(sub_navi2.css);


/* 関西レインボーパレード2008ボランティア登録について */
#main div#roundBox {
	width: 564px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 6px 0px;
	border : 0px;
	background-image: url(../images/roundBox_foot.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#roundBox h4 {
	width: 524px;
	margin: 0px;
	padding: 10px 20px 2px;
	border : 0px;
	font-weight: bold;
	line-height: 1.0;
	color: #ec2790;
	background-image: url(../images/roundBox_h4.png);
	background-position: top;
	background-repeat: no-repeat;
}
div#roundBox h4:before{
	content: "＜";
}
div#roundBox h4:after{
	content: "＞";
}
div#roundBox p {
	width: 524px;
	margin: 0px 0px;
	padding: 5px 20px;
	border : 0px;
	text-indent: 0px;
	line-height: 1.4;
	color: #ec2790;
	background-image: url(../images/roundBox_col.png);
	background-repeat: repeat-y;
}

/*   ボランティア説明会   */
div#text_box1, div#text_box2 {
	width: 565px;
	margin: 20px 0px;
}
#text_box1 h3, #text_box2 h3 {
	width: 545px;
	margin: 0px;
	padding: 5px 10px 2px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	background-color: #ec2790;
}

#text_box1_content, #text_box2_content {
	width: 553px;
	margin: 0px;
	padding: 5px 5px;
	border-right: dashed 1px #ec2790;
	border-bottom: dashed 1px #ec2790;
	border-left: dashed 1px #ec2790;
}
#text_box1 dl, #text_box2 dl {
	width: 538px;
	margin: 0px 0px 0px 15px;
}
#text_box1_content p {
	width: 538px;
	margin: 0px 0px 0px 15px;
	text-indent: 0;
}
#text_box1_content a, #text_box2_content a {
	text-decoration: underline;
}
#text_box1 dt, #text_box2 dt {
	float: left;
	width: 2.8em;
	padding: 5px 0px;
}
#text_box1 dd, #text_box2 dd {
	padding: 5px 0 5px 2.8em;
}
#text_box1 dt:after, #text_box2 dt:after {
	content: ":";
}
#text_box1 dd:after, #text_box2 dd:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

