/* print.css 2007.02.26 ニュースリリース印刷用CSS */

/* NO PRINT */
.FootNavi,
.contentPrint,
.contentDownload,
.leftnavi_s,
.position_s,
.foot_s,
.head_s {
display:none;
}

/* トップに戻る */
DIV.PageTop {
display:none;
}

/* ヘッダー */
#head_space {
display:none;
}

/* 印刷時に表示 */
P#forprint {
display: block;
margin: 10px 0px 0px 0px;
text-align: left;
font-size: 12pt;
font-weight: bold;
}

hr.forprint {
display: block;
}

P#copyright {
display: block;
margin-top: 5px;
text-align: right;
}

/* フッター */
#foot_space {
display:none;
}

/* メインエリア調整 */
body,
div#MainArea,
.ContentInner,
div.Contents  {
	background-image: none !important;
	width: auto !important;
	float: none !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
}
html body {
	font-size: 12pt !important;
	text-align: left;
	padding: 10pt;
}

table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-collapse: collapse;
	border-spacing: 0;
	display: block;
	width: auto !important;
}
table td,
table th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3pt;
}
table th {
	text-align: center;
	font-size: 13pt !important;
	color: #666666;
	padding: 5pt 0;
}


h1,
h2 {
	margin: 0 0 1em 0 !important;
	padding: 0 !important;
	background: none !important;
}

h1,
h1 a {
	font-size: 18pt !important;
	background: none !important;
	text-decoration: none !important;
	color: #666666 !important;
}
h2 {
	font-size: 14pt !important;
	color: #666666 !important;
	border: none  !important;
}
h3 {
	font-size: 12pt !important;
	color: #000000 !important;
}
p.MhPro,
p.MhLs2 {
	text-decoration: underline;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #000000;
}
.NoPrint {
	display: none !important;
}




