body{
	padding:0px;
	margin: 0px;
	height:100%;
	font-family:sans-serif, 'メイリオ', '游ゴシック';
	line-height:1.6em;
	letter-spacing:0.02em;
	color:#363636;
}

.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.text_left{
	text-align:left;
}

.fontawesome_submit{
    font-family: FontAwesome;
}

h1 {
	margin-top:0.5em;
	position: relative;
	padding-top: .75em;
	border-bottom: 1px solid #ccc;
}
h1::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #aa5576;
}

h2 {
	font-weight: normal;
    border-left: 4px double #5580aa;
    text-indent: 12px;
}
h3 {
	font-weight: normal;    
	text-indent: 0px;
	font-size: normal;
	border-bottom:1px dotted silver;
}
.fcolor_keiho_purple {
	color:purple;
}
.fcolor_keiho_red {
	color:#ec5656;
}
.fcolor_keiho_yellow {
	color:#ddcc66;
}
.fcolor_keiho_green {
	color:#66cc66;
}
.fcolor_keiho_gray {
	color:silver;
}

.fcolor_red{
	color:#ec5656;
}
.fcolor_green {
	color:#66cc66;
}
select.droplist {
 width:18em;
}

#mapdiv{width:98%;height:640px;border:1px solid #c4baae;}