@charset "utf-8";

/* ============================================================ STYLE FOR PRINTER */

/* ============================================================ OVERWRITE common.css */

body{
	background-color: #ffffff;
}
#continar{
	margin: 0;
	width: 580px;
	border: none;
}

#head{
	background: url(../images/bg_head.jpg) no-repeat -170px bottom;
	width: 550px;
}
#headUnavi{
	display: none;
}


#foot{
	border: none;
	width: 550px;
	height:20px;
}
#footUnavi{
	display: none;
}

.pageTop{
	display: none;
}


/* ============================================================ OVERWRITE second.css */

#cont{
	width: 580px;
	background: url(none);
}
/* ++++++++++++++++++++++++++++++ START TIPS */
#cont:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#cont {
	display: inline-table;
}
/* Hides from IE-mac\*/
* html.#cont{height: 1%;}
#cont {display: block;}
/*End hide from IE-mac*/
/* ++++++++++++++++++++++++++++++ END TIPS */

#contLeft{
	display: none;
}



.columnLnavi {
	background: url(none);
}
.colRightLnavi2{
	display: none;
}
#contCenter div.columnLnavi div.col {
	margin: 20px 30px;
	padding: 0 0 10px;
}




/* ============================================================ OVERWRITE font.css */

body{
	color: #000000;
}



