@charset "shift-jis";
@import "import_print.css";
@import "reset.css";
@import "font.css";
@import "base.css";


/*======================
	print—p
======================*/
@media print {
	html {
		color:#000;background:#ffffff;
	}
	
	body {
		background:none;
	}

	.body2 {
		background:none;
	}
	
	
/*======================
	#header
======================*/
	#header {
		width: 900px;
		padding-top: 17px;
	}
	
	#header h1{
		background: #ffffff url(../images/rogo_print.jpg) no-repeat top left;
		text-indent: -9999px;
		width:88px;
		height:27px;
		margin-bottom: 16px;
	}

	#header .menu3{
		display: inline;
		text-align: right;
		float: right;
		padding-top: 17px;
		width: 812px;
		height: 10px;
		margin-bottom: 16px;
	}


#container .top a{
	color: #000;
}
/*======================
	#footer
======================*/

	#footer {
		border-top:1px solid #000000;
	}

	#footer .menu3 {
		color:#000000;
	}

	#footer .menu3 a {
		color:#000000;
	}

	#footer #copylight {
		color:#000000;
	}

/*======================
	#product
======================*/

.hide .target{
	display: block;
}

#container .kado-md .trigger h3 {
	text-indent:12px;
	padding-top:5px;
	width: 608px;
	height: 26px;
	display:none;
}

.show .target1{
	display: block;
}


}