/* CSS Document */
body{
  	margin: 0px;
  	background-color : #F8F8FF;/*背景色*/ 
	}
table{
 	border-collapse:collapse;
}

td,div{
  	font-size: 10pt;/*全体の文字サイズ*/
}
dt{
  	font-weight : bold;
}
dd{
	line-height: 1.5em;
	text-indent: 0em;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 50em;
}
.line1{
	height : 100%;
	border-left: 2px dotted #191970;/*左側の点線*/
  	margin-left: 200px;/*左の空きスペースの幅*/
  	padding: 50px 40px 40px 20px;
  }
.topmenu{/*Topmenuの部分の設定*/
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	z-index: 2;
  	width: 100%;
  	border-top: solid 1px #222434;
  	border-bottom: solid 1px #222434;
  	padding: 3px 40px 3px 40px;
  	background-color: #F0F8FF;/*背景色*/
  	font-size: 8pt;
  	font-family:Courier,"MS Georgia","Times New Roman";
  	letter-spacing: 0.4em;
}
.linkmenu{
  	position: absolute;
  	top: 80px;
  	left: 15px;
  	z-index: 2;
  	border-top: solid 2px #666878;
  	border-bottom: solid 2px #666878;
  	width: 160px;/*幅*/
}
#lbor{/*全体枠*/
  	width: 678px;/*全体の幅*/
  	border-left: solid 4px #191970;/*枠色*/
  	border-right: solid 1px #191970;
  	border-bottom: solid 1px #191970;
  }
#title{/*タイトル部分*/
	width: 678px;
  	font-size: 11pt;/*文字サイズ*/
  	font-family: Courier,"MS Georgia","Times New Roman";
  	text-align: left;
  	letter-spacing: 0.2em;
  	color: #FFFFFF;/*文字色*/
  	background-color: #191970;/*背景色*/
  	padding: 1px 1em 1px 0.7em;
  	border-left: solid 3px #DAEFE1;
  	filter: alpha(opacity=100,finishopacity=25,style=1);
  }
.text{/*内容部分*/
  	padding-top: 1em;
  	padding-bottom: 1em;
  }