@import url("reset.css");
* {
margin: 0;
padding: 0;
}
body {
text-align:center;
}
p {
font-size:13px;
letter-spacing:0.1em;
width:200px;
text-align:center;
}
#map{
width: 500px;
height: 500px;
}

/*以下テスト*/
/*#testwrap{
overflow:hidden;
height:500px;
}*/
