@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333;
	line-height: 2em;
	background-image: url(../img/common/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6699ff;
	border-bottom-color: #7dbeff;
	background-color: #FBFEFF;
}

a:link, a:visited, a:active {
	color: #0066cc;
	text-decoration: underline;
	overflow:hidden;
}
a:hover {
	color: #FC0;
	text-decoration: none;
	overflow:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}

img {
  border: none;
}
p {
	line-height: 2em;
}
.clear {
	clear: both;
}

#london {
	background-color: #FFF;
	display: block;
	margin: 0px auto;
	padding: 10px;
	width: 680px;
}
#london h1 {
	background-image: url(../img/london/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0 auto 25px auto;
	height: 80px;
	width: 680px;
}

.click {
	font-size: 11px;
	color: #666;
	text-align: left;
	width: 660px;
	margin: 0 auto 5px auto;
}

#london-box {
	display: block;
	margin: 0px auto 20px auto;
	padding: 10px;
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2560A4;
}

#london-ph {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
}

#london-txt {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 500px;
}
#london-txt p {
	text-align: left;
	margin: 0 0 10px 0;
}

#close {
	text-align: center;
	margin: 10px auto;
}