@charset "UTF-8";
/* ------------------------------
 reset
------------------------------ */
body{
  font-size:14px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}
ul,ol,li{
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img {
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
  list-style-position: inside;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
a{
  text-decoration: underline;
  color: black;
  word-break: break-all;
}
label img{
  vertical-align: -2px;
}

/* ------------------------------
 framework
------------------------------ */
html{
  height:100%;
}
html body{
  text-align:center;
  width:100%;
  height:100%;
  background: url(/images/design/body_bk.jpg) repeat-x #EEEEEE;
}
#wrapper{
  text-align:left;
  margin:0px auto;
  width:950px;
  background: white;
  position:relative;
}
* html div#wrapper{
  height:100%;
}
/* clerfix */
.clear:after {
  content:"";
  display:block;
  overflow:hidden;
}
.clear:after {
    clear:both;
}
.clear_zoom {
    zoom:1;
}

/* ------------------------------
 Main Frames
------------------------------ */
#main{
  width:760px;
  float:left;
  padding: 10px 0 25px 20px;
}
#sidebar{
  width: 165px;
  margin-left: -170px;
  margin-right: 5px;
  float:right;
}
.area{
  width:760px;
  padding: 5px 0 5px 0;
  clear:both;
}

#footer{
  background: url(/images/design/footer_bk.jpg) repeat-x gray;
  width: 100%;
  height: 70px;
  clear:both;
  position: relative;
}
* html div#footer{
  position: absolute;
  bottom:0px;
}

.footer_links{
  padding: 10px 0 0 10px;
  margin: 0;
}
.footer_links li{
  display:inline;
  border-right: 1px solid black;
  padding: 0 10px 0 10px;
}
.footer_links .last{
  border-right: none;
}
.footer_links a{
  color: black;
  text-decoration: none;
}
#link_to_pagetop{
  position: absolute;
  right: 5px;
  bottom: 10px;
}

/* ------------------------------
 common
------------------------------ */
.section{
  margin:5px 0 5px 0;
}
.note{
  color:gray;
  font-size: 0.8em;
}

.note{
  color:gray;
  font-size: 0.8em;
}

.caution{
  color:red;
  margin-top:0.5em;
  margin-bottom:0.5em;
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 10;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  display: none;
}

.popup{
  display:none;
  position:absolute;
  z-index: 15;
  top:100px;
  left:100px;
  width:600px;
  height:400px;
  background:white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
/* ------------------------------
 spot_icons
------------------------------ */
.spot_icons_30{
  height:30px;
}
.spot_icons_45{
  height:45px;
}
.spot_icons_75{
  height:75px;
}
.spot_icons_30_txt{
  height:60px;
}
.spot_icons_45_txt{
  height:80px;
}
.spot_icons_75_txt{
  height:100px;
}
.spot_icons_30 .spot_icon,
.spot_icons_30_txt .spot_icon{
  width: 30px;
  height: 30px;
  float:left;
  background-repeat:no-repeat;
  text-align: center;
}
.spot_icons_45 .spot_icon,
.spot_icons_45_txt .spot_icon{
  width: 45px;
  height: 45px;
  float:left;
  background-repeat:no-repeat;
  text-align: center;
}
.spot_icons_75 .spot_icon,
.spot_icons_75_txt .spot_icon{
  width: 75px;
  height: 75px;
  float:left;
  background-repeat:no-repeat;
  text-align: center;
}
.spot_icons_30_txt .spot_icon .spot_icon_text{
  line-height: 1em;
  padding: 30px 0 0 0;
  font-size:10px;
}
.spot_icons_45_txt .spot_icon .spot_icon_text{
  line-height: 1em;
  padding: 45px 0 0 0;
  font-size:11px;
}
.spot_icons_75_txt .spot_icon .spot_icon_text{
  line-height: 1em;
  padding: 75px 0 0 0;
  font-size:12px;
}

/* ------------------------------
 css_UI
------------------------------ */

.css_button{
  background-color: #eeeeee;
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font: bold 14px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  padding: 10px 20px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
}
.css_button:hover {
  background-color: #dddddd;
  background-image: linear-gradient(top, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.css_button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

ul.tab {
  margin: 0;
  padding: 0;
  border-bottom: 2px #ddd solid;
}
ul.tab li {
  float: left;
  margin: 0 0 0 5px;
  position: relative;
  bottom: -2px;
  list-style-type: none;
  border: 1px #ddd solid;
  border-top: none;
  border-bottom: 2px #ddd solid;
}
ul.tab li.none {
  border-bottom: 2px #fff solid;
  font-weight: bold;
}
ul.tab li a {
  color: #000;
  display: block;
  padding: 3px 10px 5px;
  text-decoration: none;
  background: #fff;
}
ul.tab li a.selected {
  border-top: 5px blue solid;
}
ul.tab li a.other {
  border-top: 5px gray solid;
}
ul.tab li a.blue {
  border-top: 5px #2384dc solid;
}
ul.tab li a.green {
  border-top: 5px #4cbb47 solid;
}
ul.tab li a.red {
  border-top: 5px #dd1d25 solid;
}
ul.tab li a.yellow {
  border-top: 5px #ffd242 solid;
}
ul.tab li a:hover {
  position: relative;
  bottom: 6px;
}
/* ------------------------------
 spot decoration
------------------------------ */
.spot_name {
  font-size: 21px;
  color: #3A86AF;
  font-weight: bold;
}

a.spot_name,
.spot_name a{
  text-decoration: none;
  color: #3A86AF;
}

a:hover.spot_name,
.spot_name a:hover{
  text-decoration: underline;
}

.spot_table_address,
.spot_table_tel,
.spot_table_link{
  text-align:right;
}

.last_update{
  text-align:right;
}

.spot_table .reference{
  margin: 5px 0 0 0;
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow:1px 1px 1px rgba(0,0,0,0.1);
  border-radius: 5px;
  clear: both;
}

.spot_table .reference_meta,
.spot_table .meta{
    margin: 5px 0 0 0;
    text-align: right;
    display:block;
}
.spot_table .reference img{
    margin: 0 5px 5px 0;
}

#spot_detail_area .user_image_frame{
  width: 300px;
  height: 320px;
  margin:5px;
  float:left;
  text-align: center;
}
#spot_detail_area .user_image{
}
#spot_detail_area .user_image_meta{
  font-size: 0.9em;
  width: 300px;
  display: block;
}

.photo_copyright{
  text-align:right;
}

.recent_added_item .spot_name{
  margin: 0;
  font-size:14px;
}
.recent_added_item .date{
  margin: 0;
  font-size:14px;
}

div.balloon{
  position:relative;
  width:750px;
  padding:0 5px;
  border:1px solid #ccc;
  border-radius:5px;
  font-size:12px;
  line-height:1.6em;
  z-index:0;
}
div.balloon:after{
  content:" ";
  position: absolute;
  top: 100%;
  left: 10px;
  z-index:1;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ccc;
}
div.balloon span.overlay{
  position:absolute;
  top: 100%;
  left: 11px;
  z-index:2;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #fff;
}

#fileupload_thubnails .fileupload_thubnail_frame{
  width:170px;
  display:inline;
}
#fileupload_thubnails .fileupload_thubnail{
  margin:5px;
  vertical-align: top;
}
#fileupload_thubnails .fileupload_thubnail_remover{
  position: relative;
  top: 5px;
  left: -23px;
  cursor: pointer;
}

