@charset "UTF-8";

/* ****************************************************
Title: print_news.css
Created: 2007‒09‒20
Last Modified: 2007‒09-20
Editor(s): tsutsu
Last Editor: tsutsu
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 General Elements
#02 print

----------------------------------------*/


/* #01 General Elements
---------------------------------------------------------------------------- */

div#content h1 {
	background: none;
	border-left: solid 5pt #023893;
	color: #333333;
	font-size: 14pt;
	font-weight: bold;
	height: auto;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	width: auto;
}

div#content h2 {
	background: none;
	color: #666666;
	font-weight: bold;
	font-size: 12pt;
}

p {
	margin: 0 0 10px 0;
}


/* #02 print
---------------------------------------------------------------------------- */

div#header,
div#gNav,
div#topicPath,
div#content p.historyBack,
div#content p.pageTop,
div#secondary,
div#sidebar,
div#footer {
	display: none;
}

body,
div#wrapper {
	background: none;
}

div#content,
div#primary {
	float: none;
}

div#content p.rssIcon {
	display: none;
}

