@charset "UTF-8";
/* print.css */
body {
	background-color:#ffffff;
	background      : none;
}
#body_contents {
/*
	background-image:none;
	background-color:#ffffff !important;
*/
}
#wrap {
	width:720px !important;
}
#bg-box {
	width      : 720px !important;
	background : none  !important;
}
#container {
	width      : 720px   !important;
	overflow   : visible !important;
	padding-top: 15px    !important;
	background : none    !important;
}
#content {
	float:none !important;
}
#main {
	padding : 0px !important;
}
#header {
	display:none !important;
}
#snavi {
	display:none !important;
}
#footer {
	display:none !important;
}
.btn-pagetop {
	display:none !important;
}
#topicpath {
	display:none !important;
}
.voice_br {
/*
	display:none !important;
*/
}
#main div.fl_clear {
	display: block;
	clear:both;
}

#printhead {
	display:block !important;
	float:left;
}

#btn-print-close {
	display:block;
	margin: 15px 0px 43px 0px;
	clear:both;
}

#btn-print-close a {
	float:right;
	background : url("../img/btn_print_close.jpg") no-repeat 0 0;
	width  : 82px;
	height : 29px;
	margin-right:315px;
	text-indent: -9999px;
}

#btn-print-close a:hover {
	background : url("../img/btn_print_close_on.jpg") no-repeat 0 0;
}