@charset "shift_JIS";
/* 個別設定 */
.green_b{
	background-color:#288838;
	font-weight: bold;
	color:#FFFFFF;
}
.white_b{
	background-color:#FFFFFF;
	font-weight: bold;
}
.white_bc{
	background-color:#FFFFFF;
	font-weight: bold;
	text-align:center;
}
.white_r{
	background-color:#FFFFFF;
	text-align:right;
}
.white_c{
	background-color:#FFFFFF;
	text-align:center;
}
.white_l{
	background-color:#FFFFFF;
	text-align:left;
}
.silver_b{
	background-color:#CCCCCC;
	font-weight: bold;
}
.silver_l{
	background-color:#CCCCCC;
	text-align:left;
}
.silver_c{
	background-color:#CCCCCC;
	text-align:center;
}
.blue_bc{
	background-color:#0099ff;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
}
.filter{
	width:100%;
	filter:Alpha(style=1,opacity=100,finishopacity=10);
}
.page_title{
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	padding:10px 0px 0px 20px;
	background-color:#288838;
	height:24px;
}

.lbor{/*全体枠*/
  width: 460px;/*全体の幅*/
  border-left: solid 4px #747474;/*枠色*/
  border-bottom: solid 1px #747474;
	margin-left:30px;
	margin-bottom:10px;
  }
.title{/*タイトル部分*/
  width: 100%;
  font-size: 10pt;/*文字サイズ*/
  font-family: Impact,Arial,Verdana,sans-serif;
  letter-spacing: 0.4em;
  color: #FFFFFF;/*文字色*/
  background-color: #747474;/*背景色*/
  padding: 1px 1em 1px 0.7em;
  border-left: solid 3px #DADADD;
  filter: alpha(opacity=100,finishopacity=10,style=1);
  }
.text{/*内容部分*/
  padding: 0.7em;
  border-top: solid 1px #747474;/*枠色*/
  border-right: solid 1px #F5F5F5;
  border-left: solid 3px #DADADD;
  }