@charset "utf-8";

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

	Last Updated: Jul 20, 2010
	Edited by Kazuya Ono/COLONY+iNTERACTIVE INC.

	01: LAYOUT CHANGE for body#index
	02: div.contents

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


/* ============================================================
01: LAYOUT CHANGE for body#index
============================================================ */
/* ---------- #topHeader ---------- */
#topHeader {
	width: 100%;
	background: #fff;
}
#topHeader #mainVisual {
	width: 960px;
	margin: 0 auto;
}
/* ---------- #container ---------- */
#container {
	padding: 0;
}
#container a,
#container a:visited {
	color: #fff;
}
#container a:hover {
	color: #f00;
}
#container h1 {
	width: 180px;
	height: 205px;
	float: left;
}
#container h1 a {
	text-indent: -9999px;
	display: block;
	width: 101px;
	height: 168px;
	margin: 17px 0 0 40px;
	background: url(../images/h1.gif) 0 0 no-repeat;
}
/* ---------- #gNav ---------- */
#gNav {
	padding-bottom: 15px;
	margin-bottom: 40px;
}
#gNav li span {
	color: #f00;
	font-size: 77%;
	line-height: 1.2;
	display: inline-block;
	padding-top: 3px;
}
/* ---------- #gNav ---------- */
#footer {
	width: 100%;
	border-top: #1c1c1c solid 1px;
}
#footerInner {
	width: 960px;
	margin: 0 auto;
}


/* ============================================================
02: div.contents
============================================================ */
div.contents {
	padding-bottom: 60px;
	overflow: hidden;
}
div.contents h2 {
	width: auto;
	float: none;
}
div.contents div.info {
	width: 355px;
	float: left;
	position: relative;
}
div.info h2 {
	margin-bottom: 15px;
}
div.info dl dt,
div.info dl dd {
	font-size: 88%;
	padding-bottom: 3px;
}
div.info dl dt {
	width: 5.5em;
	position: absolute;
	left: 0;
}
div.info dl dd {
	padding-left: 5.5em;
}
div.bannerArea {
	width: 355px;
	float: right; 
}
div.bannerArea h2 {
	margin-bottom: 15px;
}
div.bannerArea ul {
	margin-bottom: 30px;
}
div.bannerArea ul li {
	margin-bottom: 10px;
	line-height: 1;
}
div.bannerArea ul li.last {
	margin-bottom: 0;
}

div.bannerArea ul.logoBnr {
	overflow: hidden;
	_zoom: 1;
}
div.bannerArea ul.logoBnr li {
	float: left;
	height: 66px;
	margin-right: 30px;
}
div.bannerArea ul.logoBnr li.incertus {
	width: 83px;
}
div.bannerArea ul.logoBnr li.compilation {
	width: 137px;
}
div.bannerArea ul.logoBnr li.twitter {
	width: 75px;
	margin-right: 0;
}