	/****************************************************************************************
	* 基本タグ
	*****************************************************************************************/
	
	* {
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
		
	table {
		font-size: small;}
		
	body {
		font-size: small;
		background-color: white; 
		margin: 0px}
		
	td {
			text-align: left;}
	input, select, option {
			font-size: small; }
	a:visited {
		color: #0000FF;}
	a:hover { 
		color: #FF6600;}
	
	/****************************************************************************************
	*　IDによる指定
	*****************************************************************************************/
	
	.CTR 		{ text-align: center;}
	.RGT 		{ text-align: right;}
	.LFT 		{ text-align: left}

	.IDX-PREF {
		border:1px solid #666666;
		padding:5px;
		width: 78px;}
	
	.LIST-HEAD td {
		color:white;
		text-align:center;
		font-weight:bold;
		background-color:#66cc66;}
	.LIST-PG td {
		text-align:right;
		font-size:160%;
		font-weight:bold;
	}
	.F-180 {
		font-size:180%;
		line-height:120%;
	}
