@charset "UTF-8";

/*--------------------------------------------------------------------
　トップページ用CSS
----------------------------------------------------------------------*/
/*--------------------------------------------------------------------
　#container-top　使用
----------------------------------------------------------------------*/
#container-top{
	width:865px;
	margin:0 auto;
}

/*--------------------------------------------------------------------
　#left-col　使用
----------------------------------------------------------------------*/
#left-col{
	width:615px;
	float:left;
}

#tv{
	width:615px;
	height:589px;
	display:block;
	background:url("/common/images/top/bg_tv.gif") no-repeat;
	position:relative;
}

#flash{
	width:585px;
	height:439px;
	display:block;
	position:absolute;
	top:46px;
	left:15px;
}

/*--------------------------------------------------------------------
　#right-col　使用
----------------------------------------------------------------------*/
#right-col{
	width:225px;
	float:right;
}

#login{
	margin:25px 0 45px 0;
}

#login table.btn-box{
	width:225px;
}

#login table.btn-box td{
	text-align:center;
}

#info dl{
	width:225px;
}

#info dl dt{
	padding:15px 0 0 0;
}

#info dl dd{
	padding:0 0 15px 0;
	border-bottom:1px solid #dcdcdc;
}

/*--------------------------------------------------------------------
　clearfix
----------------------------------------------------------------------*/
#container-top:after,
.clearfix:after{
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}

* html #container-top,
* html .clearfix{
	display:inline-block;
}

#container-top,
.clearfix{
	height:1%;
}

