@charset "utf-8";

body {
	font-size: 10pt;
	text-align: left;
	}
/* For IE6 */
*html body {
	font-size: 75%;
	}
/* For IE7 */
*+html body {
	font-size: 75%;
	}
/* hack End */
#container {
	background-image: none;
	text-align: left;
	width: auto;
	}
#header {
	margin-left: 0px;
	background-image: none;
	height: auto;
	}
#header p.catchCopy {
	display: none;
	}
#header ul {
	display: none;
	}
#header h1#logo img, #header p#logo img {
	margin: 0px 0px 18px 0px;
	}
/*グローバルメニュー*/
#container ul#mainMenu {
	display: none;
	}
/*パンくずリスト*/
#container #topicPath {
	margin: 0px;
	}
#content {
	margin-left: 0px;
	background-image: none;
	width: auto;
	}
/*メイン*/
#content #mainContent {
	float: none;
	width: auto;
	}
/*ローカルメニュー*/
#content #subContent {
	display: none;
	}





/*フォームページ*/
body.form #content #mainContent {
	margin-left: 0px;
	width: auto;
	}
body.form #content #mainContent h2 {
	background: none;
	border-bottom: none;
	width: auto;
	}
body.form #content #mainContent p {
	width: auto;
	}
body.form #content #mainContent table {
	width: 640px;
	}
body.form #content #mainContent .noteArea dl {
	width: auto;
	}
body.form #content #topicPath {
	margin-left: 0px;
	}




/*フッタ*/
#footer {
	display: none;
	}
