/* CSS Document */
/* ---------------------------------------------------------------- *
	印刷用CSS
 * ---------------------------------------------------------------- */

body {
	font-size: 12pt;
	color: #000000;
	background-image: none;
	background-color: #FFFFFF;
	line-height: 1.5;
	letter-spacing: 1px;
}

.container {
	margin: 0 0 0 5%;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	background-image: none;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}

.contents {
	border: none;
	width: auto;
	overflow: visible;
}
#News h2, #Special h2, #Release h2, #Link h2 {
	margin-top: 0;
	width: auto;
}
body#News .container,
body#Special .container,
body#Release .container,
body#Link .container {
	background-image: none;
}


#header,
#sub_menu,
.bottom,
.contents_bottom {
	display: none;
}
