﻿*{
	margin:0;
	padding:0;
	outline:none;
  font-family:"ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,Arial,Helvetica,sans-serif;
}

html{
	height:100%;
	background:#000000;
	overflow:hidden;
}

body{
	height:100%;
  background:url(images/bg00.jpg) no-repeat center center;
	color:#ffffff;
  font-size:12px;
	line-height:22px;
  letter-spacing:1px;
	overflow:hidden;
}

br{
	letter-spacing:0px;
}

img{
	border:none;
}

a{
  text-decoration:underline;
}

.png{
	behavior:expression(IEPNGFIX.fix(this));
}


/* BODY */
#wrap{
	height:100%;
  background:url(images/bg_mask.png) repeat-y top left;
	behavior:expression(IEPNGFIX.fix(this));
}
#container{
	height:100%;
  background:url(images/bg_mask.gif) repeat-y top left;
}
#contents{
	height:100%;
	overflow:auto;
}
.content{
  padding:40px 30px;
}

#flipflash{
	width:200px;
	height:120px;
	margin:30px 0px;
	background:#000000;
}
