@charset "utf-8";


/********************共通変更*******************/

#contents {
	background-image: none;
	background-color: #FFFFFF;
	}

#contents_haed {
	display: none;
	}

#contents_bottom {
	display: none;
	}

#container {
	background-image: none;
	}

#header {
	background-repeat: no-repeat;
	}

.page_top #header {
	background-image: url(../img/print_main_img_top.jpg);
	}

.page_about #header {
	background-image: url(../img/print_main_img_about.jpg);
	}

.page_stamp #header {
	background-image: url(../img/print_main_img_stamp.jpg);
	}


/********************IE6専用*******************/
html {
	_background-image: none;
	}

body {
	_border-top: none;
	}

#container {
	_border-top: none;
	_width: 80%;
	}

#navi_box {
	_margin-right: 30px;
　	}

#contents {
	_padding: 0 0 20px;
	}

.r_none {
	_margin-right: 40px;
	}

.bleak {
	_page-break-before: always;
	}

.action_button {
	_margin-right: 60px;
	}

.totop {
	_display: none;
	}

#gmap {
	_width: 740px;
	}


/********************強制改行*******************/

/*html:not([lang*=""])  .bleak {
	page-break-before: always;
	}*/






