@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: 40px;
	background-image: none;
	color: #fff;
	background-color: #63c0ab;
	border-bottom: 5px solid #63c0ab;
}
#MainMenu { /* W:800, H:32 */
	display: none;
}
#ContentBody { }
#Footer { }


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

#Header h1#SiteName {
	float: none;
	width: auto;
	height: 1.5em;
	text-align: center;
}
#Header h1#SiteName a {
	display: inline;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
}
#Header ul#HeaderMenu {
	display: none;
}
#Header #SearchBox {
	display: none;
}

#Introduction {
	display: none;
}

#MainMenu {
	display: none;
}

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

#ContentBody h1 {
	background-image: none;
}


