﻿/*
* {
	font-family: meiryo, Tahoma, sans-serif;}
*/
a {
	color: #669900;}
a:hover {
	color: #92CC05;
	text-decoration: none;}

img {
	border: 0px;}

.clr {
	clear: both;
	font-size: 1px;}

.new {
	margin: 0px 0px 0px 5px;}


/*** CONTENT_SUMMARY **************************************************/
#content_summary {
	text-align: left;
	width: 100%;
	background: #f6f6f6;}

	#content_summary p {
		font-size: 75%;
		line-height: 150%;
		padding: 8px 10px;}

/*** HEAD **************************************************/
#head {
	width: 100%;
	text-align: left;
	padding: 1em 0px 5px 0px;
	border-bottom: 1px solid #ccc;}

	#head h1 {
		float: left;
		font-size: 85%;
		line-height: 180%;
		margin: 0px 0px;}

	#head p {
		float: right;
		font-weight: bold;
		font-size: 80%;
		line-height: 180%;}


/*** GEO_CODE **************************************************/
.geo_code {
	width: 100%;
	padding: 10px 0px 10px 10px;
/*	line-height: 160%;*/
/*	background: url(../images/bg_grad_gray.gif) repeat-x top;*/
/*	background:red;*/

	}

	.geo_code input,select,font {
		padding: 2px 0px;
		vertical-align: top;
		margin: 0px 10px 0px 0px;
		}

	.geo_code button {
		vertical-align: middle;
		cursor: pointer;
		border: 0px;
		padding: 2px 5px;
		font-weight: bold;
		color: #fff;
		background: url(../images/bg_submit.gif) no-repeat left center;}

		.geo_code button:hover {
			color: #fff;
			background: url(../images/bg_submit.gif) no-repeat right center;}

/*** MAP **************************************************/
#mapCanvas {
	width: 738px;
	height: 500px;
	margin: 10px 0 0 0;}


/*** INPUT **************************************************/
#value {
	width: 738px;
	margin: 10px 0 0 0;
	border: 1px solid #ccc;
	padding: 10px 0px;
	font-size: 80%;
	line-height: 160%;
	background: #fff url(../images/bg_slant_green.gif);}

	#value input {
		margin: 0px 10px 0px 0px;
		vertical-align: middle;}

	#map_x, #map_y {
		width: 150px;}
	#map_z {
		width: 50px;}

	#value button {
		cursor: pointer;
		margin: 10px 0px 0px 0px;
		border: 0px;
		padding: 4px 10px;
		font-weight: bold;
		color: #fff;
		background: url(../images/bg_submit.gif) no-repeat left center;}

		#value button:hover {
			color: #fff;
			background: url(../images/bg_submit.gif) no-repeat right center;}


	#value p {
		margin: 10px 0px 0px 0px;
		color: #c36;}

/*** FOOT **************************************************/
#foot {
	clear: both;
	width: 100%;
	margin: 2em 0px 1em 0px;}

	#foot ul {
		text-align: left;
		list-style: none;
		padding: 0.5em 0px;}

		#foot ul li {
			display: inline;
			font-size: 80%;
			line-height: 180%;
			margin: 0px 5px 0px 0px;}

	#foot address {
		border-top: 1px solid #ccc;
		padding: 0.5em 0px;
		font-style: normal;
		font-size: 80%;
		line-height: 180%;}
