@charset "Shift-JIS";

/* ----------------------------

	/index.html 

	- contents
	- line up
	- pick up
	- information
	
---------------------------- */

#contents {
	position: relative;
	}

#contents h2 {
	width: 100%;
	height: 470px;
	text-indent: -9999px;
	background: url(../img/top/img_main.jpg) no-repeat left top;
	
	}

/* lineup */

#lineup {
	width: 239px;
	padding-top: 10px;
	background: url(../img/top/bg_top.gif) no-repeat center top;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 15px;
	}

#lineup .bg_inside {
	background: #FFF;
	padding: 5px 0;
	}

#lineup .bg_bottom {
	background:url(../img/top/bg_bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
	}

#lineup h3 {
	margin-bottom: 8px;
	}

#lineup dl {
	background:#FFF;
	width: 210px;
	margin: 0 auto;
	}

#lineup dl dd {
	padding-bottom: 10px;
	text-align: left;
	font-size: 85%;
}

/* pickup */

#pickup {
	background: #f0d6e2 url(../img/top/bg_bnr.gif) repeat-x top;
	text-align: center;
	 }

#pickup ul {
	list-style-type: none;
	padding: 6px;
	}
	
#pickup ul li {
	height: 92px;
	float: left;
	margin-right: 6px;
	}

#pickup ul li img {
	display: block;
	vertical-align: bottom;
	}

#pickup ul li.last {
	margin-right: 0;
	}



/* information */
#information {
	background: url(../img/top/bg_information.gif) repeat-y;
	padding: 15px 0;
	}

#media_info {
	width: 500px;
	padding-left:20px;
	}

#media_info h3 {
	margin-bottom: 10px;
	}

#media_info dl {
	margin: 0;
	padding: 0;
	}

#media_info dl dt {
	width: 8em;
	float: left;
	font-size: 85%;
	}

#media_info dl dd {
	font-size: 85%;
	margin-left: 8em;
	margin-bottom: 0.5em;
	}

#media_info p {
	font-size: 85%;
	}

#information ul {
	float: right;
	list-style-type: none;
	width: 222px;
	padding-right: 20px;
	}

/* IE7 */