@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 13px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	padding: 0px;

	background-color: #000000;
	color: #333333;

	text-align: center;
}

p, li, dt, dd, address {
	color: #969696;

	line-height: 1.4;
}

p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}

@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}

a:link, a:visited {
	color: #b0b088;

	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;

	text-decoration: underline;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 720px;

	margin: 0px auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

	background-color: #151515;
}

div#header {
	float: none;
	clear: both;

	height: 80px;

	background-color: #000000;
}
div#menu {
	float: none;
	clear: both;

	margin-bottom: 10px;

	background-color: #a0a077;
}

div#footer {
	float: none;
	clear: both;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	padding: 15px 15px 10px 15px;
}
div#header h1 a {
	color: #b0b088;

	font-size: 25px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

div#header p {
	margin: 0px 15px;

	font-size: 12px;
}

div#header table {
	margin-bottom: 10px;
	border: 1px solid #000000;
	border-collapse: collapse;
}
div#header table tr th {
	padding: 5px;
	border: 1px solid #000000;

	background-color: #000000;

	text-align: center;
}
div#header table tr td {
	padding: 5px;
	border: 1px solid #000000;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	padding: 5px 0px;
}
div#menu ul li {
	display: inline;

	margin-right: 10px;
}

div#menu a:link, div#menu a:visited {
	color: #FFFFFF;
}
div#menu a:active, div#menu a:hover {
	color: #000000;
}

div#footer address {
	padding: 10px 15px 20px 15px;

	color: #111100;

	background-color: #a0a077;
}

div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
}
div#footer a:active, div#footer a:hover {
	color: #000000;
}

/* ----- 地図 -------------------------------------- */

div#map {
	background-image: url(./map.JPG);
	color: #FFFFFF;
	position: relative;
	
	width: 640;
	height: 480;
	
	margin-left: 35px;
	
	z-index: 0;
}

/* ----- 土地 -------------------------------------- */

/* リンクカラー */
.ground a:link, .ground a:visited {
	background: #333333;
	color: #ffffff;
}
.ground a:active, .ground a:hover {
	background: #996633;
	color: #ffffff;
}

table.info, table.info td{
	color: #ffffff;
	/*border: 1px solid #666666;*/

	padding: 1px;
	white-space: nowrap;
	
	border-collapse: collapse;
}

/* 見出し */
.g {
	filter: Alpha(opacity=70);
	position: absolute;
	
	z-index: 1;
}

/* 情報テーブル */
.gc {
	background: #333333;
	filter: Alpha(opacity=80);

	position: absolute;

	z-index: 5;
	visibility: hidden;
}

/* 都市名 */
.gname {
	background: #000000;
}

/* 入港税 */
.money {
	background: #555555;
}

/* ロートシュタット */
div#g01 {
	top: 20px;
	left: 10px;
}
div#gc01 {
	top: 34px;
	left: 20px;
}

/* ザルツマルクト */
div#g02 {
	top: 120px;
	left: 0px;
}
div#gc02 {
	top: 134px;
	left: 10px;
}

/* アイゼンシュタット */
div#g03 {
	top: 25px;
	left: 160px;
}
div#gc03 {
	top: 38px;
	left: 160px;
}

/* エルランゲン */
div#g04 {
	top: 100px;
	left: 110px;
}
div#gc04 {
	top: 114px;
	left: 110px;
}

/* ニジンスク */
div#g05 {
	top: 80px;
	left: 270px;
}
div#gc05 {
	top: 94px;
	left: 270px;
}

/* ユングヴィ */
div#g06 {
	top: 80px;
	left: 380px;
}
div#gc06 {
	top: 94px;
	left: 380px;
}

/* キーリスカヤ */
div#g07 {
	top: 30px;
	left: 340px;
}
div#gc07 {
	top: 44px;
	left: 340px;
}

/* カリコフ */
div#g08 {
	top: 60px;
	left: 480px;
}
div#gc08 {
	background: #333333;
	top: 74px;
	left: 345px;
}

/* ナープヌイ */
div#g09 {
	top: 20px;
	left: 560px;
}
div#gc09 {
	background: #333333;
	top: 34px;
	left: 415px;
}

/* ブローツォワ */
div#g10 {
	top: 120px;
	left: 550px;
}
div#gc10 {
	background: #333333;
	top: 134px;
	left: 455px;
}

/* 月宮 */
div#g11 {
	top: 290px;
	left: 560px;
}
div#gc11 {
	background: #333333;
	top: 304px;
	left: 410px;
}

/* サッファ */
div#g12 {
	top: 240px;
	left: 380px;
}
div#gc12 {
	background: #333333;
	top: 254px;
	left: 380px;
}

/* ミリダバード */
div#g13 {
	top: 300px;
	left: 350px;
}
div#gc13 {
	background: #333333;
	top: 314px;
	left: 350px;
}

/* ジャハラブール */
div#g14 {
	top: 290px;
	left: 145px;
}
div#gc14 {
	background: #333333;
	top: 304px;
	left: 145px;
}

/* クジャル */
div#g15 {
	top: 365px;
	left: 200px;
}
div#gc15 {
	background: #333333;
	top: 365px;
	left: 245px;
}

/* アムリット */
div#g16 {
	top: 410px;
	left: 250px;
}
div#gc16 {
	background: #333333;
	top: 308px;
	left: 250px;
}

/* タバルンガ */
div#g17 {
	top: 415px;
	left: 380px;
}
div#gc17 {
	background: #333333;
	top: 312px;
	left: 380px;
}

/* パシュンブラ */
div#g18 {
	top: 420px;
	left: 100px;
}
div#gc18 {
	background: #333333;
	top: 318px;
	left: 100px;
}

/* カタンガ */
div#g19 {
	top: 440px;
	left: 10px;
}
div#gc19 {
	background: #333333;
	top: 338px;
	left: 20px;
}

/* ルングウェ */
div#g20 {
	top: 345px;
	left: 20px;
}
div#gc20 {
	background: #333333;
	top: 359px;
	left: 30px;
}

/* 船乗島 */
div#g21 {
	top: 200px;
	left: 240px;
}
div#gc21 {
	background: #333333;
	top: 214px;
	left: 250px;
}

/* 槍の聖地 */
div#g22 {
	/*	background: #333333; */
	/*	filter: Alpha(opacity=70); */
	position: absolute;

	color: #ffffff;

	top: 240px;
	left: 40px;

	z-index: 1;
}

/* メルカバ */
div#g23 {
	/*	background: #333333; */
	/*	filter: Alpha(opacity=70); */
	position: absolute;

	color: #ffffff;

	top: 430px;
	left: 500px;

	z-index: 1;
}

/* ----- 航路 -------------------------------------- */

/* リンクカラー */
.route a:link, .route a:visited {
/*	background: #ffffff;*/
	color: #000000;
}
.route a:active, .route a:hover {
	background: #996633;
	color: #ffffff;
}

table.info_r, table.info_r td{
	/*color: #333333;*/
	/*border: 1px solid #969696;*/

	padding: 1px;
	white-space: nowrap;
	
	border-collapse: collapse;
}

/* 見出し */
.r {
	background: #ffffff;
	filter: Alpha(opacity=60);

	position: absolute;

	z-index: 1;
}

/* 見出し・難所 */
.rr {
	background: #ff9999;
	filter: Alpha(opacity=60);

	position: absolute;

	z-index: 1;
}

/* 情報テーブル */
.rc {
	background: #eeeeff;
	filter: Alpha(opacity=80);

	position: absolute;

	z-index: 5;
	visibility: hidden;
}

/* 航路名 */
.rname {
	background: #ddddee;
	color: #151515;
}

/* 航路状況 */
.attention {
	background: #eeeeff;
	color: #ff0000;
}

/* 市松模様(違) */
.line {
	background: #ddddee;
	color: #333333;
}

/* ロートシュタット～アイゼンシュタット */
div#r01 {
	top: 25px;
	left: 110px;
}
div#rc01 {
	top: 39px;
	left: 50px;
}

/* ロートシュタット～ザルツマルクト */
div#r02 {
	top: 70px;
	left: 30px;
}
div#rc02 {
	top: 35px;
	left: 55px;
}

/* ザルツマルクト～エルランゲン */
div#r03 {
	top: 105px;
	left: 75px;
}
div#rc03 {
	top: 119px;
	left: 85px;
}

/* アイゼンシュタット～船乗島 */
div#r04 {
	top: 110px;
	left: 220px;
}
div#rc04 {
	top: 110px;
	left: 245px;
}

/* アイゼンシュタット～キーリスカヤ */
div#r05 {
	top: 30px;
	left: 290px;
}
div#rc05 {
	top: 44px;
	left: 230px;
}

/* エルランゲン～船乗島 */
div#r06 {
	top: 150px;
	left: 180px;
}
div#rc06 {
	top: 164px;
	left: 50px;
}

/* エルランゲン～ジャハラブール */
div#r07 {
	top: 176px;
	left: 150px;
}
div#rc07 {
	top: 190px;
	left: 20px;
}

/* 船乗島～ニジンスク */
div#r08 {
	top: 140px;
	left: 280px;
}
div#rc08 {
	top: 154px;
	left: 280px;
}

/* 船乗島～サッファ */
div#r09 {
	top: 220px;
	left: 320px;
}
div#rc09 {
	top: 234px;
	left: 180px;
}

/* 船乗島～ジャハラブール */
div#r10 {
	top: 240px;
	left: 220px;
}
div#rc10 {
	top: 240px;
	left: 245px;
}

/* ニジンスク～キーリスカヤ */
div#r11 {
	top: 55px;
	left: 330px;
}
div#rc11 {
	top: 69px;
	left: 330px;
}

/* ニジンスク～ユングヴィ */
div#r12 {
	top: 80px;
	left: 340px;
}
div#rc12 {
	top: 94px;
	left: 340px;
}


/* キーリスカヤ～ユングヴィ */
div#r13 {
	top: 55px;
	left: 385px;
}
div#rc13 {
	top: 0px;
	left: 410px;
}

/* キーリスカヤ～カリコフ */
div#r14 {
	top: 45px;
	left: 430px;
}
div#rc14 {
	top: 59px;
	left: 300px;
}

/* カリコフ～ナープヌイ */
div#r15 {
	top: 40px;
	left: 540px;
}
div#rc15 {
	top: 54px;
	left: 520px;
}

/* カリコフ～サッファ */
div#r16 {
	top: 170px;
	left: 480px;
}
div#rc16 {
	top: 184px;
	left: 430px;
}

/* カリコフ～ブローツォワ */
div#r17 {
	top: 90px;
	left: 530px;
}
div#rc17 {
	top: 90px;
	left: 410px;
}

/* 月宮～ブローツォワ */
div#r18 {
	top: 180px;
	left: 570px;
}
div#rc18 {
	top: 194px;
	left: 440px;
}

/* 月宮～ミリダバード */
div#r19 {
	top: 300px;
	left: 460px;
}
div#rc19 {
	top: 314px;
	left: 460px;
}

/* サッファ～ミリダバード */
div#r20 {
	top: 270px;
	left: 390px;
}
div#rc20 {
	top: 270px;
	left: 415px;
}

/* ミリダバード～タバルンガ */
div#r21 {
	top: 350px;
	left: 390px;
}
div#rc21 {
	top: 310px;
	left: 415px;
}

/* ミリダバード～クジャル */
div#r22 {
	top: 330px;
	left: 300px;
}
div#rc22 {
	top: 344px;
	left: 300px;
}

/* ジャハラブール～クジャル */
div#r23 {
	top: 320px;
	left: 200px;
}
div#rc23 {
	top: 265px;
	left: 226px;
}

/* クジャル～パシュンブラ */
div#r24 {
	top: 380px;
	left: 170px;
}
div#rc24 {
	top: 394px;
	left: 170px;
}

/* クジャル～アムリット */
div#r25 {
	top: 385px;
	left: 240px;
}
div#rc25 {
	top: 316px;
	left: 265px;
}

/* アムリット～タバルンガ */
div#r26 {
	top: 410px;
	left: 330px;
}
div#rc26 {
	top: 328px;
	left: 330px;
}

/* カタンガ～ルングウェ */
div#r27 {
	top: 390px;
	left: 20px;
}
div#rc27 {
	top: 358px;
	left: 45px;
}

/* カタンガ～パシュンブラ */
div#r28 {
	top: 420px;
	left: 55px;
}
div#rc28 {
	top: 320px;
	left: 55px;
}

/* ユングヴィ～サッファ */
div#r29 {
	top: 130px;
	left: 395px;
}
div#rc29 {
	top: 144px;
	left: 395px;
}

