@charset "utf-8";

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

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


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

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

#sns_list {
	display: none;
}

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

*,body {
	background-image: none;
}

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

#outline,#chart,#story {
	padding-bottom: 30px;
}
#footerWrap {
	margin-top: -30px;
}
#copyright {
	right: 40px !important;
}
#top_notice {
    right: 31px !important;
}

/*.backnum,.story_date {

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