@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: top.css
description: topページ用CSS

///////////////////////////////////////////////////////// */

/* =========== index用 wapper =========== */

#wapper_index {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* =========== 次回予告  =========== */

#next {
	background: url(../../images/e_next.jpg) no-repeat;
	width: 900px;
	height: 30px;
}

#next table {
	margin-left: 100px;
	margin-top: 0;
	height: 30px;
	color: #ffffff;
}

#next td.next_title {
	padding: 0 10px 0 3px; 
}

#next td a {
	color: #ffffff;
}
