@CHARSET "UTF-8";

body{
	background-color:#000000;
	margin-left:auto;margin-right:auto;
	text-align:left;
	color:#ffffff;
	font-size:11px;
	font-family:YuGothic, Meiryo, sans-serif;
	font-weight:600;
}

@-webkit-keyframes bgiLoop {
  0% {
	background-position:0 0;
  }
  100% {
	background-position:-300px -300px;
  }
}
@keyframes bgiLoop {
  0% {
	background-position:0 0;
  }
  100% {
	background-position:-300px -300px;
  }
}
div.contents {
	margin:auto;
}
div.credit {
	width:100%;
	text-align:center;
	font-size:15px;
/*	border: medium solid #ff00ff;*/
}

span.credit-job{
	color:#BBBBBB;
	font-size:80%;
	font-weight:700;
}
span.credit-job-ul{
	color:#BBBBBB;
	font-size:80%;
	font-weight:700;
	text-decoration: underline;
}
span.credit-name{
	color:#ffffff;
	font-size:90%;
	font-weight:700;
}
span.credit-co{
	color:#ffffff;
	font-size:90%;
	font-weight:700;
}

span.header{
	color:white;
	font-size:125%;
	font-weight:700;/*‘¾‚³*/
}

table.credit-2col{
/*	width: 70%;
	border: 2px #ff0000 solid;*/
	margin:auto;
	text-align:center;
	border-collapse: separate;
}
table.credit-3col{
/*	width: 90%;
	border: 2px #ff0000 solid;*/
	margin:auto;
	text-align:center;
	border-collapse: separate;
}
td.credit{
/*	border: 2px #ff0000 solid;*/
	width: 200px;
/*	width: 45%;*/
}
tr.credit{}

img.bar {
	width: 5%;
}
img.logo {
	/*width: 45%;*/
	width:150px;
}

a:link {
	color:#00ffff;
}
a:visited {
	color:#33aaff;
}

