.about{
	width:950px;
	margin:0 auto;
	position:relative;
}

.about div{
	width:790px;
	border:5px solid #9fa0a0;
	background:#fcf9ed;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;
	padding:20px 30px;
	line-height:180%;
	margin:20px 0 0 20px;
	text-align: justify;
}

.about div strong{
	display:block;
	font-weight:bold;
	font-size:120%;
	line-height:180%;
}

.about table{
	width:600px;
	margin:20px auto;
	border-collapse:collapse;
	table-layout: fixed;
}
.about th, .about td{
	border:1px solid #000000;
	padding:5px 10px;
	background:#ffffff;
}
.about th{
	background:rgba(255,243,210,1.0);
	text-align:center;
}



h1 span{
	margin:0 0 0 5px;
	position:relative;
	top:-5px;
}


	
#miko{
	position:absolute;
	right:-50px;
	bottom:0;
}

.map{
	width:950px;
	margin:50px auto;
}

.map h1{
	margin:0 0 20px 0;
}

.map img.map_img{
	width:930px;
	margin:0 0 0 20px;
}

.link{
	width:950px;
	margin:50px auto;
	text-align:center;
}
.link a{
	display:inline-block;
	margin:20px auto 50px;
}
.link a img{
	box-shadow:1px 1px 5px rgba(0,0,0,0.2);
}


.download{
	width:950px;
	margin:50px auto;
}

.download ul{
	margin:10px 0 0 5px;
}

.download li{
	padding:10px 0;
	/*text-align: justify;*/
}


