@media print{
body{background:none;}
.second .layout{width:570px;}
.header .doctor{display:none;}a:visited.doctor{display:none;}
.third .header{padding-bottom:0;}
.third_print .header{padding-bottom:0;}
.third .print{display:none;}
.third_print .print{display:none;}
.main{background:none;}
.navi{display:none;}
.title{display:none;}
.third h1{display:none;}
.third_print h1{display:none;}
.second .leftside{display:none;}
.second .rightside{margin:0;padding:0;width:auto;}
.sbtl img{margin-bottom:15px;display:block;}
.sbtl h2{display:none;}
.anchor{display:none;}
.close{display:none;}
.footer{display:none;}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

#detail table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #999999;
}

#detail table th,
#detail table td {
	padding: 3px;
	font-size: 90%;
}

#detail table th {
	border: 1px solid #999999;
}

#detail table td {
	border: 1px solid #999999;
}

}