@charset "shift_jis";
/**************************************

ボランティアページ

**************************************/

/* h1,h2,p */
#ComentBox h1
{
	font-size: 120%;
	font-weight: bold;
	color: #000099;
}
#ComentBox h2
{
	font-weight: bold;
	color: #990000;
}
#ComentBox p
{
	line-height: 145%;
}
p.small
{
	line-height: 140%;
	font-size: 80%;
}

/* ボーダー囲み */
#border
{
	border: 1px dotted #333333;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 10px;
}
/* ComentBoxは左ナビ、ComentBox2は右ナビで使う */
/* 左マージンの設定 */
#ContentsMain #ComentBox
{
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 5px;
}
/* 右マージンの設定 */
#ContentsMain #ComentBox2
{
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 10px;
}

/* 内容 */
#ComentBox ul.list li
{
	list-style-position: inside;
	line-height: 150%;
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: disc;
}
#ComentBox ol.list li
{
	list-style-position: outside;
	line-height: 150%;
	list-style-type: decimal;
	margin-left: 30px;
}

/* テーブル表組 小 557px　*/
#ContentsMain #ComentBox table.volun,
#ContentsMain #ComentBox2 table.volun{
	border-collapse: separate;
	border-spacing: 1px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
#ContentsMain #ComentBox table.volun tr,
#ContentsMain #ComentBox2 table.volun tr{
	background-color:#f5f5f5;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#ContentsMain #ComentBox table.volun td,
#ContentsMain #ComentBox2 table.volun td{
	padding:5px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#ContentsMain #ComentBox table.volun tr td.hd,
#ContentsMain #ComentBox2 table.volun tr td.hd{
	background-color:#c3e570;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	}

