﻿@charset "utf-8";

/* ================================
印刷範囲制御
================================ */

.search,
.search_wide,
#changeblock,
#cts_sideimage_header,
#cts_visual_area,
.cts_sidebg_header,
.cts_sidebg_footer,
#cts_footer a img,
.cts_menu,
.cts_pagetitle_category,
.pageup,
#global-navi,
div.newsdetail .latestnews,
div#cts_visual {
	display: none;
}

body#siteindex .search,
body#siteindex .search_wide,
body#siteindex #changeblock,
body#siteindex #cts_sideimage_header,
body#siteindex #cts_visual_area,
body#siteindex .cts_sidebg_header,
body#siteindex .cts_sidebg_footer,
body#siteindex #cts_footer a img,
body#siteindex .cts_menu,
body#siteindex .cts_pagetitle_category,
body#siteindex .pageup,
body#siteindex #global-navi,
body#siteindex div.newsdetail .latestnews,
body#siteindex div#cts_visual {
	display: block;
}

body#irindex .cts_pagetitle,
body#rdindex .cts_pagetitle,
body#siteindex form {
	display: none;
}

div.cts_body div.cts_body_base_txt {
	margin-left: 10px;
}

.cts_pagetitle {
	width:554px;
}


#cts_footer {
	width:530px;
}

body,
#cts_footer,
.cts_bodytable,
body.rd,
body.ir {
	background:none;
}
body.contents .cts_bodytable {
	background:none;
}

div.marginauto {
	margin: 0;
}
div.newsdetailmain {
	text-align: left;
}
.pagetitle_btn02 {
	width: 137px;
}

/* 印刷時のみ出すもの */
div.printon {
	display: block;
}
div.printoff {
	display: none;
}