@charset "UTF-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, th, td, form, fieldset, input, textarea {
	margin:0;
	padding:0;
}
.gmap1 {
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
}
.gmap2 {
	font-size:12px;
	line-height:1.4;
}
/* テキストリンク */
a:link {
	color:#36c;
	text-decoration:none;
}
a:visited {
	color:#58c;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:underline;
}
a:active {
	color:#f00;
	text-decoration:underline;
}