/*

 マイティ・マイティ　印刷用スタイルシート

print.css - print layout style sheet for mighty myT website.

==========================================================================================   History
	2004/10/28	dai	Ver 1.0
====================================================================================================
*/


@media print {

.hidden {
	display: none;
}
#content .hidden, #content_top .hidden {
	display: inline;
}
#content div.totop {
	display: hidden;
}

body{
	margin: 0cm;
}
body,p,dl,ul,ol,table,td,tr,blockquote{
	background: transparent;
	font-size: 10pt;
	line-height: 1.7;
	color: #000000;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", helvetica, sans-serif ;
}
h1,h2,h3,h4,em,strong,th{
	font-family: inherit ;
}
a,a:link,a:visited{
	color: #076cdc;
}
a img{
	margin: 0.5cm;
	border: none;
}
a.prev, a.next {
	display: none;
}
#main a:after {
	font: 9pt sans-serif;
	content: " [ " attr(href) " ] ";
}
h1{
/*	display: none;*/
	font-size: 18pt;
	margin: 0em;
}
h2,h3,h4{
	font-size: 16pt;
	margin: 1.8em 0.5em 0.3em 0.5em;
	padding-left: 1em;
}
h2{
	margin-top: 0em;
	margin-left: 0em;
}
h4 {
	font-size: 14pt;
	font-weight: bold;
	margin: 1.8em 0.5em 0.3em 1em;
	page-break-after;
}
h5 {
	padding-left: 20px;
	font-weight: normal;
	font-size: 14px;
	background: url(../images/h3.gif) 0px -2px no-repeat;
}
p,dl,dd,ul,ol{
	margin: 0.5em 0em 0.5em 3em;
}
p{
	margin-left: 0.5em;
}
p.comment{
	font-size: 10px;
}
p.comment span{
	color: #f02008;
}
dt{
	font-weight: bold;
	margin-left: -1em;
}
dd{
	margin-left: 0em;
}
strong{
	color: red;
}
blockquote{
	border: 1px dashed #000000;
	padding: 0.5em;
}
q{
	border-bottom: 1px dashed #000000;
}
address{
	text-align: right;
}

}
