/* メイン */
div#main {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

/* サークル情報 */
div#circle {
  position: fixed!important; /* importantで、Mozilla, Opera に対して優先順位を上げて固定配置 */
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 10px;
  margin-top: 38px;
  width: 457px;
  height: 192px;
  padding: 5px;

  background-color: #F3F8E3;
  border: solid 2px #91A3AF;

  cursor: default;
  z-index: 3;
}

div#image {
  padding: 7px 0 0 0;
  width: 170px;
  float: left;
  text-align: center;
}

div#state {
  padding: 7px 0 3px 0;
  margin-left: 190px;
  width: 250px;
}

p#cyomi {
  font-size: 10px;
  margin: 0;
  padding: 0;
}

p#linktitle {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: bolder;
}

p#name {
  font-size: 13px;
  margin: 4px 0;
  padding: 0;
}

p#space {
  font-size: 13px;
  font-weight: bolder;
  color: #FF2F91;
  margin: 3px 0;
  padding: 0;
}

div#circle form {
  margin:0;
  padding: 0;
  text-align:left;
}

textarea#comment {
  margin:0;
  padding:2px 2px 2px 12px ;
  font-family: 'Lucida Grande', sans-serif;
  font-size: 12px;
  color: #394E4D;
  background:#F8FAF0 url("http://www.tinami.com/comike/img/arrow.gif") no-repeat 0px 3px;
  width: 250px;
  height: 87px;
  border: solid 1px #91A3AF;
}

a#tb {
  font-size: 10px;
  margin-right: 1em;
}

a#parmalink {
  font-size: 10px;
}

a#comment {
  font-size: 10px;
  margin-right: 1em;
}

input#closed {
  margin: 2px 0 0 12px;
  padding: 0 7px;
  font-size: 10px;
  background-color: #CCC;
}

input#twit {
  margin: 2px 0 0 12px;
  padding: 0 7px;
  font-size: 10px;
  background-color: #CCC;
}

div#links {
	text-align: right;
	margin: 0 5px 5px 0;
	padding: 0;
}

/* 場所ボタン */
div.btn-locate-panel {
  position: fixed!important;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 5px;
  margin-top: 5px;
  width: 400px;
  height: 25px;
  z-index: 2;
}

div.btn-locate {
  float: left;
  font-family: sans-serif;
  font-size: 14px;
  color: black;
  background-color: white;
  text-align: center;
  margin-right: 5px;
  border:1px #000 solid;
  padding: 2px 0;
  width: 40px;
  height: 18px;
  z-index: 2;
}

/* 日付ボタン */
div.btn-date-panel {
  position: fixed!important;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 5px;
  margin-top: 468px;
  width: 200px;
  height: 25px;
  z-index: 2;
}

div.btn-date {
  float: left;
  font-family: sans-serif;
  font-size: 16px;
  color: black;
  background-color: white;
  border: 1px solid black;
  text-align: center;
  margin-right: 5px;
  padding: 2px 0;
  width: 50px;
  height: 20px;
  z-index: 2;
}

/* 拡大縮小ボタン */
div.btn-scale-panel {
  position: fixed!important;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 5px;
  margin-top: 60px;
  width: 30px;
  height: 90px;
  z-index: 2;
}

div.btn-scale {
  font-family: sans-serif;
  font-size: 16px;
  color: black;
  background-color: white;
  border: 1px solid black;
  text-align: center;
  margin-bottom: 5px;
  padding: 10px 0;
  width: 20px;
  z-index: 2;
}

from.from-control input {
  display: none;
}

/* alert */
div#alert {
  position : fixed!important; /* importantで、Mozilla, Opera に対して優先順位を上げて固定配置 */
  position : absolute;
  left: 80px;
  top: 250px;
  width: 300px;
  height: 100px;
  padding: 5px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

  background-color: #F3F8E3;
  border: solid 2px #B3C1CB;

  z-index: 2;
  display: none;
}

div#alert p#alert_caption {
  text-align: center;
  margin: 0;
  background-color: #ccc;
  color: black;
  font-weight: bold;
  font-size: 95%;
}

div#alert p#alert_description {
  text-align: left;
  margin-top: 0.5em;
  font-size: 80%;
}

/* scope */
img#vertical {
  position: fixed!important;
  position: absolute;
  left: 225px;
  top: 250px;
  z-index: 3;
}

img#focus-vertical {
  position: fixed!important;
  position: absolute;
  left: 240px;
  top: 250px;
  width: 20px;
  height: 1px;
  z-index: 3;
}

img#focus-horizontal {
  position: fixed!important;
  position: absolute;
  left: 250px;
  top: 240px;
  width: 1px;
  height: 20px;
  z-index: 3;
}

/* NO-Entry CircleSpace Info */
div#nodata-circle {
  position: fixed!important;
  position: absolute;
  left: 0px; top: 0px;
  margin-left: 100px; margin-top: 145px;
  width: 295px; height: 45px;
  padding: 10px;
  padding-right: 0px;
  background-color: #F3F8E3;
  border: solid 2px #B3C1CB;
  z-index: 3;
}

