/*************************************************
 「議事録」ＢＯＤＹ 
**************************************************/
BODY{
	margin: 0%;
	font-family: sans-serif;
	background-image : url(../images/bg.gif);
}
/************************************************
 コンテナ 
*************************************************/
#container {
	margin-bottom: 20px;
	padding: 0px;
	width: 902px;
	overflow: hidden;
}
/************************************************
 リンク１行目 
*************************************************/
table.t10{
	border: 2px #ffffff solid;
	border-collapse: collapse;
	width: 100%;
	margin-top: 0px;
}
tr.r10{
	background: #d7e1ec;
	font-weight: bold;
	font-size: 85%;
	text-align: center;
}
tr.r10 a{
	width: 100%;
	display: block;
	text-decoration: none;
	color: #245386;
}
td.d10{
	border: 2px #ffffff solid;
	padding: 0px;
	line-height: 1.5;
	width: 20%;
}
td.d11{
	border: 2px #ffffff solid;
	line-height: 1.5;
	padding: 0px;
	color: #ffff00;
	background-color: #245386;
	width: 20%;
}
.hit a:hover{
	color: #ffffff;
	background: #245386;
}
/************************************************
 リンク２行目 
*************************************************/
table.t20{
	margin-top: 5px;
	width: 90%;
	background-color: #245386;
	margin-bottom: 20px;
}
td.d20{
	font-weight: bold;
	font-size: 85%;
	text-align: left;
	width : 100%;
	line-height: 1.5;
	color: white;
	margin: 0px;
}
div#menu ul{
	margin: 0px;
	padding: 0px;
}
div#menu li{
	float: left;
	padding: 0px;
	color: #FFFFFF;
	list-style: none;
}
div#menu a{
	color: #FFFFFF;
	text-decoration: none;
}
div#menu a:hover{
	color: #245386;
	background: #D7E1EC;
}

/*************************************************
 タイトルの囲み枠（幅５０％） 
**************************************************/
DIV.title{
	width:50%;
	color: #245386;
	font-weight: bold;
	font-size: 18pt;
	text-align:center;
	border:2px #000000 solid;
	margin-bottom: 20px;
}
/*************************************************
 「議事録」のテーブル
**************************************************/
table.t30{
	border: 2px #000000 solid;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
tr.r30{
	border:2px #000000 solid;
	border-collapse:collapse;
	background: #d7e1ec;
	font-weight: bold;
	color: #245386;
	text-align: center;
	line-height: 1.7;
}
tr.r31{
	border: 1px #000000 solid;
	border-collapse: collapse;
	line-height: 1.5;

}
td.d31{
	border: 1px #000000 solid;
	border-collapse: collapse;
	padding: 15px;
}
td.d32{
	padding: 15px;
	line-height: 1.7;
}
/*************************************************
 「活動予定表」のテーブル　外枠は議事録共通
**************************************************/
tr.r40{
	border:2px #000000 solid;
	border-collapse: collapse;
	background: #d7e1ec;
	font-weight: bold;
	color: #245386;
	text-align: center;
	line-height: 1.7;
}
tr.r41{
	border:1px #000000 solid;
	border-collapse: collapse;
	line-height: 1.5;
}
td.d40{
	border:1px #000000 solid;
	border-collapse: collapse;
	text-align: center;
	width: 15%;
}
td.d41{
	border:1px #000000 solid;
	border-collapse: collapse;
	padding-left: 15px;
	width: 35%;
}
td.d42{
	border:1px #000000 solid;
	border-collapse: collapse;
	padding-left: 15px;
	width: 50%;
}
/*************************************************
 「▲上へ」の書式 
**************************************************/
DIV.up{
	text-align:right;
	font-weight: bold;
	font-size: 85%;
}