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


/* 共通のスタイル */
body {
	font-family:"ＭＳ Ｐゴシック",Arial,Verdana,Helvetica;
	color: #555555;
	}
a {
	color: #3399CC;
	text-decoration: none;
	}
a:hover {
	color: #3399CC;
	text-decoration: underline;
	}	

a.ul {
	text-decoration: underline;
	}

.info {
	background-color: #eaf4f7;
	color: #336699;
	}
.tx_red {
	color: #ff6600;
	}
.item {
	padding: 10px 0 6px;
	}
.item_data {
	padding: 2px 0 0 0;
	font-size: 14px;
	line-height: 1.2
	}


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

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