body{
margin: 0px;
padding: 0px;
height: 100%;
font-size:12pt;
font-family:monospace;
font-weight:100;
color:#333333;
}
#map_canvas { height: 100% }
.title{
font-size:12pt;
font-family:monospace;
font-weight:900;
color:#555555;
}
#e-garage{
display:block;
width:1000px;
/*background-color: #ffff77;   背景色の指定 */
background-color: #dddddd;   背景色の指定 
border-radius:0px; /* 角丸の指定 */
padding:10px;
text-align: center;
font-size:12pt;
font-family:monospace;
font-weight:1000;
color:#000055;
}

#header{
display:block;
width:1000px;
height:243px;

}
#main{
display:block;
width:1000px;
text-align: left;
}
h1{
font-size:24pt;
}


#footer{
display:block;
width:1000px;
background-color: #dddddd;  /* 背景色の指定 */
}
#prophecy{
background-image: url(./img/bg-0003.png);
display:block;
width:600px;
/*background-color: #ffff77;   背景色の指定 */
/*background-color: #deb887;   背景色の指定 */
border-radius:5px; /* 角丸の指定 */
padding:10px;
text-align: left;
}


hr{
height:1px;
width:100%;
}

