﻿a:link, a:visited, a:hover, a:active { text-decoration: none; }
a:link    { color: #00f; }
a:visited { color: #609; }
a:hover   { color: #f00; }
a:active  { color: #f00; }

body {
	color: #887;
	background-color: #eee;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.main {
	width: 500px;
	padding: 20px;
	margin: 10px auto;
	line-height: 160%;
	background-color: #fff;
	border-radius: 20px;
}

.title {
	width: 100%;
	text-align: center;
	margin: 0 auto 10px;
}

.photo, .sentence, .map {
	width: 480px;
	margin: auto;
}

.discrpt {
	width: 371px;
	padding: 1px 8px;
	background: #fef;
	margin: auto;
	-moz-border-radius: 5px;	/* -Firefox12 */
	-webkit-border-radius: 5px;	/* Webkit */
	border-radius: 5px;		/* CSS3, Firefox13- */
}

.sentence {
	margin-bottom: 3em;
}

.map, .discrpt {
	margin-top: 2em;
	margin-bottom: 2em;
}

.footer {
	width: 500px;
	height: 10em;
	margin: 10px auto;
}

.navi {
	width: 387px;
	height: 10px;
	margin: auto;
}

.box-shadow {
  -moz-box-shadow: 0px 0px 8px #888; /* FireFox */
  -webkit-box-shadow: 0px 0px 8px #888; /* webkit */
  box-shadow: 0px 0px 8px #888;
}
