/* ロゴ */
div#header div#siteheader h1 a {
	background-image:url(../img/header/logo.gif);
}

/* ---------- 国内ネットワーク ---------- */
div#network {
	position:relative;
	width:790px;
	margin-bottom:10px;
}

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

/* ---------- 国内ネットワーク（沖縄・八重山） ---------- */
div#other_network {
	position:relative;
	float:left;
	width:390px;
	margin-right:10px;
	margin-bottom:10px;
}

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

/* ---------- 海外ネットワーク・シンガポール ---------- */
div#overseas_network {
	position:relative;
	float:left;
	width:390px;
	margin-bottom:10px;
}

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

/* ---------- 海外ネットワーク・バンクーバー ---------- */
div#overseas2_network {
	position:relative;
	float:left;
	width:390px;
	margin-right:10px;
	margin-bottom:20px;
}

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

/* ---------- 海外ネットワーク・バンコク ---------- */
div#overseas3_network {
	position:relative;
	float:left;
	width:390px;
	margin-bottom:20px;
}

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

/* ---------- 海外ネットワーク・ニューヨーク ---------- */
div#overseas4_network {
	position:relative;
	clear:both;
	float:left;
	width:390px;
	margin-bottom:20px;
}

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

/* ---------- 地図ブロック ---------- */
div#network_map {
	width:790px;
	height:480px;
}

div#okinawa_map, div#singapore_map, div#vancouver_map, div#bangkok_map, div#newyork_map {
	width:390px;
	height:240px;
}

div.mapbase {
	position:relative;
}

div.gMap {
	width:200px;
}

div.gMap p {
	font-size:90%;
	margin:0;
}

/* ---------- ローディング ---------- */
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;
}

/* ---------- Twitter ---------- */
div#aboutus h2.tw {
	background-image:url(../img/title/tw.gif);
}

