/* Style sheet for Sample standard definition */

/* BODYの設定 */
	/* 通常 */
	BODY.standard { margin-top: 0 ;
					margin-bottom: 0;
					margin-right:0;
					margin-left:0;
					background-color: "#b0c4de";
					font-size: 12pt;
					overflow:auto}

/* TABLEの設定 */
	/* 通常 */
	TABLE.standard{font-size: 10pt;
				   border-width:0}

	/* タイトル用 */
	TABLE.title{font-size: 10pt;
				width:350px;
				height:40px;
				border-width:thin;
				border-color:#000087;
				border-style:groove}
	
	/* ベース用 font-sizeを12ptとします*/
	TABLE.base{font-size: 12pt;
				width:100%;
				height:100%;
				border-width:0}
				
	/* ヘッダー用 */
	TABLE.header{ border-width:0;
				  width:100%}
				 
	/* フッター用 */
	TABLE.footer{ border-width:0;
				  width:100%}

/* TRの設定 */
	/* 通常 */
	TR.standard { background-color: "#b0c4de" }

/*THの設定 */
	/* 通常 */
	TH.standard { background-color: "#b0c4de" }

/* TDの設定 */
	/* 通常 */
	TD.standard { background-color: "#006699";
				  color : "#ffffff";
				  text-align:"center"}
	
	/* タイトル用 */
	TD.title { background-color: "#000080";
			   color :"FFFFFF" }
	/* ヘッド用 */
	TD.head { background-color: "#006699";
			  color : "#ffffff";
			  text-align : "center";
			  width = 80}
	/* ヘッド用 without 100 */
	TD.headWidthFree { background-color: "#006699";
			  color : "#ffffff";
			  text-align : "center";
			}			  
	/* ヘッド用 */
	TD.headright { background-color: "#006699";
				  color : "#ffffff";
				  text-align:"right"}
	/* ヘッド用 */
	TD.headleft { background-color: "#006699";
				  color : "#ffffff";
				  text-align:"left"}
			   
	/* 項目用 */
	TD.cool { background-color: "#CCFFCC";
				  color : "#ffffff"}

	/* リストヘッド用 */
	TD.listhead { background-color: "#006699";
				  color : "#ffffff";
				  text-align:"center"}
	
	/* リスト項目用 */
	TD.liststandard { background-color: "#69b3f5";
					  color : "#000000"}
	
	/* リスト項目用 */
	TD.odd { background-color: "#CCFFCC";
                     color : "#000000";
                     text-align:"center"}
	
	/* リスト項目用 */
	TD.even {background-color: "#CCFF66";
					 color : "#000000";
	                 text-align:"center"}
	
	/* リスト項目用 */
	TD.oddwc { background-color: "#FFFFCC";
                     color : "#000000";
                     text-align:"center"}
	
	/* リスト項目用 */
	TD.evenwc {background-color: "#FFFF66";
					 color : "#000000";
	                 text-align:"center"}
	                 
	/* リスト項目用 */
	TD.whitepink { background-color:"#ffffff";
                     color : "#000000";
                     text-align:"center"}
	
	/* リスト項目用 */
	TD.pink {background-color:"#ffddd0";
					 color : "#000000";
	                 text-align:"center"}
	
	/* ヘッダー・フッダーの上線・下線用 */
	TD.line { background-color: "#000080";
			  height=10 }

	/* ページ番号の一覧表示用 */
	TD.pagenumber { font-size: 10pt }

/* INPUTの設定 */
	/* 通常 */
	INPUT.standard { font-size: 10pt }
	
	/* submit用 */
	INPUT.submit { font-size: 12pt }

/* SELECTの設定 */
	/* 通常 */
	SELECT.standard { font-size: 10pt}

/* END OF FILE */