@charset "UTF-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,var,th{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


body {
	background:#000;
	font-family:Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	width:100%;
	height:100%;
}

html, body {
	height:100%;
}

html>/**/body{
	overflow:-moz-scrollbars-vertical;
}

html:first-child body{
	padding-bottom:1px;
}

a,a:link,a:visited,a:active {
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	color:#cc1853;
}

object,embed {
	z-index:0;
}

#content ,
#flashcontent ,
#content-inner {
	height:100%
}

flashcontent > #content-inner {
	height:auto;
	min-height:100%;
}


/* content-inner
-------------------------------------------------------------------------------- */

#content-inner {
	text-align:left;
}

#content-inner h1 {
	padding:19px 0 55px 18px;
}

#content-inner #g-navi li {
	padding:0 0 25px;
}

#notes {
	font-size:70%;
}


/* foot
-------------------------------------------------------------------------------- */

#flashcontent #foot {
	position: relative;
	clear: both;
	height:30px;
	margin-top: -30px; /* negative value of footer height */
}

#flashcontent #foot-inner {
	padding:0 20px;

}

#flashcontent #foot ul {
	float:left;
}

#flashcontent #foot li {
	float:left;
	margin:5px 10px 0 0;
}

#flashcontent #foot #foot-box {
	float:right;
	width:166px;
	margin:6px 0 0;
}

#flashcontent #foot #foot-box p {
	float:left;
	margin:0 10px 0 0;
}
