/*  default.css  */
/*  WinIEおよびデフォルト指定用のスタイル  */


/* 共通のスタイル */
body {
	font-family:"ＭＳ Ｐゴシック",Arial,Verdana,Helvetica;
	color: #333333;
	}
a {
	color: #3366cc;
	text-decoration: none;
	}
a:hover {
	color: #3366cc;
	text-decoration: underline;
	}	

.page {
	color: #666666;
	font-weight:bold;
	}

.pagelink {
	text-decoration: underline;
	}

.q {
	color: #ffffff;
	font-weight: bold;
	}

.q_txt {
	color: #404F6F;
	font-weight: bold;
	}

.name {
	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;
	}
