@charset "utf-8";
/* print */
* {
	color: #000;
	font-size: 10pt;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		"メイリオ",
		Meiryo,
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		sans-serif;
}
a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px #333 dotted;
}
a:hover {
	color: #666;
	text-decoration: underline;
	border-bottom: 0px #333 dotted;
}
html.noted a:link:after,
html.noted a:visited:after {
	content: '';
}
a img {
	color: #666;
	text-decoration: none;
	border: none;
}

#header,
#flashImage,
#globalNav,
#side,
#pagetop,
#information p.logo,
#information ul,
#footerContents {
	display: none;
}

#footer {
	font-size: 8pt;
	font-style: normal;
	border-top: 1px solid #666;
	margin-top: 20pt;
	padding-top: 10px;
}



/* staff */
/* ------------------------------------------------ */
#staff #staffNav,
#staff #staffNav2,
#staff .largePic,
#staff .leftPic,
#staff .rightPic {
	display: none;
}
#staff .smallPic {
	float: right;
}

