@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      print.css
 Author:         Your Name (admin)
 Style Info:     印刷用
----------------------------------------------------------- */
@media print {
	
.asset,
.comments,
.trackbacks,
.archive,
.item {
overflow:visible !important;
}


body {
	overflow:visible !important;
	zoom:0.80;
}

#header { display: none;    } 

#footer { display: none;    } 

#footer_top { display: none;    } 

#sub { display: none;    } 

#main {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important; 
}

#contents { 
	overflow:visible !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important; 
}

/* 
#main div { 
	overflow:visible !important;
	float: none !important;
	width: auto !important;
}
*/
	
#page {
	overflow:visible !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important; 
}
	
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

#main table th {
	border-bottom: 1px solid #333333;
}

#main table td {
	border: 1px dotted #333333;
}
}

