@charset "utf-8";
/* ------------------------------------
 css information
 file name  :  base.css
------------------------------------ */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
    zoom: 1;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
    color:#222222;
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
p {
    color:#222222;
}

body {
	background:#d4d4d4;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka,Verdana, "ＭＳ Ｐゴシック";
	line-height: 1.65;
}

/*--- base */

#wrapper{
	margin: 0 auto;
	width: 980px;	
}

.icon{ margin: 140px 457px ;  }

#head{
	background:url(../img/txt01.png) no-repeat;
	height: 278px;
	text-indent: -9999px;
	margin-bottom: 140px;
}

#map { width: 100%; height:400px; margin-bottom: 140px; }

.info-window-content{ width: 330px; height: 100px; overflow:hidden;  }

* html .info-window-content{ width: 330px; height: 120px; }/*IE6*/
*:first-child+htm .info-window-content{ width: 330px; height: 100px; overflow:hidden; }/*IE7*/

#txt {
	background:url(../img/txt02.png) no-repeat;
	height: 278px;
	text-indent: -9999px;
	margin-bottom: 140px;
}

#pagetop{ margin: 140px 460px ;  }

