@charset "utf-8";

/* -------------------------------------------------------------
	IE用印刷設定CSS
-----------------------------------------------------------------*/

body {
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	overflow: visible !important;
}
* html body {
	zoom: 70%;/*WinIE6*/
}
*:first-child+html body {
	zoom: 1;/*WinIE7*/
}
td,th {
	color: #000000;
}
#main {
	width: 980px;
}



/* -------------------------------------------------------------
	基本
-----------------------------------------------------------------*/

/*-- 不要な要素の削除 --*/

#sns_list {
	display: none;
}

/*-- 背景削除 --*/

*,body,#wrap,#container,#main,#contents {
	background-image: none;
}

/*-- マージン、余白調整 --

#outline,#chart,#story {
	margin: 0;
	padding: 0 0 10px;
}*/


/* -------------------------------------------------------------
	ページ毎の調整
-----------------------------------------------------------------*/

#onair .inner {
	padding-bottom: 0;
	min-height: auto;
	height: auto !important;
	height: auto;
}
