/*  default.css  */
/*  WinIEおよびデフォルト指定用のスタイル  */


/* 共通のスタイル */
body {
	color: #333333;
	scrollbar-base-color: #746964;
	scrollbar-arrow-color: #c7c3c1;
	font-family:"ＭＳ Ｐゴシック",Arial,Verdana,Helvetica;
	}
a {
	color: #0099ff;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}	

.txtlink {
	color: #999999;
	}

.txtlink_self {
	color: #897F79;
	font-weight: bold;
	}


/* 固有のスタイル */
.tx16 {
	font-size: small;
	line-height: 1.2;
	}
	
.tx12 {
	font-size: x-small;
	line-height: 1.3;
	}

.tx10 {
	font-size: xx-small;
	line-height: 1.3;
	}
