/* ■top.htmlのスタイル■ */
div#flash-area {
	width: 870px;
	height: 215px;
	background-color: #222;
	margin-bottom: 11px;
	margin-left: 5px;
	* margin-left: 0;
}
/* infoとbooksのエリアのスタイル */
div#contents div#left-area {
	width: 577px;
	overflow: visible;
	position: relative;
	display: inline;
	float: left;
}
/* infoのスタイル */
div#info {
	background: url(/images/top/title-info.gif) no-repeat center top;
	padding-top: 40px;
	position: relative;
}
div#info table tr {
	height: 33px;
	vertical-align: middle;
}
div#info table td.icon {
	width: 45px;
	text-align: center;
}
div#info table tr.border {
	height: 1px;
	
}
div#info table td.data {
	color: #e0466a;
}
/* booksのスタイル */
div#books {
	width:577px;
	background: url(/images/top/title-books.gif) no-repeat center top;
	padding-top: 40px;
	position: relative;
	margin-top: 15px;
	font-size: x-small;
}
div#books-section { clear: both; }
div#books ul {
	float: left;
	width: 112px;
	margin-right: 43px;
}
div#books ul.right {
	float: left;
	width: 112px;
	margin-right: 0;
}
div#books li.img {
	width: 112px;
	height: 155px;
	background: url(/images/books/bookimg-bg.gif) no-repeat center center;
	padding-top: 14px;
	text-align: center;
}
/* スポンサーのスタイル */
div#sponsor {
	width: 595px;
	margin-left: 38px;
	background: url(/images/sponsor/sponsor-bg-middle.gif) repeat-y center center;
	float: left;
	position: relative;
}
* html body div#sponsor { margin-left: 19px; }
div#sponsor-body {
	background: url(/images/sponsor/sponsor-bg-top.gif) no-repeat center top;
	float: left;
}
div#sponsor-body dl {
	margin: 0;
	*position: relative;
}
div#sponsor-body dl dt {
	height: 28px;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 20px;
	border-right: 1px solid #d9d9d9;
}
div#sponsor-body dl dd {
	height: 28px;
	float: left;
	margin-top: 15px;
	margin-right: 25px;
}
div#sponsor-bottom {
	width: 595px;
	background: url(/images/sponsor/sponsor-bg-bottom.gif) no-repeat center bottom;
	float: left;
	*position: relative;
}



/* 募集要項（/outline/）のスタイル */
ul#method {
	background: url(/images/outline/method-bg.jpg) no-repeat center center;
	margin-right: 27px;
}

ul#process {
	background: url(/images/outline/process-bg.jpg) no-repeat center center;
}

ul#schedule {
	background: url(/images/outline/schedule-bg.jpg) no-repeat center center;
	margin-right: 27px;
}

ul#right {
	background: url(/images/outline/right-bg.jpg) no-repeat center center;
}

ul#sponsor {
	width: 575px;
	background-color: #fff;
	border: 1px solid #d2bac0;
	float: left;
}
ul#sponsor li {
	padding: 5px 0 5px 10px;
}
ul#sponsor li#title {
	border-bottom: 1px solid #d2bac0;
}
ul#sponsor li.parts {
	float: left;
	margin-right: 50px;
}
ul#sponsor li.parts dt {
	font-weight: bold;
}
