@charset "utf-8";

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

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


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

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

#sns_list {
	display: none;
}

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

*,body {
	background-image: none;
}

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

#outline,#chart,#story {
	padding-bottom: 30px;
}
/*.backnum,.story_date {

}*/
#contents {
	padding-top: 0px;
}


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

#contents {
	margin-top: 0;
}
#outline,
#chart,
#story {
	border: none;
	padding-bottom: 10px;
}
#outline h1,
#chart h1,
#story h1 {
	margin-bottom: 15px;
}
#outline h2 {
	margin-bottom: 10px;
}
#outline h3 {
	padding-left: 0;
	margin-bottom: 0;
}
#ol_midokoro .f_left,
#ol_midokoro .f_right {
	margin-bottom: 20px;
}
#story .story_roll {
	padding-left: 0;
}