@charset "UTF-8";

html {
	height: 100%;
	overflow-y:scroll;
}

body {
  font-size: 13px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
	color: #333333;
	background:#f2efe3;
	
	}

#wrapper{
	width:100%;
	height:100%;
}

#loadlogo{
	width:223px;
	height:60px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-430px;
	background:url(../img/coqule_logo.jpg) center no-repeat;	
}

table {
	width:100%;
	height:100%;
	border:0;
}

td {
	text-align:center;
}

img {
	border:none;
}

a,a:link   { color: #ffffff; text-decoration: none;border:none;}
a:hover    { color: #eb8f1b; text-decoration: none;border:none;}
p          { line-height: 1.7; margin-top: 0; margin-bottom: 0.5em;}
ul, ol, dl { line-height: 1.3; margin-top: 0; margin-bottom: 0;}
dt         { font-size: 17px; line-height: 1.3; margin-top: 0; margin-bottom: 0;}
dd         { font-size: 13px;}


#flashcont{
width:100%;
height:100%;
}

#flplayer{
width:700px;
height:300px;
margin:auto;
margin-top:200px;
text-align:center;
}
#flplayer img{
margin:0 auto;
}


#external {
    position: absolute; 
	top: 0;
}

iframe {
    width: 0;
    height: 0;
}
