@charset "shift_jis";
* {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;

}


body {
	background-color: #000000;
	font-size: 12px;
}
a, a:link, a:visited {
	color: #FFFFFF;
}

.red {
	color: #FF0000;
}
.top {
	font-size: 12px;
	color: #CCCCCC;
	margin: 5px auto 5px auto;
	width: 100%;
	max-width: 600px;
}
.cl {
	clear: both;
}


h1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.table1 {
	width: 100%;
	height: 80px;
	margin: 0px auto auto auto;
	background-color: #FFFFFF;
	max-width: 800px;
}
.table2 {
	width: 100%;
	height: 480px;
	margin: 0 auto auto auto;
	background-color: #FFFFFF;
	max-width: 800px;
}
.table3 {
	width: 100%;
	height: 250px;
	margin: 0 auto 30px auto;
	background-color: #FFFFFF;
	max-width: 800px;
}
.table-wrap {
	width: 810px;
	height: 820px;
	top: 50%;
	left: 50%;
	margin: -410px auto auto -410px;
	position: absolute;
}



.l200 {
	width: 10px;
	height: 480px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../image/top/cell200-l.gif);
	max-width: 10px;
	background-color: #000;
}
.c200 {
	width: auto;
	height: 480px;
	background-repeat: repeat-x;
	vertical-align: top;
	background-image: url(../image/top/cell200-c.gif);
	max-width: 200px;
	background-color: #000;
}
.r200 {
	width: 10px;
	height: 480px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../image/top/cell200-r.gif);
	max-width: 10px;
	background-color: #000;
}




.l800-1 {
	width: 10px;
	height: 80px;
	background-image: url(../image/top/cell800-1-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	max-width: 10px;
}
.c800-1 {
	width: auto;
	height: 80px;
	background-image: url(../image/top/cell800-1-c.gif);
	background-repeat: repeat-x;
	max-width: 780px;
}
.r800-1 {
	width: 10px;
	height: 80px;
	background-image: url(../image/top/cell800-1-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	max-width: 10px;
}
.l800-2 {
	width: 10px;
	height: 250px;
	background-image: url(../image/top/cell800-2-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.c800-2 {
	width: auto;
	height: 250px;
	background-image: url(../image/top/cell800-2-c.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	max-width: 780px;
}
.r800-2 {
	width: 10px;
	height: 250px;
	background-image: url(../image/top/cell800-2-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.c800-2  a,.c800-2  a:link  {
	color: #0099FF;
}


.flash {
	width: auto;
	height: 480px;
	background-color: #000000;
	line-height: 20px;
	max-width: 600px;
	min-width: 60%;
	text-align: left;
	padding: 0;
}
.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 {
	line-height: 20px;
	float: left;
	list-style-type: none;
	margin: 0 0 0px 0px;
	width: 90%;
	display: block;
	font-size: 20px;
	padding: 2px 0 2px 0;
}

.flash li a {
	color: #FFFFFF;
	line-height: 20px;
	border: 2px solid #ffffff;
	padding: 2px 5px 2px 5px;
	margin: 0 0 0px 0px;
	list-style-type: none;
	width: 90%;
	display: block;
}
.flash li a:hover {
	background-color: #F00;
	color: #FFF;
}



.c200 ul {
	margin: 10px 0 0 0;
}

.c200  li  {
	text-align: right;
	padding: 10px 0 10px 0;
	list-style-type: none;
	width: 180px;
	display: block;
}
.c200 li a {
	display: block;


}

.c200 li a:link {
}
.c200 li a:visited {
}


.c200 li a:hover {
	background-image: url(../image/arrow-anime.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	display: block;



}
.c800-2 dl {
	margin: 10px 0 0 10px;
	height: 225px;
	overflow: auto;
}
.c800-2 dd {
	line-height: 20px;
}
