@charset "utf-8";

/* トップページお知らせ部分全部見せる */
dl.index_news {
	width:577px;
	overflow: visible;
}

/* 印刷時消す */
#footer,
.headerMenu,
.searchArea,
.pagetop_area { display:none; }

/* ヘッダー背景消す */
#container {
	background:white !important;
	background-image:none !important;
}

/* ページ下部のマージン消す */
#main { padding-bottom:10px !important; }

/* 会員ページの表 黄色から白 */
.h3_content table.kojinList tr,
.h3_content table.houjinList tr { background-color: #ffffff; }

/*月刊機関誌「包装技術」*/
.table_kikanshi th { background-color:#cccccc; }

.table_kikanshi th.txt_l { background-color:#cccccc; }

.table_kikanshi td { background-color:#ffffff; }

/*本紹介の目次*/
.table_book th {
	background-color:#cccccc;
	color:#333333;
}

.table_book td { background-color:#ffffff; }

