<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container1{
    background: url(bg.jpg) no-repeat top center;
    font-family:Futura, "Century Gothic", AppleGothic, sans-serif;
    overflow:hidden;
	height:730px;
}


.littleBoxes{
    width:350px;
    height:350px;
    margin:0 auto;
    position:relative;
}
.littleBoxes &gt; div{
    position:absolute;
    width:94px;
    height:94px;
    text-align:center;
    border:1px solid #817080;
    overflow:hidden;
    background-color:#f7f7f7;
    -moz-box-shadow:0px 0px 0px #555;
    -webkit-box-shadow:0px 0px 0px #555;
    box-shadow:0px 0px 0px #555;

    z-index:999;
}
.littleBoxes div a{
    text-transform:uppercase;
    font-size: 14px;
    font-weight:bold;
    letter-spacing:-1px;
    display:block;
    line-height:40px;
    text-decoration:none;
    color:#fff;
    /*background:url(bgItem.png) repeat-x top left;*/
    outline:none;
    text-shadow:1px 1px 1px #888;

}
.littleBoxes div a:hover{
  color: #faaa66;
  }
  
.littleBoxes div.boxcontent{
    width:980px;
    height:680px;
    text-align:left;
    padding:10px;
    font-size:16px;
    /*background-color:#f0f0f0;
    border:2px solid #fff;*/
    margin:10px 0px 0px 10px;
    text-shadow:1px 1px 1px #fff;
    -moz-box-shadow:1px 1px 3px #777;
    -webkit-box-shadow:1px 1px 3px #777;
    box-shadow:1px 1px 3px #777;
    /*opacity:0.8;*/
    display:none;
}
.bg1, .bg2, .bg3, .bg4{
    background-repeat:no-repeat;
	background-position:right; 
}
.bg1{
    background-image:url(../images/1_ashes1.jpg);   
}
.bg2{
    background-image:url(../images/1_fallenfamily1.jpg);
}
.bg3{
    background-image:url(../images/1_dynasty.jpg);
}
.bg4{
    background-image:url(../images/1_konica.jpg);
}
.bg5{
    background-image:url(../images/1_wish.jpg);
}

#TV-List-Menu-left {
	margin-top:100px;
	float:left;
	width:280px;
	color: #FF9900;
}

.tv_year {color:#999999}

#TV-List-Menu-right {
	margin-left: 10px; 
	margin-top: 50px;
	float:left;
	width:280px;
	color: #FF9900;
	}
	
.tv{
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding-left:40px;
	width:600px;
	float: left;
	padding-top: 25px;	/*background-color: #241E20;*/
	margin-left:0px;
	margin-right: 2px;
}
.tv p{ font-size:15px; line-height:20px; color:#333;}
.tv h2{ font-size:24px; color:#000;}


.tv_header{width:100%}
.tv_left{
	width:650px;
	padding:0px 10px;
}
.tv_right{width:350px; margin-left:700px; margin-bottom:20px; margin-top:-10px;}
#content_tv{
	background-color:#F0F0F0;
	height:auto;
	width: 1021px;
	overflow: hidden;
	margin-left:2px;
	padding:0px;
}

.tv_title{
	font-size:22px;
	color: rgba (0,0,0,0.2);
	text-shadow: 2px 2px 3px rgba(255,255,255,0.3);
	padding: 5px;
}
.tv_subtitle{
	font-size:11px;
	color: #FFF;
	padding: 5px;
}
</pre></body></html>