﻿@charset"utf-8";


/*
【トップページ表示用テーブル】
*/

#toptable {
	align: center;
	margin-top: 20px;
	width: 900px;
	height: 493px;
	max-width: 900px;
	min-width: 900px;
	max-height: 493px;
	min-height: 493px;
	border: none;
	_padding: 0px;
	border-collapse: collapse; 
	border-spacing: 0px; 
}

#tt_left {
	background-image: url("../../images/index_left.jpg");
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 615px;
	height: 493px;
	max-width: 615px;
	min-width: 615px;
	max-height: 493px;
	min-height: 493px;
	vertical-align: bottom;
	text-align: left;
}

#tt_righthigh {
	background-image: url("../../images/index_right_high.jpg");
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 285px;
	height: 233px;
	max-width: 285px;
	min-width: 285px;
	max-height: 233px;
	min-height: 233px;
}

#tt_rightlow {
	background-image: url("../../images/index_right_low.jpg");
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 285px;
	height: 260px;
	max-width: 285px;
	min-width: 285px;
	max-height: 260px;
	min-height: 260px;
}

/* ----- flowplayer用 ----- */

/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:512px;
	height:418px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background:url(../../common/images/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-234px;
	left:0px;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}

