/************************************************
 ＩＮＤＥＸシート全体 
*************************************************/
BODY{
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	background-image: url(../images/bg.gif);
}
/************************************************
 コンテナ 
*************************************************/
#container{
	margin-bottom: 20px;
	padding: 0px;
	width: 900px;
	border: 2px solid #245386;
	/*overflow: auto;*/
	overflow: hidden;
	background-image: url(../images/bg.gif);
}
/*************************************************
 マウスオーバー時 
**************************************************/
.hit a:hover{
	color: #000000;
	background: #d7e1ec;
}
/************************************************
 見出しバー 
*************************************************/
DIV.countdown{
	text-align: left;
	float: left;
	margin-left: 5px;
}
DIV.chapter{
	text-align: left;
	float: left;
}
DIV.trademark{
	text-align: right;
	margin-right: 5px;
}
/***************** ここはメールアドレス部分 **************/
DIV.trademark02{
	text-align: right;
	color: #245386;
	margin-right: 10px;
	line-height: 1.5;
}
DIV.trademark02 a{
	text-decoration: none;
	color: #245386;
}
/***************** ここまでメールアドレス部分 ************/
DIV.topbar{
	background-color:#245386;
	line-height: 2;
	margin-bottom: 30px;
	font-weight: bold;
	color: #ffffff;
}
DIV.midbar{
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 90%;
}
/************************************************
 ＴＡＢＬＥ全体 
*************************************************/
TABLE.t1{
	border: 2px #ffffff solid;
	border-collapse: collapse;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}
/************************************************
 ＴＡＢＬＥ行属性 
*************************************************/
TR.p0{
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
TR.p0 a{
	width: 100%; /* リンク文字以外もリンクとするため */
	display: block; /* 大きさをブロック化 */
	text-decoration: none; /* リンク線なし */
	color: #ffffff; /* 文字の色 */
}
TR.p1{
	padding: 3px;
	font-family: sans-serif;
	font-size: 80%;
	text-align: left;
	font-weight: bold;
}
/*************************************************
 ＴＡＢＬＥ個々属性-１行目 
**************************************************/
TD.c1{
	border: 2px #ffffff solid;
	padding: 0px;
	line-height: 1.5;
	background: #c85c16;
	width: 20%;
}
TD.c2{
	border: 2px #ffffff solid;
	line-height: 1.5;
	padding: 0px;
	background: #cb2a10;
	width: 20%;
}
TD.c3{
	border: 2px #ffffff solid;
	line-height: 1.5;
	padding: 0px;
	background: #b03e7f;
	width: 20%;
}
TD.c4{
	border: 2px #ffffff solid;
	line-height: 1.5;
	padding: 0px;
	background: #224176;
	width: 20%;
}
TD.c5{
	border: 2px #ffffff solid;
	line-height: 1.5;
	padding: 0px;
	background: #000000;
	width: 20%;
}
/*************************************************
 ＴＡＢＬＥ個々属性-２行目 
**************************************************/
TD.c11{
	line-height: 1.5;
	color: #c85c16;
	padding: 5px;
	width: 20%;
}
TD.c12{
	line-height: 1.5;
	color: #cb2a10;
	padding: 5px;
	width: 20%;
}
TD.c13{
	line-height: 1.5;
	color: #b03e7f;
	padding: 5px;
	width: 20%;
}
TD.c14{
	line-height: 1.5;
	color: #224176;
	padding: 5px;
	width: 20%;
}
TD.c15{
	line-height: 1.5;
	color: #000000;
	padding: 5px;
	width: 20%;
}

/************************************************
 議事録の枠の改造・流用 
*************************************************/
TABLE.t3{
	border-top: solid 2px #245386;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
TR.t3{
	border-top: solid 1px #245386;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-collapse: collapse;
	font-weight: bold;
	color: #245386;
	text-align: center;
	line-height: 2;
}
TD.t13{
	border-top: solid 1px #245386;
	border-right: solid 0px;
	border-bottom: solid 0px;
	border-left: solid 0px #245386;
	border-collapse: collapse;
	padding: 10px
}
/*************************************************
 ＴＯＰページ終了 
**************************************************/
