@charset "UTF-8";


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

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

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

.cr {
	font-size: 10px;
	color: #4EC7F0;
	line-height: 12px;
}
.sponcer_table {
	padding-top: 5px;
}
.bumpbnr {
	padding-right: 5px;
}


.txt_impmini {
	font-size: 12px;
}

a.txt_imp:link {
	color: #7BFFF9;
	text-decoration: none;
}

a.txt_imp:visited {
	color: #7BFFF9;
	text-decoration: none;
}
a.txt_imp:hover {
	color: #7BFFF9;
	text-decoration: none;
}