/*  default.css  */
/*  WinIEおよびデフォルト指定用のスタイル  */


/* 共通のスタイル */
body {
	margin: 15px;
	padding: 0;
	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;
	}
.new {
	color:#ff3366; font-family:Verdana, Arial, Helvetica; font-size:smaller;
	}

/* WAP用のスタイル */
.block_l {
	float: left;
}

.block_r {
	float: right;
}

#header, #footer {
	width: 680px;
	margin: 10px auto 0;
}

#header {
	height: 40px;
}

#header .block_r IMG {
	margin-left: 15px;
}

#menu {
	width: 670px;
	height: 26px;
	margin: 0 auto 12px;
}

#menu .block_r IMG {
	margin: 4px 0 0 18px;
}

#footer {
	margin: 10px auto;
	padding-bottom: 20px;
}

#ftrline {
	margin: 0 0 8px;
}

#textlink {
	text-align: center;
	color: #aaaaaa;
	margin-bottom: 25px;
}

#textlink .current {
	font-weight: bold;
}


/* 固有のスタイル */
.tx16 {
	font-size: 12pt;
	line-height: 1.2;
	}
	
.tx12 {
	font-size: 10pt;
	line-height: 1.3;
	}

.tx10 {
	font-size: 8pt;
	line-height: 1.3;
	}
