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


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

a.ul {
	text-decoration: underline;
	}

.wiiblue {
	color: #34BEED;
	}

.caption {
	color: #666666;
	}

.txtlink {
	color: #999999;
	}

.txtlink_off {
	color: #AAAAAA;
	}
.code {
	font-family: Verdana, Arial, Helvetica;
	color: #999999;
	}
.notice {
	color: #999999;
	}
.necessary {
	color: #666666;
	}
.new {
	color:#ff3366; font-family:Verdana, Arial, Helvetica; font-size:smaller;
	}

/* 固有のスタイル */
.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;
	}
