@charset "UTF-8";


/*
#content {
	position: relative;   
	z-index: 1;
}
#flash {
	position: absolute;  
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/


html,body{
height:100%;
}
table.maintable {
	height:100%;
	min-height:100%;
}

body {
	background-color: #D70000;
	background-image: url(img/bg_loop.jpg);
    background-attachment: fixed;
	background-repeat: repeat-x;
}

#Container{
	background-image: url(img/bg.jpg);
    background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
    min-height:100%;
}

.cr {
	font-size: 10px;
	color: #D70000;
	line-height: 12px;
}
.cts {
	padding-top: 445px;
	background-image: url(img/contents_bg.jpg);
	background-repeat: no-repeat;
}
html > body div.header_page{
	position: fixed;
	z-index: 5;
	height: 138px;
	width: 1050px;
	left: 50%;
	margin-left: -525px;
	top: 0px;
	background-image: url(img/head_bg.gif);
}
table.hyou{
  border-collapse:separate;
  border: none;
  border-spacing: 2px;
}
.newsTTL {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #D70000;
	padding-left: 22px;
}
.cdTTL {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #D70000;
}
.newsUPDATE {
	font-size: 12px;
	line-height: 14px;
	color: #D70000;
	padding-left: 22px;
}
.newsBODY {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
.newsBODY2 {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.newsBODY3 {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
.newsCAUTION {
	font-size: 12px;
	line-height: 14px;
	color: #FFFF00;
}
.newsPICT {
	padding-bottom: 10px;
}
.newsCAPTION {
	font-size: 12px;
	line-height: 16px;
	color: #D70000;
	padding-left: 15px;
	width: 415px;
}
.newsCAPTION2 {
	font-size: 12px;
	line-height: 16px;
	color: #D70000;
	padding-left: 15px;
}
.newsCAPTION3 {
	font-size: 12px;
	line-height: 16px;
	color: #D70000;
}
.newsCAPTION_BK {
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.movieCAPTION {
	font-size: 12px;
	line-height: 14px;
	color: #D70000;
}
.movieCAPTION2 {
	font-size: 14px;
	line-height: 16px;
	color: #D70000;
}
.movieListTTL{
	padding-top: 15px;
}
.movieCAPTION {
	font-size: 12px;
	line-height: 14px;
	color: #D70000;
}
.link {
	font-size: 16px;
	color: #D70000;
}
.pageTop {
	font-size: 12px;
	color: #D70000;
}
.txtred {
	color:#D70000;
}
a.linkBlue:link{
	color:#66CC00;
	text-decoration:none;
}
a.linkBlue:visited{
	color:#66CC00;
	text-decoration:none;
}
a.linkBlue:hover{
	color:#ff0000;
	text-decoration: underline;
}
a:link{
	color:#D70000;
	text-decoration:none;
}
a:visited{
	color:#D70000;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration: underline;
}