@charset "UTF-8";
/* CSS Document */

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../img/side.gif);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	background-position: top;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
	max-width: 1000px;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	min-height: 100%;
}

.sidebar1 {
	float: left;
	width: 174px;
	height: 600px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 10px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: top;
}


.content {
	width: 800px;
	float: left;
	margin-bottom: 40px;
	height: 100%;
}



/* ~~ フッター ~~ */
.footer {
	text-align: center;
	width: 100%;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height: 40px;
	bottom: 0;
	left: 0px;
	float: left;
	background-repeat: repeat-x;
	background-image: url(../img/footer.gif);
	padding-top: 10px;
}
li {
	list-style-type: disc;
	list-style-position: inside;
}

.header {
	text-align: center;
	top: 0px;
	background-image: url(../img/header1.jpg);
	background-repeat: repeat-x;
}
/* ~~ 地図 ~~ */

.container .content .doc #GoogleMap{
        margin: 20px auto;
        border: 1px dashed #C0C0C0;
        width: 720px;
        height: 350px;
      } 
