﻿@charset "UTF-8";

#contents {
	position: relative;
	margin: 0 auto;
	background: url(../image/common/bg_container.jpg) no-repeat;
	width: 1024px;
	height: 667px
}

#catch {
	position: absolute;
	left: 0;
	top: 601px;
	background: url(../image/common/img_catch.jpg) no-repeat;
	width: 745px;
	height: 66px;
	text-indent: -9999px;
}

#movie {
	position: absolute;
	left: 675px;
	top: 407px;
	width: 240px;
	height: 204px;
}

#footer {
	background: url(../image/common/img_copyright.gif) no-repeat center center;
	height: 40px;
}

/* メニュー
----------------------------------------------------------------*/
#gnavi {
	position: absolute;
	left: 600px;
	top: 0;
	padding: 13px 0 0 0;
	background: url(../image/common/bg_gnavi.jpg) no-repeat;
	width: 430px;
	height:128px;
}
#gnavi li {
	margin-bottom: 4px;
	list-style-type: none;
}
#gnavi #gn-movie1 {
	padding-left: 7px;
}
#gnavi #gn-bddvd {
	padding-left: 39px;
}
#gnavi #gn-xmaslive {
	padding-left: 72px;
}
#gnavi li a {
	display: block;
	height: 34px;
	text-indent: -9999px;
}
#gnavi #gn-movie1 a {
	background: url(../image/common/bg_gnavi.jpg) no-repeat -7px -13px;
	width: 436px;
}
#gnavi #gn-movie1 a:hover {
	background-position: -450px -13px;
}
#gnavi #gn-bddvd a {
	background: url(../image/common/bg_gnavi.jpg) no-repeat -39px -51px;
	width: 404px;
}
#gnavi #gn-bddvd a:hover {
	background-position: -482px -51px;
}
#gnavi #gn-xmaslive a {
	background: url(../image/common/bg_gnavi.jpg) no-repeat -72px -89px;
	width: 371px;
}
#gnavi #gn-xmaslive a:hover {
	background-position: -515px -89px;
}

/* 更新履歴
----------------------------------------------------------------*/
#topics {
	position: absolute;
	left: 699px;
	top: 128px;
	padding: 35px 19px 16px 40px;
	background: url(../image/common/bg_topics.jpg) no-repeat;
}
#topics dl {
	overflow: auto;
	width: 285px;
	height: 46px;
	font-size: 93%;
}
#topics dl dt {
	margin-top: 0.5em;
	color: #e60012;
	font-weight: bold;
}
#topics dl dt:first-child {
	margin-top: 0;
}
#topics dl dt span {
	display: inline-block;
	margin-left: 0.3em;
	width: 62px;
	height: 9px;
	line-height: 9px;
	text-indent: -9999px;
}
#topics dl dt #tp-movie1 {
	background: url(../image/common/icon_topics.gif) no-repeat 0 0;
}
#topics dl dt #tp-bddvd {
	background: url(../image/common/icon_topics.gif) no-repeat 0 -9px;
}
#topics dl dt #tp-xmaslive {
	background: url(../image/common/icon_topics.gif) no-repeat 0 -18px;
}
#topics dl dd {
	margin: -1.2em 0 0 0;
	padding: 0 0.5em 0 9.8em;
	line-height: 1.3;
}
#topics dl dd.portal {
	padding: 0 0.5em 0 4.5em;
}
