/*♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦ボックスの初期化*/
* {
	margin: 0px;
	padding: 0px;
	border:0px none;
	}

/*♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦テキストの初期化*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, tr, td, th {
	font-family: MS P Gothic, Osaka, Hiragino Kaku Gothic Pro;
	font-size:medium;
	font-weight:normal;
	line-height:normal;
	letter-spacing:normal;
	color:#333333;
	}
input, textarea {
	font-size:small;
	}
li {
	list-style: none;
	margin-left: 1em;
	}
em {
	font-weight:normal;
	font-style:italic;
	}
strong {
	font-weight:bold;
	}

/*♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦リンクテキストの設定*/
a:link {
	color:#666666;
	text-decoration: underline;
	}
a:visited {
	color:#666666;
	text-decoration: underline;
	}
a:hover {
	color:#666666;
	text-decoration: underline;
	}
a:active {
	color:#666666;
	text-decoration: underline;
	}

/*♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦背景色の設定*/
body {
	background-color:#333333;
	width:100%;
	}

/*♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦♦Google Maps用の追加設定*/
#google_maps {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	}
#google_maps h3 {
	color:#3366FF;
	font-size:small;
	font-weight:bold;
	border-bottom:1px solid #3366FF;
	margin-bottom:0.5em;
	}
#google_maps p {
	color:#333333;
	font-size:x-small;
	padding-left:2px;
	margin-bottom:1em;
	}
