@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: 960px;
}



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

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

#header,#gnavi,
#sns_list {
	display: none;
}

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

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

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

#outline,#chart,#story {
	margin: 0;
	padding: 0 0 10px;
}
.backnum,.story_date {
	margin: 0;
	padding: 0;
}


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

.ol_left img.ol_img_01 {
	margin: 0 0 25px 0;
}
.ol_left img.ol_img_02 {
	margin: 0 0 25px 0;
}
.ol_left dl {
	margin: 15px 0 30px 0;
}
.ol_right h2 {
	background: none;
	text-indent: 0;
}
.ol_right li {
	background: none;
	text-indent: 0;
}
#story .story_roll {
	color: #000000;
	background: none;
	text-indent: 0;
}
#story .story_txt {
	padding-left: 0;
}
.chart_inner {
	background: none;
}
.chart_list dt {
	background: none;
	padding-left: 0;
}

