html{
	overflow-y: scroll;
}
body{
	background-color:#000000;
	font-size:small;
	line-height:1.5em;
	color:#ffffff;
	margin:0px;
	padding:0px;
}
body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
}
header, footer, article, section, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd {
	margin:0;
	padding:0;
}
h1{
}
h2{
}
li {
	list-style:none;
}
a {
	outline:none;
	text-decoration:underline;
	color:#e0e0e0;
}
a:hover {
	outline:none;
	text-decoration:none;
	color:#e0e0e0;
}
a img{
	border:none;
}
.align_left{
	text-align:left;
}
.align_center{
	text-align:center;
}
.align_right{
	text-align:right;
}
/* layout */
#WRAP{
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	background-size:cover;
	text-align:center;
}
/* contents */
#CONT{
	margin: 0 auto;
}
/* header */
header h1{
	margin:0px auto;
	padding:10px;
}
header h1 img{
	width:100%;
}
/* article */
article{
	height:auto;
	padding-bottom:50px;
}
article h3{
	font-weight:normal;
}
#FLAG{
	line-height:0;
	padding:5px;
	display:inline-block;
	margin:0 auto;
	width:80%;
	border:none;
}
#FLAG ul{
	display:-webkit-box;
	display:-moz-box;
	display:box;
	width:100%;
	text-align:center;
	magrin:2px 0;
}
#FLAG li{
	width:22%;
	float:none;
	height:auto;
	display:block;
	margin:1%;
}
#FLAG li img{
	line-height:0;
	width:100%;
}
/* footer */
footer{
	margin:0 auto;
	text-align:center;
}


#PLATFORM{
	z-index:10;
	left:0px;
}
#PLATFORM img{
	height:25px;
}

#AUTHOR ul{
	display:-webkit-box;
	display:-moz-box;
	display:box;
	width:100%;
}
#AUTHOR li{
	width:24%;
	float:none;
	height:auto;
	display:block;
}
#AUTHOR li img{
	line-height:0;
	width:100%;
}
#AUTHOR li.kg{
	text-align:center;
}
#AUTHOR li.gm{
	text-align:center;
}
#AUTHOR li.xs{
	text-align:center;
	padding:10px 0;
}
#AUTHOR li.ds{
	text-align:center;
}

#RIGHTS{
	clear:both;
	z-index:10;
	color:#ffffff;
	font-size:x-small;
	line-height:1.2;
}
#RIGHTS p{
	margin-bottom:10px;
	font-family: Arial, Meiryo, sans-serif;
}
#RIGHTS .logo_360{
	margin-left:1em;
}
#RIGHTS .cp{
	font-family: Arial, Meiryo, sans-serif;
}



