﻿@charset "utf-8";

/* ---------- default reset ---------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body
{
	background-color:#000;
	height: 100%;
	overflow: hidden;
	
	/* typography */
	color: #999;
	font-size: 9px;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#flashcontent {
	height: 100%;
}

#flashcontent:focus {
	outline:none;
}

.header
{
	position: absolute;
	margin: 0px auto;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 31px;
	display: inline;
}

#logo
{
	float: left;
	margin:auto;
	margin-left: 75px;
	width: 200px;
}

#top_menu
{
	float: left;
	margin: auto;
	margin-left: 50px;
	height: 32px;
}

#top_menu ul
{
	margin: 6px auto;
}

#top_menu ul li
{
	list-style: none;
	margin-right: 20px;
	float: left;
	width: auto;
}

#top_menu ul li a
{
	display: block;
	text-transform: none;
	text-decoration: none;
	color: #999;
}

#top_menu ul li a:hover
{
	text-transform: none;
	text-decoration: none;
	color: #fc03b6;
}

#top_menu ul :hover ul
{
	clear: left;
	float: none;
	margin: 0;
	position: relative;
	top: 11px;
	left: 0px;
	height: auto;
	width: auto;
	overflow: visible;
}

ul#works_submenu
{
	clear: left;
	float: none;
	margin: 0;
	position: absolute;
	top: 0px;
	left: -9999px;
	height: 0;
	width: 0;
	overflow: hidden;
}

ul#works_submenu li
{
	clear: left;
	margin: 0;
	margin: -2px -100px 0 -10px;
	padding: 0 20px 0 10px;
	line-height: 2.5em;
	width: 60px;
	/*border-left: 3px solid #303030;*/
	
	background-color: #111;
}
