@charset "UTF-8"; 

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}



.app_body {
margin: 6px;

background-color: #f7f7f7;

font-family:'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;

color:#444444;

-webkit-text-size-adjust: 100%;

}


.addrBOX{
float:left;
width:360px;
height:130px;

background: #FFFFFF;
border-top: 1px solid #e9e8e8;
border-bottom: 1px solid #e9e8e8;
border-left: 1px solid #e9e8e8;

font-size:16px;

padding: 20;
margin-left: 10px;

}

.mapBOX{
float:left;
width:320px;
height:150px;

background: #FFFFFF;
border-top: 1px solid #e9e8e8;
border-right: 1px solid #e9e8e8;
border-bottom: 1px solid #e9e8e8;
	
padding: 10;

}


.urlBOX{
width:700px;
background: #FFFFFF;
border: 1px solid #e9e8e8;
font-size:16px;

padding: 20;
margin-left: 10px;


}




/*floatの解除用*/
.app_clear { clear:both; }



.app_bold {
font-weight: bold;
font-size:120%;
}


