@charset "utf-8";
/* CSS Document */

h2,h3,h4 {
	display:block;
	text-indent:-10000em;
	overflow:hidden;
}

h2 {
	background: url(../../../volunteer/images/h2.png) no-repeat;
	width:1080px;
	height:194px;
}

.h3a {
	background: url(../../../volunteer/images/h3a.png) no-repeat;
	width:960px;
	height:36px;
}

.h3b {
	background: url(../../../volunteer/images/h3b.png) no-repeat;
	width:960px;
	height:40px;
}

dl {
	margin-left:10px;
}

dt {
	background:url(../../images/list_green.png) no-repeat 0 2px;
	font-weight:bold;
	padding-left:25px;
	padding-bottom:5px;
}

dd {
	padding-left:40px;
	padding-bottom:15px;
}

td {
	text-align:center;
	font-size:13px;
	padding-bottom:15px;
}

.h3c {
	background: url(../../../volunteer/images/h3c.png) no-repeat;
	width:960px;
	height:40px;
}

ul.article {
	margin-left:20px;
}

ul.article li {
	background:url(../../images/list_green.png) no-repeat 0 2px;
	padding-left:35px;
	padding-bottom:10px;
}

.rim {
	background:#FFF;
	padding:15px;
	border:solid 1px #CCCCCC;
	border-radius: 5px;
}

/**********************************************************/
/*  メインエリア ボックスレイアウト */
/**********************************************************/

.box_left {
	width:450px;
    float: left;
    margin: 0 0 30px 20px;
}
.box_left_b {
	width:450px;
    float: left;
    margin: 20px 0 30px 0;
}

.box_right {
	width:350px;
    float: right;
    margin: 0 0 30px 20px;
}

.box_center {
    display: block;
    margin: 20px auto;
	padding:20px;
    width: 720px;
	background:#eee;
	border: solid 3px #DDD0C3;
	border-radius:10px;
}
.box_center:after {
    clear: both;
    content: "";
    display: block;
}