@charset "utf-8";
/*************************************************/
/*                                               */
/*        下層ページ共通 印刷用スタイルシート    */
/*                                               */
/*************************************************/
/*\*/ @media print { /**/

body {
  background-image: none;
}

#container {
	min-width: 0;
}

#siteid {
	display: none;
}

.Honbun, .imgtype_c,
#calendar, #IconLinkArea {
  overflow: visible !important;
}

body.SubTop .Honbun {
  overflow: hidden !important;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■ヘッダー■
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ------------------
　　グローバルナビ
------------------ */
#AssistArea,
#GlobalNaviArea {
	display: none;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■メインエリア■
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#mainarea {
	position: static;
}
/* ------------------
　　コンテンツ部分
------------------ */
#content, #content_r, #content_c, #content_a {
	margin: 15px 0 0 0;
	padding: 0;
}
#container #content_r, #container #content_c {
	min-height: 0;
}
* html #container #content_r, * html #container #content_c {
	height: 0;
}

#MainType2 {
  width: 100%;
}

#PRArea, .SnsButtons, .Printing, .PageUp {
	display: none;
}

/* --------------------
　　ページの先頭へ
-------------------- */
.bkpagetop {
	display: none;
}

/* ---------------------------
　　情報エリア・ナビエリア
--------------------------- */
#infoarea, #naviarea, #naviarea_t {
	display: none;
}
/* -------------
　　フッター
------------- */
#FooterNaviArea {
}

/*\*/ } /**/