@charset "utf-8";

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

	Last Updated: Oct 16, 2009
	Edited by Kazuya Ono/COLONY+iNTERACTIVE INC.

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

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


/* ============================================================
01: LAYOUT CHANGE for body#index
============================================================ */
#container {
	padding:0;
	background:#000000;
}
#container a,
#container a:visited {
	color: #ffffff;
}
#container a:hover {
	color: #ff2b2b;
}
#container #MainContent {
	margin:0;
	border-width:0 0 1px;
	border-style:solid;
	border-color:#1a1a1a;
	padding:0;
	width:100%;
}
#mainVisual {
	margin:0 auto;
	width:900px;
	height:700px;
	min-height:700px;
}
html>body #mainVisual {
	height:auto;
}
#mainVisual #fcover {
	position:absolute;
	top:690px;
	left:70%;
	z-index: 10;
}
#mainVisual #flashcontent {
	width:100%;
	z-index:1;
}

/* ---------- #GlobalBlock ---------- */
#GlobalBlock {
	border-width:1px 0 0;
	border-style:solid;
	border-color:#666666;
	padding:0;
	width:100%;
	background: #090709 url(../images/gb_bg_01.gif) center center repeat;
	text-align:center;
}
#container #GlobalBlock h2 {
	margin:0;
	padding:20px 0 8px;
	color:#ff2b2b;
	font-weight:normal;
}

#GlobalBlock div.contentBox {
	margin:0 auto;
	padding:28px 0 30px;
	width:900px;
	text-align:left;
}
#GlobalBlock div.topicsColumn {
	float:left;
	width:170px;
}
#GlobalBlock div.infoColumn {
	float:right;
	width:720px;
}
#GlobalBlock div.infoColumn div.gnvBox {
	width:100%;
}
#GlobalBlock div.infoColumn div.gnvBox ul {
	list-style:none;
	margin:0;
	padding:0;
}
#GlobalBlock div.infoColumn div.gnvBox li {
	float:left;
	margin:0;
	padding:0 0 0 10px;
	width:110px;
}
#GlobalBlock div.infoColumn div.gnvBox li a {
	overflow:hidden;
	display:block;
	outline:none;
	width:100%;
	height:58px;
	background-color:transparent;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
}
 #GlobalBlock div.infoColumn div.gnvBox li a:link
,#GlobalBlock div.infoColumn div.gnvBox li a:visited
{
	background-position:0 0;
}
 #GlobalBlock div.infoColumn div.gnvBox li a:hover
,#GlobalBlock div.infoColumn div.gnvBox li a:active
{
	background-position:0 -58px;
}
#GlobalBlock div.infoColumn div.gnvBox li#Gnv01 a {
	background-image:url(../images/gnv_01.png);
}
#GlobalBlock div.infoColumn div.gnvBox li#Gnv02 a {
	background-image:url(../images/gnv_02.png);
}
#GlobalBlock div.infoColumn div.gnvBox li#Gnv03 a {
	background-image:url(../images/gnv_03.png);
}
#GlobalBlock div.infoColumn div.gnvBox li#Gnv04 a {
	background-image:url(../images/gnv_04.png);
}
#GlobalBlock div.infoColumn div.gnvBox li#Gnv05 a {
	background-image:url(../images/gnv_05.png);
}
#GlobalBlock div.infoColumn div.gnvBox li#Gnv06 a {
	background-image:url(../images/gnv_06.png);
}

#GlobalBlock div.infoColumn div.aboutBox {
	float:left;
	padding:10px 10px 0;
	width:360px;
}
#GlobalBlock div.infoColumn div.infoBox {
	float:right;
	padding:10px 0 0;
	width:330px;
}
#GlobalBlock div.bannerColumn {
	clear:both;
	margin:15px 0 0;
	border-width:2px 0 0;
	borde-style:dotted;
	border-color:#777777;
	padding:10px 0 0;
	width:100%;
}
#GlobalBlock div.bannerColumn div.descBox {
	float:left;
	padding:0 10px;
	width:410px;
}
#GlobalBlock div.bannerColumn div.pictBox {
	float:right;
	padding:20px 0 0;
	width:468px;
	text-align:right;
}
#GlobalBlock div.bannerColumn div.pictBox ul {
	margin:0;
	padding:0;
}
#GlobalBlock div.bannerColumn div.pictBox ul li {
	margin:0;
	padding:0 0 5px;
}


/* ============================================================
02: div.contents
============================================================ */
