@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: #D819A6;
	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: #D819A6;
	line-height: 12px;
}
.cts {
	padding-top: 410px;
	background-image: url(img/contents_bg.jpg);
	background-repeat: no-repeat;
}
.subCatch {
	color: #D819A6;
	width: 950px;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 30px;
}
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);
}
.storyRead {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.pageTop {
	font-size: 12px;
	color: #D819A6;
	width: 950px;
}
.sp_re{
	padding-bottom: 20px;
	padding-left: 409px;
}
a:link{
	color:#D819A6;
	text-decoration:none;
}
a:visited{
	color:#D819A6;
	text-decoration:none;
}
a:hover{
	color:#D819A6;
	text-decoration: underline;
}
