@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: #5F2196;
	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: #5F2196;
	line-height: 12px;
}
.profile {
	font-size: 12px;
	color: #5F2196;
	line-height: 15px;
}
.release {
	font-size: 12px;
	color: #5F2196;
}
.CDNO {
	font-size: 10px;
	color: #5F2196;
}
.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);
}
.ctgry {
	width: 980px;
}
.pageTop {
	font-size: 12px;
	color: #5F2196;
	width: 950px;
}
a:link{
	color:#5F2196;
	text-decoration:none;
}
a:visited{
	color:#5F2196;
	text-decoration:none;
}
a:hover{
	color:#5F2196;
	text-decoration: underline;
}