@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
	border: 0;
}
body {
	background-color: #000000;
}
.cl {
	clear: both;
}

table {
	width: 100%;
	height: 600px;
	margin: 0px auto auto auto;
	/* [disabled]left: 50%; */
	top: 50%;
	/* [disabled]position: absolute; */
	background-color: #FFFFFF;
	max-width: 720px;
}
a,a:link,a:visited,a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.l50-1 {
	width: 10px;
	background-image: url(../image/top/cell50-l.gif);
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
}
.r50-1 {
	width: 10px;
	background-image: url(../image/top/cell50-r.gif);
	height: 50px;
	background-repeat: no-repeat;
	background-position: right top;
}
.l50-2 {
	width: 10px;
	background-image: url(../image/top/cell50-l-2.gif);
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
}
.r50-2 {
	width: 10px;
	background-image: url(../image/top/cell50-r-2.gif);
	height: 50px;
	background-repeat: no-repeat;
	background-position: right top;
}

.bg50-1 {
	background-image: url(../image/top/cell50-bg.gif);
	width: auto;
	height: 50px;
	background-repeat: repeat-x;
	max-width: 520px;
}
.bg50-2 {
	background-image: url(../image/top/cell50-bg.gif);
	width: auto;
	height: 50px;
	background-repeat: repeat-x;
	max-width: 160px;
}
.l200 {
	width: 10px;
	background-image: url(../image/top/cell200-l.gif);
	height: 200px;
	background-repeat: no-repeat;
	background-position: left center;
}
.r200 {
	width: 10px;
	background-image: url(../image/top/cell200-r.gif);
	height: 200px;
	background-repeat: no-repeat;
	background-position: right center;
}
.bg200 {
	background-image: url(../image/top/cell200-bg.gif);
	width: auto;
	height: 200px;
	background-repeat: repeat-x;
	vertical-align: top;
	max-width: 520px;
}
.l600 {
	width: 10px;
	background-image: url(../image/top/cell600-l.gif);
	height: 600px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0033FF;
}
.r600 {
	width: 10px;
	background-image: url(../image/top/cell600-r.gif);
	height: 600px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #0033FF;
}
.bg600 {
	background-image: url(../image/top/cell600-bg.gif);
	width: auto;
	height: 600px;
	background-repeat: repeat-x;
	vertical-align: top;
	background-color: #0033FF;
	max-width: 160px;
}
.flash {
	width: auto;
	height: 350px;
	background-color: #0033FF;
	border: 0;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	line-height: 0;
	max-width: 540px;
	background-image: linear-gradient(180deg, rgba(0, 122, 255, 1), rgba(78, 67, 181, 1));
}
.flash ul {
	animation-name: dq-menu;
    animation-fill-mode:backwards;
    animation-duration:1.5s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay: 0s;
    animation-direction:normal;
}
@keyframes dq-menu{
  0% {
    opacity: 0;
	transform: translateX(25px);
  }

  100% {
    opacity: 1;
	transform: translateX(0);
  }
}
.flash li {
	padding: 2px 0 2px 0;
	line-height: 20px;
	float: left;
	list-style-type: none;
	width: 50%;
	display: block;
	min-width: 50%;
}
.flash li a {
	color: #FFFFFF;
	line-height: 40px;
	border: 2px solid #ffffff;
	padding: 2px 0 2px 5px;
	margin: 0 0 0px 0px;
	list-style-type: none;
	width: 50%;
	display: block;
	font-size: 15px;
	background-color: #3B3BC0;
	font-weight: bold;
	min-width: 50%;
	border-radius: 5px;
	background-image: linear-gradient(180deg, rgba(0, 122, 255, 1), rgba(78, 67, 181, 1));
}
.flash li a:hover {
	background-color: #F00;
	color: #FFF;
	background-image: linear-gradient(90deg, rgba(0, 122, 255, 1), rgba(78, 67, 181, 1));
}

h1 {
	font-size: 13px;
}

.caption {
	font-size: 16px;
}
.bg200 ul {
	height: 185px;
	overflow: auto;
	margin: 5px auto 5px auto;
}

.bg200 li {
	list-style-type: none;
	text-align: left;
	padding: 2px 0 2px 0;
}
.bg600   ul {
	overflow: hidden;
	margin: 5px auto auto auto;
}
.bg600   li {
	list-style-type: none;
	text-align: right;
	padding: 5px 0 5px 0;
}
.bg600   li   a {
	padding: 3px 0 3px 0;
	display: block;
	list-style-type: none;

}
.bg600    li    a:hover {
	background-image: url(../image/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.red {
	color: #FF0000;
}


#t-navi {
	width: 100%;
	background-color: #0000FF;
	height: 20px;
	background-image: url(../image/t-navi.gif);
	position: absolute;
	top: 0px;
}
#t-navi ul {
	padding-top: 3px;


}
#t-navi li {
	float: left;
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 12px;
	list-style-type: none;
}
#t-navi    li    a {
	color: #33FFFF;
	font-weight: normal;
	text-decoration: none;
}
#t-navi li a:hover {
	color: #FF0000;
	font-weight: normal;
}
