@charset "Shift_JIS";

/* 印刷表示用スタイルシート
------------------------------------------------------------
印刷用に個別設定が必要な場合に記述
*/
body { background:none !important;}

#background { background:none !important;}

u, .mot {
	text-indent:0;
	text-indent: -9999px;
	/*\*/
	position:static;
	left:0;
	width:auto;/**/}

/* リンク設定
============================================================
リンクのアンダーバーは印刷上必要なしとの判断。
*/

a:link {
	text-decoration:none;}

a:visited {
	text-decoration:none;}

a:active {
	text-decoration:none;}

a:hover {
	text-decoration:none;}

/* 共通設定
============================================================ */

#header { position:relative; width:auto;}

#logo {
	position:static;
	width:auto;
	height:auto;
	background:none;
	text-indent:0;}
#logo a {
	display:inline;
	width:auto;
	height:auto;}

#header p {
	position:static;
	top:auto;
	left:auto;
	width:auto;
	height:auto;
	background:none !important;
	text-indent:0;}
#header p a {
	display:inline;
	width:auto;
	height:auto;
	margin:5px 0 0 0;}

p#english { display:none;}

#hm00, #gm00 { display:none;}



/* パンくず
------------------------------------------------------------ */
#bread {
	padding:10px 0;
	font-size:10px;}


/* コンテナー
------------------------------------------------------------ */
#mcL { display:none;}
#mcR {
	float:none;
	width:auto;
	padding:24px 0 20px;
	background:none !important;}


/* トップ
============================================================= */
#root.index h1 {
	height:auto;
	background:none !important;
	font-size:24px;
	text-indent:0;}

#root.index h2 {
	height:auto;
	background:none !important;
	font-size:16px;
	text-indent:0;}