@charset "UTF-8";
/* CSS Document */

*{
    margin: 0 auto;
}
html, body {
    height: 100%;
}

body {
background-color: #000000;

}

#bg {
margin:auto;
	position:relative;
background-position: center;
	background-image:url(img/bugrock_bg.gif);
	background-repeat:no-repeat;
	height:650px;
	width:830px;
}

#btn{
width:336px ;
height:32px ;
float:left ;
position:absolute;
margin-top:3%;
margin-left:11%;
text-align:left;
padding-top:15px;
}

li{
list-style-type:none;
}
	

iframe{
width:380px;
height:580px;
padding:2px;
position:absolute;
top:3%;
left:52%;
border:0px none;

}
	
		
a img {
border-style : none; /* 枠を非表示 */
border-width : 0px; /* 枠の幅を0pxに設定 */
text-decoration : none; /* 装飾を表示しない */
background-color: #ffffff; /*背景色→白*/
}

a:focus { -moz-outline-style: none; } /*Firefoxリンク訪問後の点線消去*/


a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #999999;
  text-decoration: underline overline;
}
a: active {
  color: #999999;
  text-decoration: underline overline;
}


.style1 {
color: #000000;
	font-size: x-small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}