@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;
}
input{
	margin: 3px 5px 0 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;
}
a img{
	text-decoration: none;
}
dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	border: 3px #EEEEEE solid;
}
dl dt {
	float: left;
	width: 7em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
dl dd {
	padding: 10px 0 10px 7em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
}
/* ------------------------------
 framework
------------------------------ */
body{
	text-align:center;
	width:100%;
	background: url(/images/design/body_bk.jpg) repeat-x #EEEEEE;
/*	border: 1px solid black; */
}
#wrapper{
	text-align:left;
	margin:0px auto;
	width:900px;
	background: white;
	position:relative;
}

#titlebar{
	width:900px;
	margin: 0;
	background: url(/images/design/title_bk.jpg) repeat-x;
/*	border: 1px solid black; */
}
#site_title{
	font-size: 45px;
	float:left;
}
#site_leadline{
	margin: 45px 0 0 10px;
	float:left;
	font-size: 12px;
}

#bigbunner_area{
	height: 100px;
	position:relative;
	top:8px;
	left: 5px;
}
#bigbunner_wrapper
{
	text-align:center;
	width:100%;
	position: absolute;
	top: 90px;
	left: 0;
	z-index:5;
/*	border: 1px solid yellow;  */
}
#bigbunner{
	text-align:left;
	margin:0px auto;
	width: 728px;
	position: relative;
	top: 8px;
	left: -83px;
/*	border: 1px solid blue;  */
}
.wide_sky_scraper{
}

#main{
	width:730px;
	float:left;
	margin: 10px 0 0 0;
/*	border: 1px solid black; */
}
.section{
	margin:10px 0 5px 20px;
}
.section_inner{

}
.border_box{
  border:1px solid gray;
  border-radius:5px;
  padding:5px;
}

#sidebar{
	width: 165px;
	float:left;
/*	border: 1px solid black; */
}

#footer{
	background: url(/images/design/footer_bk.jpg) repeat-x gray;
	width: 890px;
	height: 70px;
	margin: 5px;
	clear:both;
	position: relative;
}

#footer_links{
	padding: 10px 0 0 10px;
}

#footer_links li{
	display:inline;
	border-right: 1px solid black;
	padding: 0 10px 0 10px;
}
#footer_links li.last{
	border-right: none;
}

#footer_links a{
	text-decoration: none;
}

#footer #link_to_pagetop{
	margin: 0 20px 0 0;
	position: absolute;
	right: 5px;
	top: 0px;
}

.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;
}

/* ------------------------------
 Main
------------------------------ */

#comment{
	clear:both;
	padding: 0 10px 10px 20px;
}
#comment_form{
	margin: 5px 5px 20px 0 ;
}
#comment_preview{
	clear:both;
	padding: 0 10px 10px 20px;
	background-color:red;
}
#comment_preview_msg{
	clear:both;
	padding: 0 10px 10px 20px;
}

.individually_comment{
	padding: 5px;
	margin: 0 0 5px 0;
	background: #EEEEEE;
}
.comment_attribute{
	color: #444444;
}
.comment_message{
	margin: 15px 0 0 15px;
}
#comment_form_table_top{
	width: 678px;
	height: 46px;
	background: url(/images/design/comment_frame_top.gif) no-repeat;
}
#comment_form_table{
	background: url(/images/design/comment_frame_body.gif) repeat-y;
	width: 670px;
}
#comment_form_table_bottom{
	height: 24px;
	background: url(/images/design/comment_frame_bottom.gif) no-repeat;
}
#comment_form_table tr{
	border-bottom: 10px solid transparent;
}
#comment_button_area{
	vertical-align: bottom;
}
#comment_button_area input{
	display:block;
}

#link_to_blogarchives{
	text-align:right;
	width:530px;
}

/*-------------------------------
sidebar
-------------------------------*/
.ad_content{
	margin:5px 0 5px 0;
}
#formobile_area{
	padding:0 0 10px 0;
	border-bottom:black solid 1px;
	text-align:left;
}

/*-------------------------------
mail form
-------------------------------*/
#mail_form_comment li{
	list-style-type:disc;
	line-height:150%;
}
#mail_form_comment{
	margin: 20px 25px 20px 40px;
}
#mail_form{
	margin: 5px 5px 20px 20px;
}
	
#mail_form_table_top{
	width: 678px;
	height: 46px;
	background: url(/images/design/comment_frame_top.gif) no-repeat;
}
#mail_form_table{
	background: url(/images/design/comment_frame_body.gif) repeat-y;
}
#mail_form_table_bottom{
	height: 24px;
	background: url(/images/design/comment_frame_bottom.gif) no-repeat;
}
#mail_form_table tr{
	border-bottom: 10px solid transparent;
}
#mail_button_area{
	vertical-align: bottom;
}
#mail_button_area input{
	display:block;
}

/* ------------------------------
 Search
------------------------------ */
#search_detail_form_top{
	background: url(/images/design/frame_search_top.jpg) no-repeat;
	height: 43px;
}
#search_detail_form{
	background: url(/images/design/frame_search_body.jpg) repeat-y;

}
#search_detail_form_bottom{
	background: url(/images/design/frame_search_bottom.jpg) no-repeat;
	height: 14px;
}
#search_by_keyword_form,
#search_detail_form
{
	margin: 10px 22px 10px 20px;
}

#search_by_keyword_form td,
#search_detail_form td
{
	padding: 0 0 0 15px;
}

#input_keyword{
	margin: 0 0 0 10px;
	width: 300px;
	height: 20px;
}
#keyword_submit{
	vertical-align: bottom;
}

#search_by_wireless label{
	margin-right: 1em;
	white-space: nowrap;
}

#title_search_by_powersupply,
#title_search_by_wireless
{
	float: left;
}

#search_by_currentpos,
#search_by_station,
#search_by_map,
#search_by_latlong
{
	margin-left: 90px;
}

#search_by_currentpos,
#search_by_station,
#search_by_map,
#search_by_latlong
{
	margin-bottom: 10px;
}
#title_search_by_pos{
	float:left;
}
#search_by_address{
	float:left;
	width: 575px;
	margin-top: 2px;
}

#search_by_currentpos{
	clear:both;
}
#input_address{
	margin-top : 5px;
}

#input_wirelesses{
	margin-left: 90px;
}

#button_show_map_canvas,
#button_get_currentpos,
#title_search_by_map
{
	cursor: pointer;
}
#input_powersupply{
	margin-top: 8px;
}

.category_top{
	background: url(/images/design/frame_category_top.jpg) no-repeat;
	height:23px;
	width: 316px;
}
#search_by_category .category td{
	padding: 0 0 0 10px;
}
.category{
	background: url(/images/design/frame_category_body.jpg) repeat-y;
	width: 316px;
	margin: 0 20px 10px 0;
	float:left;
}
.category_bottom{
	background: url(/images/design/frame_category_bottom.jpg) no-repeat;
	height:7px;
	width: 316px;
}
.parent_category_name{
	float:left;
	width:200px;
	line-height: 22px;
}
#search_by_map span.openclose_button{
	position: relative;
	top: -24px;
	left: 87px;
}
span.openclose_button{
	width:46px;
	height:24px;
	background-repeat: no-repeat;
	cursor: pointer;
	display:block;
}
.off .openclose_button{
	background-image: url(/images/design/button_openclose_close.gif);
}
.on .openclose_button{
	background-image: url(/images/design/button_openclose_open.gif);
}
.category span.openclose_button{
	float:right;
}
.off .category_body{
	display:none;
}
.on .category_body{
	display:table-cell;
}
/* この部分はIE6,7のみ適応される */
* html .on .category_body{
	display:block;
}

#detail_submit_cell{
	text-align: center;
}
#detail_submit{
	margin: 0 auto;
}
.off #map{
	display: none;
}
#map{
	margin-top: -20px;
}
/* ------------------------------
 Blog
------------------------------ */
#blog_area_title{
	background: url(/images/design/title_topics_bk.gif) no-repeat #BBBB88;
	width: 678px;
	height: 24px;
	margin: 0 0 10px 25px;
}

#link_to_blogarchives{
	float: right;
}

#blog_area{
	margin: 0 0 0 25px;
}

.blog_entry_image{
	float:left;
	margin: 0 15px 10px 0;
}
.blog_entry_title{
	font-weight: bold;
	font-size: 1.1em;
	float:left;
}
.blog_entry_date{
	float: right;
}

.blog_entry_content{
	clear: both;
	line-height:150%;
	margin: 0 0 0 15px;
}

.blog_entry{
	clear:both;
	margin: 15px 25px 15px 0;
}
#blog_entry_bottom{
	clear:both;
}

.blog_entry_content div{
	margin: 10px;
}
blockquote{
	background: rgb(239, 239, 244);
	border-bottom: 1px solid rgb(178, 179, 206);
	border-left: 4px solid rgb(99, 99, 160);
	border-right: 1px solid rgb(178, 179, 206);
	border-top: 1px solid rgb(178, 179, 206);
	color: rgb(56, 57, 75);
	margin: 8px 2px 10px 6px;
	padding: 10px 10px 10px 6px;
}
blockquote pre{
	overflow:auto;
	width:630px;
}
.blog_entry_content h1,
.blog_entry_content h2,
.blog_entry_content h3,
.blog_entry_content h4,
.blog_entry_content h5{
	font-weight:bold;
}
.blog_entry_content p{
	margin: 10px 0;
}
.blog_entry_content li{
	list-style: disc;
	list-style-position: inside;
	margin-top:3px;
	margin-bottom:2px;
}

#bottomlinks_area{
	margin: 0 0 10px 25px;
}

.bottomlinks li{
	list-style:disc;
	list-style-position: inside;
	line-height: 1.5em;
}

.table_border td,
.table_border th{
	border: 1px solid black;
	padding: 5px 10px;
}
.table_checks tr.odd{

}
.table_checks tr.even{
	background: #EEEEEE;
}

/* ------------------------------
 Search_result
------------------------------ */
.search_result{
	background:url(/images/design/frame_searchresult_body.gif) repeat-y;
	margin: 10px 0 10px 20px;
}
#search_result_number {
	margin: 10px 0 0 20px;
}
.search_result_first{
	background:url(/images/design/frame_searchresult_top.gif) no-repeat;
	width: 658px;
	height: 52px;
	padding: 0 10px 0 10px;
}
.search_result_bottom{
	background:url(/images/design/frame_searchresult_bottom.gif) no-repeat;
	width: 678px;
	height: 16px;
}

.search_result_title{
	color: #3A86AF;
	font-size:1.5em;
	margin:0 0 5px 20px;
	font-weight: bold;
	text-shadow: #CCC 1px 2px 2px;
}
.search_result .spot_icon{
	vertical-align: bottom;
}
.search_result .spot_name{
}
.search_result .spot_address{
	float: right;
	margin: 10px 0 0 0;
}
.search_result .spot_powersupply{
	float: left;
	margin: 0 0 0 20px;
}
.search_result .spot_wireless{
	float: left;
	margin: 0 0 0 10px;
}
.search_result .spot_wireless img{
	vertical-align:middle;
}
.search_result .spot_wireless span{
	position:relative;
}

.search_result .spot_more{
	float:right;
	margin: 0 20px 0 0;
}
.search_result .powersupply{
	margin: 0 0 0 20px;
}

#search_result_map{
	padding-left:20px;
}
#formobile_area{
	margin: 10px 0 0 5px;
}
#didyoumean {
  margin-left:5px;
}
#didyoumean form{
  display:inline;
}
#didyoumean input{
  display:inline;
  background:none;
  border:none;
  color: -webkit-link;
  text-decoration: underline;
  cursor: pointer;
}


/* ------------------------------
 Spot
------------------------------ */
.icon{
	vertical-align: middle;
}
.icon_text{
	position: relative;
	top: 2px;
}

#spot_area{
	margin: 10px 20px 10px 45px;
}
.spot_table {
	width: 650px;
}
.spot_table tr{
	border-bottom: 10px solid transparent;
}
.spot_powersupply img,
.spot_wireless img,
{
	vertical-align: bottom;
}
#spot_area .spot_table_map{
	text-align: center;
	width: 100%;
}
#spot_area #map_canvas{
	text-align: left;
	margin: 0px auto;
	width: 400px;
}

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

.spot_name{
	font-size: 1.5em;
	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;
}

.last_update{
	text-align:right;
}

.reference_urls{
	
}

.photo_copyright{
	text-align:right;
}
/* ------------------------------
 Twitter
------------------------------ */
#twits,#tweetbox{
	margin:10px 20px 10px 45px;
}

#twits h3, #tweetbox h3{
	color:#333333;
	font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
	font-size:20px;
	font-weight:normal;
	line-height:1.1;
}

#twits .meta{
	float:right;
}
#twits .username ,#twits .timestamp{
	margin-right: 2px;
	color: #999;
	font-size: 11px;
	margin-top: 3px;
}
#twits .status-img{
	float:right;
}
#twits .status-img img{
	border:1px solid gray;
	padding:1px;
}
/*
 * jTweetsAnywhere V1.0.1
 * http://thomasbillenstein.com/jTweetsAnywhere/
 *
 * Copyright 2010, Thomas Billenstein
 * Licensed under the MIT license.
 * http://thomasbillenstein.com/jTweetsAnywhere/license.txt
 */

.jta-tweet-list
{
    padding: 0;
}

.jta-tweet-list-item
{
    background: #fafafa;
    border-bottom: 1px solid #e4e4e4;
    list-style: none;
    padding: 8px 0px 8px 0px;
	overflow: hidden;
}

.jta-tweet-list-item:first-child
{
    border-top: 1px solid #e4e4e4;
}

.jta-tweet-profile-image
{
	width: 48px;
	display: inline;
	float: left;
}

.jta-tweet-profile-image-link
{
}

.jta-tweet-body
{
}

.jta-tweet-body-list-profile-image-present
{
	margin-left: 58px;
}

.jta-tweet-a
{
    color: #900;
    text-decoration: none;
}

.jta-tweet-a:hover
{
    color: #900;
    text-decoration: underline;
}

.jta-tweet-link
{
}

.jta-tweet-link:hover
{
}

.twitter-anywhere-user
{
    color: #900;
    text-decoration: none;
}

.twitter-anywhere-user:hover
{
    color: #900;
    text-decoration: underline;
}

.jta-tweet-hashtag
{
}

.jta-tweet-hashtag:hover
{
}

.jta-tweet-timestamp
{
    display: block;
    color: #999;
    font-size: 11px;
    margin-top: 3px;
}

.jta-follow-button
{
}

.jta-tweet-box
{
}

.jta-connect-button
{
}

.jta-login-info
{
}

.jta-login-info-profile-image
{
	width: 48px;
	display: inline;
	float: left;
}

.jta-login-info-block
{
	margin-left: 58px;
}

.jta-login-info-screen-name
{
}

.jta-login-info-sign-out
{
	width: 97px;
	margin-top: 2px;
	padding: 1px;
	text-align: center;
    border: 1px solid #999;
}

.jta-login-info-sign-out:hover
{
	color: black;
	background-color: #999;
	cursor: pointer;
}

.jta-loading
{
}

.jta-error
{
    color: #f00;
}

.jta-clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* ------------------------------
 Debug
------------------------------ */

/* デバッグ用に表示する部品 */
.debug{
	display:none; 
}
#debug{
	border:2px red solid;
	width: 650px;
}


