@charset "utf-8";

/*********************************************************************
 *
 *  </common/css/print.css>
 *
 *  更新日: 2008.12.26
 *
 * ===================================================================
 *
 *  ■概要
 *
 *   - 印刷用CSS
 *
 *********************************************************************/


/*  Common Element
---------------------------------------------------------- */

* {
	background-image: none !important;
}

body {
	background: #fff;
	color: #000;
	font-size: 10pt;
	text-align: left;
}


/*  Header
---------------------------------------------------------- */

div#header {
	width: auto;
	min-height: 0;
	_height: auto;
	margin: 0;
	padding: 0;
}

div#header h1#logo {
	padding-top: 0;
	padding-left: 0;
}

div#header ul,
div#header p.search,
div#header p.tagline,
div#header div#font_changer {
	display: none;
}


/*  Global Navigation
---------------------------------------------------------- */

div#gnav {
	display: none;
}


/*  Body
---------------------------------------------------------- */

div#body div#left,
div#body div#right {
	display: none;
}

div#body,
div#body div#main,
body.category_first div#body div#main,
body.category_second div#body div#main,
body.no_left div#body div#main {
	float: none;
	width: auto;
	min-height: 0;
	height: auto;
	margin: 0;
	padding: 0;
}

div#body p.bread {
	margin: 20px 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

div#body h2.image {
	width: auto;
}

div#body h2.image img {
	width: 100%;
	height: auto;
}

body.popup div#body div#main h3 {
	border: none;
}

div#body div#main ul.lnav {
	border: 1px solid #ccc;
}

div#body div#main div.relation {
	width: auto;
}

div#body table.firefox,
div#body table.firefox th,
div#body table.firefox td {
	height: 100% !important; /* Firefoxでの印刷崩れ対策 */
}

div#body table.firefox table.firefox,
div#body table.firefox table.firefox th,
div#body table.firefox table.firefox td {
	height: auto !important; /* 入れ子の場合、height: 100%; は不要 */
}

body.category_first div#body div#main div.article div.left,
body.category_first div#body div#main div.article div.right,
body.category_second div#body div#main div.article div.left,
body.category_second div#body div#main div.article div.right {
	width: 310px;
}

body.category_second div#body div#main div.section_h4 p.small img {
	width: 100%;
	height:auto;
}
/*  Footer
---------------------------------------------------------- */

div#footer,
div#footer div.in,
div#footer div.bottom {
	width: auto;
	min-height: 0;
	_height: auto;
	margin: 0;
	padding: 0;
}

div#footer ul,
div#footer p.go_pagetop,
div#footer p.tagline,
div#footer div.banner {
	display: none;
}

div#footer p#copyright {
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	text-align: left;
}
