@charset "utf-8";
/* CSS Document */


/* TSUTAYA TV ベースCSS + トップページCSS
----------------------------------------*/

/* 初期化 */
* {
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	color:#000000;
	font-family:Arial,'ＭＳ Ｐゴシック',sans-serif;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	list-style:none;
}


/* ボディ・メイン */
html{
	height:100%;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	overflow:hidden;
	background:url(../img/bg1.gif) repeat-x left top #2F313E;
	height:100%; 
}
#mainBox {
	text-align:left;
	margin:0 auto;
	background:url(../img/bg2.gif) repeat-y;
	width:1022px;
	height:100%
}
#main {
	background:url(../img/bg0.gif) no-repeat;
	width:1022px;
	height:574px;
	position:relative;
}


/* ヘッダー */
h1 {
	position:absolute;
	left:33px;
	top:16px;
}
h1 a {
	display:block;
	width:223px;
	height:44px;
	overflow:hidden;
	background-image:url(../img/h_tsutayatv.gif);
}
h1 a span {
	visibility:hidden;
}
#banner {
	position:absolute;
	left:273px;
	top:11px;
}
#btn_h0 {
	position:absolute;
	left:801px;
	top:11px;
	width:187px;
	height:33px;
	overflow:hidden;
	background:url(../img/product_banner.gif);
}
#btn_h0:hover {
	background-position:0px -33px;
}
#btn_h0 span {
	visibility:hidden;
}
#btn_h1 {
	position:absolute;
	left:753px;
	top:59px;
	width:135px;
	height:14px;
	overflow:hidden;
	background-image:url(../img/btn_h1.gif);
}
#btn_h1:hover {
	background-position:0px -14px;
}
#btn_h1 span {
	visibility:hidden;
}
#btn_h2 {
	position:absolute;
	left:900px;
	top:59px;
	width:89px;
	height:14px;
	overflow:hidden;
	background-image:url(../img/btn_h2.gif);
}
#btn_h2:hover {
	background-position:0px -14px;
}
#btn_h2 span {
	visibility:hidden;
}


/* フッター */
#btn_f1 {
	left:31px;
	width:58px;
	background-image:url(../img/btn_f1.gif);
}
#btn_f2 {
	left:107px;
	width:58px;
	background-image:url(../img/btn_f2.gif);
}
#btn_f3 {
	left:183px;
	width:81px;
	background-image:url(../img/btn_f3.gif);
}
#btn_f4 {
	left:282px;
	width:59px;
	background-image:url(../img/btn_f4.gif);
}
#btn_f5 {
	left:358px;
	width:72px;
	background-image:url(../img/btn_f5.gif);
}
#btn_f6 {
	left:460px;
	width:130px;
	background-image:url(../img/btn_f6.gif);
	display:none;
}
#btn_f7 {
	left:460px;
	width:143px;
	background-image:url(../img/btn_f7.gif);
}
#btn_f1,
#btn_f2,
#btn_f3,
#btn_f4,
#btn_f5,
#btn_f6,
#btn_f7 {
	top:520px;
	height:13px;
	position:absolute;
	overflow:hidden;
}
#btn_f1:hover,
#btn_f2:hover,
#btn_f3:hover,
#btn_f4:hover,
#btn_f5:hover,
#btn_f6:hover,
#btn_f7:hover {
	background-position:0px -13px;
}
#btn_f1 span,
#btn_f2 span,
#btn_f3 span,
#btn_f4 span,
#btn_f5 span,
#btn_f6 span,
#btn_f7 span {
	visibility:hidden;
}

#copyright {
	position:absolute;
	text-align:right;
	width:240px;
	left:751px;
	top:523px;
	color:#CCCCCC;
	font-size:8px;
	visibility:hidden;
}


/* 右側 */
/*
#box_right {
	position:absolute;
	left:753px;
	top:83px;
	width:235px;
	height:417px;
	background:url(../img/bg_right.gif) left top no-repeat;
}
#btn_r1 {
	position:absolute;
	left:23px;
	top:274px;
	width:189px;
	height:45px;
	overflow:hidden;
	background-image:url(../img/btn_r1.gif);
}
#btn_r1:hover {
	background-position:0px -45px;
}
#btn_r1 span {
	visibility:hidden;
}

#btn_r2 {
	position:absolute;
	left:10px;
	top:359px;
	width:213px;
	height:47px;
	overflow:hidden;
	background-image:url(../img/btn_bluray.gif);
}
#btn_r2:hover {
	background-position:0px -47px;
}
#btn_r2 span {
	visibility:hidden;
}
*/


/* 動画カタログボタン */
.btn_catalog {
	position:absolute;
	width:94px;
	height:20px;
	overflow:hidden;
	background-image:url(../img/btn_catalog.gif);
}
.btn_catalog:hover {
	background-position:0px -20px;
}
.btn_catalog span {
	visibility:hidden;
}


/* 作品カタログ Flash */
#box_catalog {
	width:707px;
	height:417px;
	position:absolute;
	left:34px;
	top:83px;
}

