@charset "utf-8";


/*
-----------------------------------------------
暴君ハバネロ　大預言ライブ Basic Styles
Author: yoo t h (oortensia@hotmail.com)
Version: ver.1.0 15 Mar 2010
----------------------------------------------- */


/* Styles are organized according to the following sections
---------------------------------------------------------------------------------

	1. Elements

---------------------------------------------------------------------------------

*/


/*  1. Elements
--------------------------------------------------------------------------------- */

html{
}

body{
	background-color:#000000;
	text-align:center;
}

/*  1. CLASS and ID
--------------------------------------------------------------------------------- */
.container{
	position:relative;
	margin:0px auto 0px auto;
	width:1200px;
	height:1375px;
	background-color:#000000;
	text-align:left;
}

.content{
	position:relative;
	width:1200px;
	height:1375px;
	text-align:left;
}

#flash{
position:absolute;
z-index:0;
top:0px;
left:0px;
width:1200px;
height:1375px;
background-color:#000000;
}

#ust{
position:absolute;
visibility:hidden;
overflow:hidden;
z-index:10;
top:219px;
left:75px;
width:483px;
height:380px;
background-color:#000000;
}

#ust object,
#ust embed{
background-color:#000000;
}


/*  3. Miscellaneous
--------------------------------------------------------------------------------- */
/*  3.1 Clearfix
------------------------------------------------------------ */
.content:after{
	display: block;
	clear: both;
	height: 0.1px;
	line-height:0px;
	visibility: hidden;
	content: " ";
	font-size: 0.1em;
}

* html .content{
	display:block;
}

* html .content{
	height: 1%;
}

.content{
	display: block;
}
/* */

/*  3.2 Text Highlighter For Mozilla
-------------------------------------------------------------*/
::-moz-selection {
	background-color:#9E0000;
	color:#ffffff;
}

::selection {
	background-color:#9E0000;
	color:#ffffff;
}

.clear{ clear:both; }