@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;
}



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

#lineup p {
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
#lineup .inner {
	top: 50px;
}

