@charset "utf-8";

/* ****************************************************
Title: print_search.css
Created: 2009-07-24
Last Modified: 2009-07-24
Editor(s): tsutsu
Last Editor: tsutsu
***************************************************** */


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

#01 General Elements
#02 body
#03 layout
#04 header
#05 gNavi
#06 pageBody
#07 content
#09 footer

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


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


/* #02 body
---------------------------------------------------------------------------- */

body {
	border: none;
	font-size: 14pt;
}


/* #03 layout
---------------------------------------------------------------------------- */


/* #04 header
---------------------------------------------------------------------------- */

div#header {
	display: none;
}


/* #05 gNavi
---------------------------------------------------------------------------- */

div#gNavi {
	display: none;
}


/* #06 pageBody
---------------------------------------------------------------------------- */

div#pageBody {
	padding: 0;
}


/* #07 content
---------------------------------------------------------------------------- */

div#content {
	float: none;
}

div#content h1.bHead {
	background: #f2f2f2;
	border-top: solid 3px #4db848;
	border-bottom: dotted 1px #7f7f7f;
	padding-top: 10px;
}

div#content p.print,
div#content p.pagetop {
	display: none;
}

div#content address#contact {
	display: none;
}

div#content div#topicPath {
	display: none;
}

div#content div#profile dl dd {
	margin-bottom: 0;
}

div#content div#profile dl dd a.access {
	display: none;
}

div#content div#profile p.button {
	display: none;
}

div#content div#access {
	margin: 0;
}

div#content div#access dl dd {
	margin-bottom: 0;
}


/* #07 sidebar
---------------------------------------------------------------------------- */

div#sidebar {
	display: none;
}


/* #09 footer
---------------------------------------------------------------------------- */

div#footer {
	display: none;
}

