@charset "UTF-8";
@media print {

body {
	background-color: #ffffff;
	color:#000000;
}

#header {
	width: 100%;
	height: 100px;
	background: none;
}

#search_box,
.header_menu,
.slideArea,
#pageTop,
.contactBtn,
#topicPath,
.snsBtn { display:none; }

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

.left_content {
	display:none;
}

.right_content {
	width: 940px;
	float: none;
}

.h2Bg {
background:none;
padding:0;
height:40px;
}

h2 {
	padding:0;
	font-size: 18px;
	font-size: 1.8rem; 	
	border-left: none;
	color:#000000;
	display:block;
}

.right_content h3 {
background:none;
	padding:0px;
	font-size:139%;
	line-height:1;
	margin-bottom:20px;
	color:#000000;
}
}