@charset "utf-8";

/*---------- メンタルケア協議会 PRINT CSS ----------*/

/***** Page Structure *****/
/*
	#Container
		#Header
			h1#SiteName
			#HeaderMenu
			#SearchBox
		#MainMenu
		#ContentBody
		#Footer
			#CopyRight
			#NPOJAM
*/

/***** Main Structure & Link Color *****/

body {
	background-color: #fff;
	background-image: none;
}

#Container {
	background-image: none;
}
#Header {
	height: auto;
	background-image: none;
}
#MainMenu { /* W:800, H:32 */
	display: none;
}
#ContentBody { }
#Footer { }


/***** Header *****/

#Header h1#SiteName {
	float: none;
	width: auto;
	height: auto;
}
#Header h1#SiteName a {
	width: auto;
	padding: 0;
	height: auto;
	overflow: auto;
	text-decoration: none;
	font-size: 20px;
	color: #666;
}
#Header ul#HeaderMenu {
	display: none;
}
#Header #SearchBox {
	display: none;
}

#MainMenu {
	display: none;
}


/***** ContentBody *****/

#ContentBody #CategoryTitle { /* H:84px */
	/*display: none;*/
	font-size: 0pt;
	text-indent: -9999px;
	color: #fff;
}

