/*  default.css  */
/*  WinIEおよびデフォルト指定用のスタイル  */


/* 共通のスタイル */
body {
	font-family:"ＭＳ Ｐゴシック",Arial,Verdana,Helvetica;
	color: #333333;
	}
a {
	color: #FF6600;
	text-decoration: none;
	}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	}	

.lead { 
	color: #86674A;
	font-weight: bold;
	}

a.ul {
	text-decoration: underline;
	}

.caption {
	color: #666666;
	}

.txtlink {
	color: #999999;
	}

.txtlink_off {
	color: #CCCCCC;
	}

.txtlink_self {
	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;
	}
