@charset "utf-8";

html {
  height: 100%;
}

body {
	font: font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

a img { 
	border: none;
}

a:link {
	text-decoration: none; 
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}














/* ========== ヘッダー ========== */

#header {
	height: 30px;
	background-color: #0064AF;
}

.header_left {
	float: left;
}

.header_right {
	float: right;
	//margin-right: 50px;
}

.logo {
	background-color: #FFF;
	float: left;
	width: 205px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #0064AE;
}

.nav {
	float: right;
	letter-spacing: -.4em;
}

.nav ul li {
	display: inline-block;
	font-size: 0.8em;
	height: 30px;
	letter-spacing: normal;
}

.nav ul li a {
	color: #DCDDDD;
	font-weight: bold;
	margin: 0;
	padding: 0 15px 0 40px;
	display: block;
	line-height: 30px;
}

.nav ul li a:hover {
	color: #DCDDDD;
	background-color: #3E3A39;
}

.nav ul li.current {
	background-color: #333;
}

.nav ul li.current a:hover {
	cursor: default;
}

.login li {
	display: inline-block;
}

.login li span {
	display: block;
	line-height: 30px;
}

.login li a {
	color: #DCDDDD;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	line-height: 30px;
}

.login li a:hover {
	color: #FFF;
}


.user {
	color: #DCDDDD;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 50px 0 25px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

.dash,
.home,
.mainte {
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	float: left;
}
.header_logo {
	background-repeat: no-repeat;
	float: right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
}
