
		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;
		  }
		div,td{/*全体のフォントサイズ*/
		  font-size: 10pt;
		  }
		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}
		  }
		a:link{/*リンク色*/
		  color: #554966;
		  text-decoration: none;
		  }
		a:visited{/*訪問済みリンク色*/
		  color: #554966;
		  text-decoration: none;
		  }
		a:hover,a:active{/*アクティブリンク色*/
		  color: #553866;
		  }

		input,textarea,select{background-color: #ffffff; color: #333333; border: 1 solid #999999;}
		input.button{background-color: #FFFAFA; color: #3366CC; border: 3 double; border-color:#3366CC}
		input.noborder{background-color: #FFFFFF; color: #999999; border: 0;}

		address{
		  font-size: 8pt;
		  font-family: Tahoma,Verdana;
		  font-style: normal;
		  margin: 1px 5% 1px 5%;
		  padding: 3px;
		  border: outset 1px #EEDDFF;
		  text-align: center;
		  }


		.buttonOn{
		  border : 1px solid #3366CC;
		  width : 70px;
		  height : 12px;
		  padding : 3px;
		  text-align : center;
		  margin : 4px;
		}

		.buttonOff{
		  border : 1px solid #999999;
		  width : 70px;
		  height : 12px;
		  padding : 3px;
		  text-align : center;
		  margin : 4px;
		}