a:link,a:visited,a:hover,a:active {
	color: #ffc0cb; text-decoration: none;
}

div.pop {
/*	width: 300;*/
	padding: 30 0 30 0;
}
div.pop div.title {
	width:100%;
	text-align:center;
	height:50;
}
div.pop div.title span {
	font-size:1.7em;
}
div.pop img {
	width: 80%;
}

p {
	margin: 0 0 1em 0;
}
table.title {
	padding: 20 0 20 10;
}
table.title tr td {
	padding: 0px 20px 0px 0px;
	
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	margin: 0 auto;  
	width: 600px;
	max-width: 80%;
}



body {
	line-height: 180%;
	margin: 0px;
	width:100%;
	height:100%;
//	background-color:transparent;
	background-color:black;
	color: white;
	font-size: 90%;
	font-family:”ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pro”,Osaka,”ＭＳ Ｐゴシック”,”MS PGothic”, sans-serif;
} /* opacity is not work well. does not composed with gl image. */
h1 {
	background: -webkit-gradient(linear, left top, right top, from(#3e3b42), to(#000000));
	padding: 0.5em 0.0em;
	font-size: 1.2em;
}
table.result {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
table.result td {
	text-align: center;
}
table.result td.left {
	width: 50%;
}
table.result td.right {
	width: 50%;
}
table.result td img {
	width: 100%;
}
img.screen {
	float: right;
	width: 60%;
}
img.center {
	width: 100%;
}
div.clear {
	clear: both;
}
div.center {
	text-align: center;
	margin: 0 auto;  
}
p.warn {
	color: #909090;
	margin: 0;
}



