/* ------------------
テーブル用
 ------------------*/	
	
*html body table { /*IE6用のハック*/
	width: 509px;
	margin: 0 ;
	border-collapse:collapse;
	margin-left:19px;
	margin-top:25px;
	clear:both;
}

html>body table { /*IE7 を含むモダンブラウザにのみ適用（IE6を除外）*/
	width: 509px;
	margin: 0 ;
	border-collapse:collapse;
	margin-left:19px;
	margin-top:45px;
	clear:both;
}

tbody tr {
    font-size:12px;
	text-align: left;
	line-height:18px;
	width:169px;
}

tbody th,td {
    text-align:center;
	line-height:22px;
}

tbody tr.odd {
    background:#edf3fe;
    font-size:12px;
	text-align: left;
	line-height:20px;
}


/* ------------------
NEWのアイコン
 ------------------*/
 
.new{
    width:169px;
	height:18px;
	margin:5px 0 15px;
	}
 
 

/* ------------------
リンクカラー設定
 ------------------*/	


.color1{
    color:#a99655;
	font-size:12px;
	font-weight:bold;
	}
	
.color2{
    color:#6e634e;
	font-size:12px;
	}