/* 基本構造 */
*{
	font-size:small;
	margin:0px;
	padding:0px;
	border:none;
	letter-spacing:0.02em;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}
body{
	line-height:1.5em;
	color:#666;
	padding-bottom:50px;
}
#wrapper { display: block; margin-top: 50px; margin-right: auto; margin-left: auto; width: 86%; height: 80%; min-width: 800px; min-height: 600px; max-width: 940px }
#topleft{
	float:left;
	width:568px;
}
#bottomleft{
	
}
#topright{
	float:right;
}
#clear{
	clear:both;
	height:8em;
}

/* ネクストグループ */
h2{
	font-weight:bold;
	margin-bottom:0.8em;
	letter-spacing:0.1em;
	color:#999;
}
#store{
	float:left;
	width:60px;
	height:13.4em;
	border-right:1px solid #ccc;
	margin-right:16px;
	line-height:1em;
	display:block;
	text-indent:-9999em;
	background:url(../img_index/store.gif) no-repeat;
}
#studio{
	float:left;
	width:60px;
	height:2.6em;
	border-right:1px solid #ccc;
	margin-right:16px;
	line-height:1em;
	display:block;
	text-indent:-9999em;
	background:url(../img_index/studio.gif) no-repeat;
	clear:both;
}

/* IE6以下のみ */
* html #studio{
	margin-top:1em;
}

/* IE7のみ */
*:first-child+html #studio{
	margin-top:1em;
}

/* IE7をのぞくモダンブラウザ */
html>/**/body #listudio{
	margin-top:2em;
}

/* IE6以下のみ */
* html #listudio{
	margin-top:-0.4em;
}

/* IE7のみ */
*:first-child+html #listudio{
	margin-top:-0.4em;
}
dt{
	line-height:1em;
	font-weight:bold;
	color:#333;
}
dt img{
	padding-left:4px;
		vertical-align:-0.05em;
}
dd{
	line-height:1.6em;
	margin-bottom:1em;
	color:#999;
}
ul{
	list-style-type:none;
}

/* IE6以下のみ */
* html  li ul{
	margin-top:-1.3em;
}

/* IE6以下のみ */
* html dt{
	margin-top:-1em;
}

/* IE7のみ */
*:first-child+html  li ul{
	margin-top:-1.3em;
}

/* IE7のみ */
*:first-child+html dt{
	margin-top:-2.2em;
}
.ddbottom{
	margin-bottom:0em;
}
address{
	font-style:normal;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	color:#c03;
	text-decoration:none;
}
/* ヘッダー */
h1{
	float:left;
	width:128px;
	height:84px;
	display:block;
	text-indent:-9999em;
	background:url(../img_index/next.gif) no-repeat;
}
#facade{
	float:left;
	margin-left:20px;
	margin-bottom:30px;
	background:url(../img_index/facade1.jpg) no-repeat;
}
#enter{
	float:left;
	margin-left:20px;
	margin-top:20px;
}
#movieon{
	width:230px;
	height:25px;
	display:block;
	text-indent:-9999em;
	background:url(../img_index/enter.gif) no-repeat;
}
#movieon:hover{
background:url(../img_index/enter_on.gif) no-repeat;
}
#movieoff{
	width:200px;
	height:15px;
	display:block;
	text-indent:-9999em;
	background:url(../img_index/enter2.gif) no-repeat;
	margin-top:8px;
}
#movieoff:hover{
background:url(../img_index/enter2_on.gif) no-repeat;
}
p{
	clear:both;
	line-height:1.7em;
}

/* リンク */
#scene{
	width:110px;
	height:33px;
	display:block;
	text-indent:-9999em;
	background:url(../img_index/scene.gif) no-repeat;
	margin-bottom:14px;
}
#scene:hover{
	background:url(../img_index/scene_on.gif) no-repeat;
}
#cube{
	width:110px;
	height:38px;
	display:block;
	text-indent:-9999em;
	background:url(../img_index/cube.gif) no-repeat;
	margin-bottom:18px;
}
#cube:hover{
	background:url(../img_index/cube_on.gif) no-repeat;
}
#magazine{
	width:170px;
	height:26px;
	display:block;
	text-indent:-9999em;
	background:url(../img_index/magazine.gif) no-repeat;
}
#magazine:hover{
	background:url(../img_index/magazine_on.gif) no-repeat;
}

/* 印刷用非表示 */
#url{
	display:none;
}