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:center top;
	text-align:center;
}
/* contents */
#CONT{
	margin: 0 auto;
}
/* header */
header h1{
	margin:0px auto;
	padding:10px;
}
/* article */
article{
	height:250px;
}
article h3{
	font-weight:normal;
}
#FLAG{
	border:dotted 1px #999;
	line-height:0;
	padding:5px;
	display:inline-block;
	margin:0 auto;
}
#FLAG ul{
	display:inline;
}
#FLAG li{
	display:inline;
	text-align:center;
	margin:0;
	pading:0;
}
#FLAG li img{
	width:36px;
	margin:0 5px;
}
/* footer */
footer{
	margin:0 auto;
	text-align:center;
}


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

#AUTHOR{
	z-index:20;
}
#AUTHOR li{
	display:inline;
}
#AUTHOR li a{
}

#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;
}



