/*
	ヘッダ画像を指定 - 1040*112
*/
div#header{
	background:url(../img/lr_main_head.jpg) no-repeat;
}

div#movieDownLoad,div#trialDownLoad{
	position:relative;
	width:940px;
	height:378px;
}

div#movieDownLoad h2,div#trialDownLoad h2{
	position:absolute;
	width:202px;
	height:22px;
	background:url(../img/lr_download_parts.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	margin:10px 0 0 375px;
}

div#trialDownLoad h2{
	background:url(../img/lr_download_parts.jpg) 0 -174px no-repeat;
}

span.thumb01,span.thumb02{
	position:absolute;
	display:block;
	width:202px;
	height:152px;
	background:url(../img/lr_download_parts.jpg) 0px -22px no-repeat;
	margin:110px 0 0 140px;
}

span.thumb02{
	background:url(../img/lr_download_parts.jpg) 0px -196px no-repeat;
	margin:110px 0 0 610px;
}

table.movie,table.trial{
	position:absolute;
	border:2px solid #fff;
	border-collapse:collapse;
    background-color:#ffffff;
    empty-cells:show;
	font-size:12px;
	width:352px;
	zheight:261px;
	margin:60px 0 0 533px;
}

table.trial{
	margin:60px 0 0 55px;
}


table.movie th,table.trial th{
	border-bottom:2px solid #fff;
    color:#fff;
    background-color:#ff86c5;
    padding:0.3em 1em;
    text-align:center;
}

table.movie td,table.trial td{
    border-right:1px solid #fff;
    padding:0.2em 1em;
}

.even{
	background-color:#fff5fa;
}

table a:link,table a:visited{
	text-decoration:none;
	color:#5e0041;
}

table a:hover{
	color:red;
	border-bottom:dotted 1px red;
}
