/* base.css */

@charset "utf-8";

/* Margin Padding のクリア */
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
  margin: 0;
  padding: 0;
  color:  #333333;
}

p {
   font-size:  7.5pt;
   line-height: 1.5em;
   letter-spacing: 0px;
  }
  
h1
{
	font-size:10pt;
	font-weight:normal;
}
/* h2のスタイル設定 */
h2 {
  font-size: 10pt;
}

/* メインコンテンツh3のスタイル設定 */
h3 {
  font-size: 10pt;
  font-weight: normal;
}

/* メインコンテンツh4のスタイル設定 */
h4 {
  font-size: 9pt;
  font-weight: normal;
}

/* メインコンテンツh5のスタイル設定 */
h5 {
  font-size: 8pt;
  font-weight: normal;
}

/* メインコンテンツh6のスタイル設定 */
h6 {
  font-size: 7pt;
  font-weight: normal;
}

/* リンクのスタイル設定 */
a {
  font-size: 8pt;
  color: #000066;
}

a:hover {
  color: #ff0000;
}

a:link {
}

/* bodyのスタイル設定 */
body {
	background-image: url("./img/bg.gif");
	font-family:"ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3",verdana,arial,sans-serif;
  margin: 0px;
  font-size: 8pt;
  text-align: center;
  color: #333333;
}

form{
	font-size: 10pt;
}

/* ページ全体のスタイル設定 */
#wrapper {
/*
  margin: 0px auto ;
*/
	top: 0px;
	left: 0px;
	position :relative;

  text-align: left;
  color: #333333;
	background-color: #ffffff;
}

#header{
	top: 0px;
	left: 0px;
	position: abusolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 52px;
	background-image: url('img/headlogo.jpg') ;
	background-repeat: no-repeat ;
	background-position: center ;
	text-align:center;
}
#maincontent {
	top:0px;
	left:0px;
	position: relative;
	margin-top: 5px;
	width: 100%;
}

#map {
	top: 0px;
	left: 0px;
	position: abusolute;
	width: 700px;
	height: 500px;
}

#navi {
	width: 200px;
	top: 0px ;
	left: 710px;
	position: absolute;
}
#navi_header{
	font-size: 10pt;
	color: blue;
}

#message {
	font-size: 20pt;
	font-weight: bold;
	width: 700px ;
	text-align: center;
	top: 245px;
	left: 0px ;
	color: red ;
	position: absolute;
}

#help_css {
	font-size: 11pt;
	line-height: 1.3em;
	width: 100% ;
	height: 200px ;
	margin-top: 5px;
	margin-left: 10% ;
/*
	top: 505px;
	position: absolute;
*/
}

#footer{
/*
	top: 760px;
	left: 0px;
	position: absolute;
*/
	margin-top: 5px;
	font-size: 9pt;
	text-align: center;
	background-color: #90ee90;
	width: 100%;
	height: 80px;
}
#google-ads{
/*
	top: 60px;
	left: 0px;
	position: absolute;
*/
	margin-top: 5px;
	width:100%;
	height:90px;
	text-align:center ;
	background-color: #ffffff;
}

