@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: style.css
Description	: Style for GoogleMaps
Version		: 1.0
Modified	: 10/02/09
Content		:
========================================================================= */

@import "../../../_common/_css/basestyle.css"; /* サイト共通スタイル取り込み */

body
{
	background-color: #B0B0B0;
}

div#top
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 640px;
	text-align: center;
	border: solid 5px #E0E0E0;
	background-color: #FFFFFF;
}

h1
{
	margin-bottom: 20px;
	font-size: 1.8em;
	font-weight: bold;
}

table
{
	margin: 0 auto;
}

table th,
table td
{
	border: solid 2px #C0C0C0;
	font-size: 1.2em;
}

table th
{
	background-color: #E0E0E0;
}

table td
{
	background-color: #FFFFFF;
}

iframe
{
	border: solid 2px #C0C0C0;
}

small
{
	display: block;
	margin-top: 5px;
	font-size: 1.2em;
}
