@charset "UTF-8";
/* CSS Print Document */

body {
	margin: 10px;
	background: #FFF;
	color: #000;
}
.menu, #access, #footer {
	display: none;
}
#wrapper {
	width: 100%;
	border: none;
}
a {
	text-decoration: underline;
}
#header {
	background: none;
}
#blog-title a {
	width: auto;
	height: auto;
}
#blog-title a span {
	visibility: visible;
	font-size: 34px;
}
#blog-title a span img {
	margin: 0 30px;
}
#main  {
	margin-top: 10px;
	border-top: 3px solid #CCC;
}