@charset "utf-8";

/*-- **************** --*/
/*-- トップページ要素 --*/
/*-- **************** --*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}
body {
	background: #fff url(../img/bg_content.gif) repeat-y right top;
	height: 100%;
	color: #444;
}

p {
	font-size: 12px;
	line-height: 1.5em;
}
img {
	border: 0;
	vertical-align: top;
}

/*-- リンク指定 --*/

a:link,
a:visited,
a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------*/
/*-- レイアウト・コンテンツ要素 --*/

#container {
	width: 100%;
	height: 100%;
}
#flashcontent {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 110px;
	z-index: 1;
}
#global-navi {
	width: 110px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
#global-navi ul {
	height: 490px;
	margin: -245px 0 0 0;
	position: absolute;
	top: 50%;
}
#global-navi li {
	list-style-type: none;
	font-size: 1px;
	line-height: 100%;
	padding: 22px 0;
}
.copyrights {
	display: none;
	line-height: 100%;
	clear: both;
}
