@charset "UTF-8";
/* CSS Document */
@charset "utf-8";

/* 印刷ボタン
---------------------------------------------*/
#print {
	position: absolute;
	right: 17px;
	top: 37px;
}

/* 基本スタイル

---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 70%;
	line-height: 1.2;
	color: #999999;
	background-color: #000000;
	background-image: url(../img/all/bg_00.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* ロゴ
---------------------------------------------*/
#header {
	padding-top: 56px;
	width: 900px;
	position: relative;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 56px;
	
}
#logo img {
	position: absolute;
}

/* ナビゲーション
---------------------------------------------*/
#naviDV{
	position: absolute;
	left: 250px;
	top: 14;
	width: 650px;
	height: 40px;
}
#globalNav {
	width: 650px; 
}
#globalNav li {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#globalNav li a {
	line-height: 2.5em;
	color: #EEEEEE;
	text-decoration: none;
}
#globalNav li a:hover {
	color: #60B5C9;
}
#globalNav li .onStatus {
	line-height: 2.5em;
	color: #60B5C9;
}