@charset "utf-8";
*{
	margin:0;
	padding:0;
	zoom:1;
}
html{
	height:100%;
}
html>/**/body{
	overflow:-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:100%;
	padding-bottom:1px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
}
ul,ol,dl{
	list-style:none;
}
li{
	display:list-item;
	zoom:normal;
}
img,a img{
	vertical-align:bottom;
	border:none;
	background:transparent;
}
p, pre {
	margin-bottom: 10px;
}
h1 {
	margin-bottom: 0px;
}
h2 {
}
h3 {
	color: #660000;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	margin-bottom: 20px;
}
#wrapper #search {
	margin-bottom: 10px;
}
#wrapper #twitterMaps{
	margin-bottom: 10px;
}
#wrapper #twitterMaps #map {
	float: left;
}
#wrapper #twitterMaps #map #map_canvas {
	height: 500px;
	width: 500px;
}
#wrapper #twitterMaps #result {
	float: left;
	width: 295px;
	height: 500px;
	margin-left: 5px;
	overflow: auto;
}
#wrapper #twitterMaps #result #result_table {
	width: 275px;
}
#wrapper #twitterMaps #result #result_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#wrapper #twitterMaps #result #result_table .created_at {
	font-size: 10px;
	font-style: italic;
	color: #663;
}
