/**********************************************************************
 *
 * $Id: kuchikomi.css,v 1.1.1.1 2006/12/13 05:20:04 sanoju Exp $
 *
 * Stylesheet for Fujinomiya Bear Map
 * 
 * Copyright (C) 2006  Junya Sano
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301, USA.
 **********************************************************************/

body {
  padding-top: 10px;
  padding-left: 20px;
}

#map {
  width: 500px;
  height: 480px;
  border: 1px solid #333333;
}

h1 {
  color: #990033;
  font-size: 18px;
  margin-left: 1em;
  width: 700px;
	border-bottom: 5px solid #FFC0CB;//#00008B;
  padding: 2px;
}

.smallFont {
  font-size: 60%;
  margin-left: 1em;
}

#leftpanel {
  float: left;
}

#rightpanel {
  position: absolute;
  left: 550px;
  width: 300px;
  height: 400px;
  margin: 10px;
}

#listpanel {
  font-size: 16px;
  overflow: auto;
  width: 300px;
  height: 400px;
  border: 1px solid #999;
  background-color: white;
  padding: 5px;
  line-height: 140%;
}

#topbtnpanel {
  position: absolute;
  left: 50px;
  width: 700px;
}

#footerpanel {
  position: absolute;
  top: 570px;
  left: 50px;
  width: 700px;
  margin: 10px;
	border-top: 5px solid #FFC0CB; //#00008B;
  padding: 2px;
}

#gakku_arc {
  top: 50px;
  width: 160px;
}

#extlink {
  margin: 5px;
  text-align: right;
}

#extlink a {
  color: #666;
  font-size: 10px;
  margin-left: 10px;
  text-decoration: none;
}

#extlink a:hover {
  text-decoration: underline;
}

#extlink span {
  color: #0;
  font-size: 10px;
  margin-left: 10px;
  text-decoration: none;
}

#rss {
  float: right;
  margin: 4;
}

#rss a img {
  border: 0px;
}

#nowloading {
  position: absolute;
  top: 280px;
  left: 200px;
  width: 160px;
  height: 20px;
#  color: #333366;
#  color: white;
#  background-color: blue;
  #  background-color: #ffffff;
  border: 2px ridge #336666;
  padding: 3px;
  text-align: center;
  font-weight: bold;
}

li {
  margin: 3px;
  font-size: 80%;
}

a.list {
  color: #333366;
  text-decoration: none;
}

a.list:hover {
  background-color: #dddd99;
}

.title {
  font-size: 90%;
  font-weight: bold;
  text-decoration: underline;
  color: 333366;
  text-align: center;
}

.index {
  font-size: 90%;
  font-weight: bold;
  text-decoration: underline;
  color: #333366;
}

.info {
  font-size: 90%;
  color: #333366;
}

#hidecntpanel{
  position: absolute;
  top: 625px;
  left: 420px;
  width: 340px;
  height: 70px;
  background-color: #ffffff;
}