html,body
{
	margin: 0px;
	padding: 0px;
}

body#main_body
{
	background-color: #000000;
}

/* 特殊背景 */
div#background, div#background_top
{
	height: 768px;
	background-image: url(../image/back_2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	position: relative;
}

div#background
{
	min-width: 840px;
}

div#background_top
{
	min-width: 1024px;
}

/* header */
div#header
{
	height: 36px;
	width: 800px;
	margin: 0px auto;
	position: relative;
}

div#header img#unia_logo
{
	position: absolute;
	top: 3px;
	left: 670px;
}

div#header img#gesen18_logo
{
	position: absolute;
	top: 2px;
	left: 750px;
}

div#header img#twitter_logo
{
	position: absolute;
	top: 4px;
	left: 470px;
}

div#header img#karaoke_logo
{
	position: absolute;
	top: 4px;
	left: 300px;
}

div#header img#comic_logo
{
	position: absolute;
	top: 4px;
	left: 300px;
	height: 29px;
}

div#header img#back_to_top
{
	position: absolute;
	top: 7px;
	left: 230px;
}


/* footer */
div#footer
{
	margin: 5px 0px;
	line-height: 1.3em;
	text-align: center;
	font-size: 10pt;
	color: #ffffff;
}


/* EM */
em
{
	font-style: normal;
}

/* IMG */
img
{
	border: 0px;
}

/* BGM */
div#bgm_box_content
{
	position: absolute;
	top: 5px;
	left: 10px;

	width: 200px;
	font-size: 11pt;
	text-align: center;
	border: 1px #ffffff solid;
	background-color: #333333;
	color: #ffffff;
	padding: 3px;
}

div#bgm_box_content a.text
{
	color: #00ffff;
}

div#bgm_box_content a.text:hover
{
	text-decoration: none;
}

div#bgm_box_content strong.bgm_select
{
	color: #ff5555;
}



