/* ///////////////////////////////////////////// */
/* Reset */
/* ///////////////////////////////////////////// */

/**{
 margin: 0;
 padding: 0;
 list-style: none;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
img {
	border-style: none;
}*/


/* ///////////////////////////////////////////// */
/* tag */
/* ///////////////////////////////////////////// */

html,body {
 width: 100%;
 height: 100%;
}
#demonsContents a {
	color: #99CCFF;
}
#demonsContents a:link {
	text-decoration: none;
	color: #99CCFF;
}
#demonsContents a:visited {
	text-decoration: none;
	color: #99CCFF;
}
#demonsContents a:hover {
	text-decoration: underline;
	color: #99CCFF;
}
#demonsContents a:active {
	text-decoration: none;
	color: #99CCFF;
}


/* ///////////////////////////////////////////// */
/* ID */
/* ///////////////////////////////////////////// */

#demonsContents {
	background-color: #000;
	margin: 0 auto;
}
/*#headerBOX	{
	width: 100%;
	background: url(../images/bg_header.gif) repeat-y center top;
}
#header	{
	width: 810px;
	height: 100px;
	margin: 0px auto;*/
	/* background: url(../images/dummy_header.jpg); */
}
#PS3Bar	{
	background: url(../images/bg_ps3_bar.gif) repeat-x left top;
	height: 33px;
	width: 790px;
	margin: 0px auto;
	text-align: right;
	padding-right: 20px;
}
#flash	{
 min-width: 810px;
	width: 100%;
	height: 653px;
}
#Ike_footer	{
 width: 810px;
	margin: 0px auto;
	padding-bottom: 10px;
}
.Lbtn	{
 float: left;
	margin-right: 5px;
}
.copy	{
	font-size: 11px;
	color: #ffffff;
	padding: 10px 5px;
	float: right;
}

/* ///////////////////////////////////////////// */
/* class */
/* ///////////////////////////////////////////// */

.clear {
 clear: both;
 font-size: 1px;
 margin-top: -1px;
}

/* ///////////////////////////////////////////// */
/* no flash */
/* ///////////////////////////////////////////// */

#noFlash{
 width: 100%;
	height: 653px;
	background: url(../images/bg_noFlash.jpg) no-repeat center top;
}
#noFlash #alert{
 width: 780px;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 90%;
	color:			#ffffff;
}
#alert p{
	line-height:	120%;
	text-align: center;
}
#alert em{
	color:			#ffffff;
	font-style:		normal;
}
#alert dt{
	margin-bottom:	0.5em;
	font-weight:	bold;
	color:			#ffffff;
}
#alert dd{
	margin-bottom:	1em;
	line-height:	120%;
}
#alert a	{
	color:#CCCCFF;
	font-weight: bold;
}

