/* ---------- サイトロゴ ---------- */
div#header div#siteheader h1 {
	width:260px;
	height:60px;
	margin:0;
}

div#header div#siteheader h1 a {
	display:block;
	height:60px;
	text-indent:-10000px;
	text-decoration:none;
	background:url(../img/header/logo.png) no-repeat top left;
}

/* ---------- ローディング ---------- */
p.maploading {
	width:none;
	margin:0;
	padding:0;
}

p.maploading img {
	display:inline;
	vertical-align:middle;
	margin-right:0.3em;
	border:none;
}

/* ---------- aboutus ---------- */
div#aboutus h2 {
	height:18px;
	text-indent:-10000px;
	line-height:100%;
	background:#ccc url(../img/title/aboutus.gif) no-repeat top left;
	margin:0 0 0.3em 0;
}

/* ---------- ネットワーク一覧 ---------- */
div#aboutus ul.networks {
	font-weight:bold;
}

div#aboutus ul.networks li {
	margin-bottom:0.3em;
}

div#aboutus ul.networks li a:hover {
	text-decoration:none;
	border-bottom:1px dotted;
}


