@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: May 13, 2010
	Edited by Kazuya Ono/COLONY+iNTERACTIVE INC.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* ============================================================
01: 
============================================================ */

#container {
	color: #000;
	font-size: 93%;
	background: url(../images/bg_container.jpg) center top repeat;
}
/* ---------- textLink ---------- */
#container a,
#container a:visited {
	color: #686157;
	text-decoration: underline;
}
#container a:hover {
	text-decoration: none;
}


h2 {
	text-align: center;
	padding: 60px 0;
}
p.movieBnr {
	margin-bottom: 60px;
}


/* ============================================================
02: div.product
============================================================ */
div.product {
	margin-bottom: 60px;
}
div.product h3 {
	margin-bottom: 30px;
}
div.product ul {
	overflow: hidden;
	_height: 1%;
}
div.product ul li {
	width: 225px;
	margin: 0 20px 20px 0;
	float: left;
}
div.product ul li.rEnd {
	margin-right: 0;
}
div.product ul li a span {
	display: block;
	margin-top: 5px;
}


/* ============================================================
03: div.info
============================================================ */
div.info {
	width: 860px;
	padding: 30px 68px 30px 30px;
	margin-bottom: 50px;
	background: #e6e6e6;
	overflow: hidden;
}
div.info div.where {
	width: 520px;
	float: left;
}
div.info div.where h4 {
	margin-bottom: 15px;
}
div.info ul {
	width: 260px;
	float: right;
}
div.info ul li {
	height: 30px;
	margin-bottom: 1px;
}

