﻿/*@charset "Shift_JIS";*/
/********************************************************************/
/*  Edited By : Watson                                              */
/********************************************************************/

/*------------------------------------------------------------------*/
/* 全體                                                             */
/*------------------------------------------------------------------*/
body {
	font-family	: Verdana;
	color		: #333;
	background-color: #F0F8FF;
	background-image: url('skb/skb_background.gif');
	font-size	: 10pt;
}
a {
	color		: #4169E1;
	text-decoration	: none;
}
a:visited {
	color		: #4682B4;
}
a:active {
	color		: #008B8B;
}
a:hover {
	color		: #008B8B;
	background-color: #99decc;
}
table {
	border		: none;
}
th {
	border-style	: solid;
	border-color	: #1E90FF;
	border-width	: 1px;
	font-size	: 10pt;
	white-space	: nowrap;
}
td {
	border-style	: solid;
	border-color	: #00BFFF
	border-width	: 1px;
	font-size	: 10pt;
	white-space	: nowrap;
}
img {
	border		: none;
}
/* 更新時刻 */
h2.lastModified {
	font-size	: 90%;
}
#islandInfo .big,
#CommentBox .big,
#localBBS .big,
#RecentlyLog .big,
H2 {
	display		: block;
	text-align	: left;
	font-weight	: bold;
	font-size	: 14pt;
	color		: #6495ED;
	background-image: url('skb/skb_bg_h1.png');
	border		: solid #6495ED 1px;
	padding-left	: 40px;
	text-transform	: uppercase;
}
hr {
	border		: dashed #4169E1 1px;
}
#LinkFoot {
	text-align  : left;
	background-color: #F0FFFF;
	border		: solid #6495ED 1px;
	width		: 50%;
	padding		: 5px;
	float		: left;
}
#advFoot {
	float:right;
}
#MyIsland {
	width: 49%;
	float: left;
}
#MyIsland #IslandLogin {
	background: #F0FFFF;
}
#SiteNews {
	width: 49%;
	float: right;
}
#SiteNews #NewsList {
	overflow-x: auto;
	overflow-y: auto;
	height: 125px;
	background: #F0FFFF;
}
#siteNews #NewsList .newsTitle {
	color: #CCCCCC;
	font-weight: bold;
}
#siteNews #NewsList .newsData {
	color: #CDCDCD;
	padding-left: 50px;
}
/**********************************************************************/

/* TOP頁 ---------------------------------------------------------*/
/* 標題 */
h1 {
	margin		: 0.5em 0px 1em 0px;
	font-size	: 32pt;
	font-style	: italic;
	font-weight	: bold;
	color		: #C0C0C0;
	letter-spacing	: 5px;
	text-transform	: uppercase;
	border-style	: solid;
	border-color	: #008B8B;
	border-width	: 0px 0px 1px 0px;
	width		: 60%;
	background-image: url('skb/skb_bg_title.gif');
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
h1:first-letter {
	color		: #4169E1;
	font-size	: 48pt;
}
h2.Turn{
	border		: none;
	background	: none;
	padding-left	: 10px;
}
#HistoryLog, 
#RecentlyLog {
	white-space	: nowrap;
}

/* 大的文字 */
.big {
	font-size	: 24pt !important;
}
/**********************************************************************/

/* Map頁 ---------------------------------------------------------*/
/* 導航關係 */
#NaviView{
	visibility	: hidden;
	z-index		: 1;
	position	: absolute;
	background-color: #F0FFFF;
	border		: groove #4169E1;
	border-width	: 3px;
	width		: 140px;
	margin-top 	: -224px;
	padding		: 3px;
	text-align	: left;
}
.NaviTitle {
	font-size	: 12pt;
	border-style	: solid;
	border-color	: #000080;
	border-width	: 0 0 2px 0;
}
.NaviImg {
	margin		: 5px;
}
.NaviText {
	margin-left	: 15px;
}
#islandInfo table {
	text-align	: center;
	width		: 100%;
}
#islandMap, #islandMap table {
	margin		: auto;
}
#localBBS table th {
	background-color: #AFEEEE;
}
/* 島的名字等 */
.islName {
	font-weight	: bold;
	color		: #A06040;
}
/* 薄了的島的名字 */
.islName2 {
	font-weight	: bold;
	color		: #808080;
}
/* 名次的號碼等 */
.number {
	font-weight	: bold;
	color		: #6495ED;
}
/* 排行榜顯示時 */
.head {
	font-weight	: bold;
	color		: #000080;
}
/* 開發計劃名 */
.command {
	font-weight	: bold;
	color		: #D08000;
}
/* 災害 */
.disaster {
	font-weight	: bold;
	color		: #FF0000;
}
/* 觀光者通信（觀光者） */
.lbbsSS {
	font-weight	: bold;
	color		: #0000FF;
}
/* 觀光者通信（所有者） */
.lbbsOW {
	font-weight	: bold;
	color		: #FF0000;
}
/* 錢 */
.money {
	font-weight	: bold;
	color		: goldenrod;
}
/* 食物 */
.food {
	font-weight	: bold;
	color		: lightseagreen;
}
/* 注意 */
.attention {
	font-weight	: bold;
	color		: #FF0000;
}
/* 通常的文字顏色 */
.normal {
	font-weight	: bold;
	color		: #000000;
}

/* Point欄 */
.PoinCell {
	background-color: moccasin;
}

/* 新規章評語 */
.new {
	color		: #f00;
	background-color: transparent;
}
/* 怪獸出沒數 */
.monster{
	font-size	: 8pt;
	color		: #f00;
}
/**********************************************************************/
/* 背景顏色 */
/* 排行榜標題 */
.TitleCell {
	background-color: #87CEFA;
}
/* 排行榜名次 */
.NumberCell {
	background-color: #87CEFA;
}
/* 排行榜島的名字 */
.NameCell {
	background-color: #F5FFFA;
}
/* 排行榜島的信息 */
.InfoCell {
	background-color: #E0FFFF;
	text-align: right;
}
/* 排行榜評語欄 */
.CommentCell {
	background-color: #FFFFFF;
	text-align	: left;
}
/* 開發計劃形式 */
.InputCell {
	background-color: #AFEEEE;
}
/* 開發計劃地圖 */
.MapCell {
	background-color: #FFFFFF;
}
/* 開發計劃輸入完畢計劃 */
.CommandCell {
	background-color: #FFFFFF;
	white-space: normal;
}
