td.site	{
	height: 21px;
	border-bottom: 1px solid #999999;
	background-color: #ffeda4; /* 左メニュー色設定 */
}

td.tdl	{
	border-right: 1px solid #999999;
	background-color: #ffeda4;	/* 左メニュー色設定 */
} 

td.tdlt	{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
} 

td.comp1{
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 3px 5px;
	border-color: #999999;
	border-width: 1px 0 0 5px;
	border-style: solid;
	background: #EEEEEE;
}

td.comp2{
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	border-top: 1px solid #999999;
}

td.comp3{
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	border-top: 1px solid #999999;
	background: #EEEEEE;
}

td.ml_n	{
	font-size: 12px;
	font-weight: normal;
	background: #ffeda4;;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	width: 150px;
}

td.ml_o	{
	font-size: 12px;
	font-weight: normal;
	background: #EEEEEE;;
	line-height: 18px;
	padding-left: 9px;
	padding-right: 10px;
	vertical-align: middle;
	border: 1px solid #999999;
	width: 150px;
	cursor: pointer;
}

div.title1	{
	padding: 3px 5px;
	border-color: #D684AD;
	border-width: 0px 20px 0px 0px;
	border-style: solid;
	background: #F8DEDE;
	padding-left: 5px;
	line-height: 140%;
	font-weight: bold;
	color: #4B4B4B;
  	margin-bottom: 10px;
	font-size: 16px;
}

div.title2	{
	padding:	4px 5px;
	border-color:	#516ACD;
	border-width:	0 0 0 6px;
	border-style:	solid;
	line-height: 120%;
	font-size: 14px;
	color: #516ACD;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

.style1_yama_1	{
	font-size: 12px;
	padding-top: 10px;
	line-height: 14px;
}

.style1_10p	{
	font-size: 10px;
	line-height: 140%;
}

/********************************************************************
*テーブルスタイル
*
**********************************************************************/
td.a
{
	border-style : solid;
	border-width : 1px;
	border-color : #808080;
}

table.a{
	border-style : solid;
	border-collapse : collapse;
	border-width : 1px;
	border-color : #808080;
}

table.black {
	border: solid 1px #000000;
	border-collapse: collapse;
}

table.black td {
	border: solid 1px #000000;
}

/********************************************************************
*点線で囲む
*
**********************************************************************/

div.tensen_1 {
	padding: 5px;
	border: 1px dashed Black;
	background-color: #F8DEDE;
	font-size: 10px;
	text-align: right;
	width: 450px;

}


div.tensen_2  {
  border-style: dashed dashed dashed dashed;
  border-width: 2px 2px 2px 2px;
  border-color: #cc0000;
  padding: 0.5em;
}
