﻿@charset "utf-8";
@import "/css/common.css";
/*==================================================================*/

/* volunteer css */

/*==================================================================*/

#volunteer{margin:0 auto;}

/* block */
#volunteer .block{margin:0 auto 2em;width:660px;}
#volunteer .block p{margin:0 1.5em 1.5em;text-align:left;font-size:1.15em;}

/* h2 */
#volunteer .block h2.sub-t{
	margin:0 auto 1.5em;
	padding:0.6em 2em 1em;
	background:url('../image/sub_t_back.gif') no-repeat 0 0;
	font-size:1.2em;
}
/* 活動 */
/* ---------------------------------------------------------------- */
#volunteer .block #action *{margin:0;padding:0;}

#volunteer .block #action{
	margin:0 auto 2em;
	width:560px;
	background:url('../image/action_back.gif') repeat-y 0 0;
}
#volunteer .block #action ol{
	padding-left:6em;
	font-size:1.15em;
}
#volunteer .block #action li{padding-bottom:0.5em;}


/* ボランティア団体 */
/* ---------------------------------------------------------------- */
#volunteer .block table{
	margin:0 auto;
	border:1px solid #ccc;
	border-collapse:collapse;
	width:580px;
	font-size:1em;
}

/* コンタクトfig */
#volunteer .block p.contact{
	margin:0 auto 1.5em;
	text-align:center;
}
#volunteer .block table{
	margin:0 auto;
	border:1px solid #ccc;
	border-collapse:collapse;
	width:580px;
}
#volunteer .block tr.odd td{background:#f9fffa;}

#volunteer .block th{
	padding:6px;
	border:1px solid #ccc;
	border-collapse:collapse;
	background:url('../image/th_back.gif') no-repeat 0 0;
}
/* 団体名 */
#volunteer .block .name{width:150px;}
/* 代表 */
#volunteer .block .daihyo{width:80px;}
/* 会員数 */
#volunteer .block .member{width:45px;text-align:right;}
/* 会員数 */
#volunteer .block .detail{width:300px;}


#volunteer .block td{
	padding:5px;
	border:1px solid #ccc;
	border-collapse:collapse;
	line-height:1.5;
}
/* ---------------------------------------------------------------- */

