	html{/*スクロールバーの色*/
	  scrollbar-3dlight-color: #DADADB;
	  scrollbar-arrow-color: #7A7A7B;
	  scrollbar-darkshadow-color: #FFFFFF;
	  scrollbar-face-color: #FAFAFB;
	  scrollbar-highlight-color:#FFFFFF;
	  scrollbar-shadow-color: #999999;
	  scrollbar-track-color: #FBFBFC;
	  }
	body{/*全体のフォントサイズ・色*/
	  font-size: 10pt;
	  color: #161616;
	  background-color: #FFFFFF;
	  }
	font{/*全体のフォントサイズ*/
	  .j8{font-Size:7pt; line-height:9pt}
	  .j8{font-Size:8pt; line-height:10pt}
		.j9{font-Size:9pt; line-height:11pt}
		.j10{font-Size:10pt; line-height:12pt}
		.j11{font-Size:11pt; line-height:13pt}
		.j12{font-Size:12pt; line-height:14pt}
		.j13{font-Size:13pt; line-height:15pt}
		.j14{font-Size:14pt; line-height:16pt}
		.j15{font-Size:15pt; line-height:17pt}
		.j16{font-Size:16pt; line-height:18pt}
	  }
	div,td{/*全体のフォントサイズ*/
	  font-size: 10pt;
	  }
	a:link{/*リンク色*/
	  color: #554966;
	  text-decoration: none;
	  }
	a:visited{/*訪問済みリンク色*/
	  color: #554966;
	  text-decoration: none;
	  }
	a:hover,a:active{/*アクティブリンク色*/
	  color: #FF4500;
	  }

	input,textarea,select{background-color: #ffffff; color: #333333; border: 1 solid #999999;}
	input.button{background-color: #F2F2F5; color: #333333; border: 3 double;}
	input.noborder{background-color: #FFFFFF; color: #999999; border: 0;}

	address{
	  font-size: 8pt;
	  font-family: Tahoma,Verdana;
	  font-style: normal;
	  margin: 1px 15% 1px 15%;
	  padding: 3px;
	  border: outset 1px #EEDDFF;
	  text-align: center;
	  }

	div.box19{
	  background-color: #FCFCFD;/*内側の背景色*/
	  margin: 0px 20px 0px 10px;
	  border-left: solid 1px #616166;
	  border-right: solid 1px #616166;
	  }
	div.contents{/*内容部分*/
	  height: 190px;/*高さを設定*/
	  width: 570px;/*幅を設定*/
	  overflow: auto;
	  padding: 1em;
	  margin: 1px 0px 1px 0px;
	  scrollbar-3dlight-color: #ABABAC;
	  scrollbar-arrow-color: #515151;
	  scrollbar-darkshadow-color: #FCFCFD;
	  scrollbar-face-color: #F5F5F7;
	  scrollbar-highlight-color:#FCFCFD;
	  scrollbar-shadow-color: #ABABAC;
	  scrollbar-track-color: #FCFCFD;
	  }