body {
	background-color: #6BBA3D;
	margin: 0px;
	}
.index_new {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
		}
h1 {
	color: #3D931B;
	font-size: 16px;
	line-height: 20px;
	margin-left: 10px;
	margin-right: 10px;
		}
h1.link {
	color: #3D931B;
	font-size: 16px;
	line-height: 20px;
	margin-left: 40px;
	margin-top: 30px;
		}
.text {
	font-size: 14px;
	line-height: 18px;
	margin-left: 10px;
	margin-right: 10px;
	}
.textw {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;
	margin-left: 10px;
	margin-right: 10px;
	}
.ivent_link {	
	font-size: 16px;
	line-height: 30px;
	margin-left: 50px;
	margin-top: 50px;
	}
.ivent_t {
	font-size: 12px;
	line-height: 16px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
.link {
	 font-size: 14px;
	line-height: 22px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
.h1text    { color: #3d931b; font-size: 16px; font-weight: bold; padding-top:15px; clear:both; }
.boldtext   { font-size: 12px; font-weight: bold }
.kyosokaigi { font-size: 12px; background-color: white }
.activity {
	font-size: 12px;
	line-height: 180%;
}
.ac_txt {
	font-size: 12px;
	line-height: 180%;
}
.blue {
	background-color: #9CF;
}
.activity table {
	font-size: 10px;
	line-height: 150%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
.activity table tr th {
	background-color: #CBEFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}
.activity table tr td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	padding: 2px;
}

/* katsudo menu */
ul.katsudo_menu {
	width:525px;
	padding:0;
	margin:10px 0 0 0;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
ul.katsudo_menu li {
	list-style:none;
	display:inline-block;
	float:left;
	padding:5px 3px 0 2px;
	border-bottom:3px solid #666;
}
ul.katsudo_menu li a {
	color:#000;
	font-size:11px;
	text-decoration:none;
	display:inline-block;
	padding:5px 9px;
	background-color:#EFF;
	border:1px solid #E0E0E0;
	border-bottom:none;
}
ul.katsudo_menu li a.this {
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	padding:5px 9px;
	background-color:#6bba3d;
	border:1px solid #999;
	border-bottom:none;
}

/* table */
th.titleRight {
	text-align:right;
	white-space:nowrap;
}
td span.name {
	display:inline-block;
	white-space:nowrap;
}