@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

h1 {
	margin: 20px 0 15px;
	font-size: 1.5em;
}

a {
	color: #005fd4;
	text-decoration: none;
	overflow: hidden;
	outline: none;
	text-shadow: 1px 1px 1px #888;
}

a:hover {
	color: #fd5c6f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

p+p {
	padding: 1.5em 0 0 1em;
}

dl {
	background-color: #d7d7d7;
	width: 820px;
	margin: 30px auto 15px;
	padding: 20px 30px;
	border-radius: 8px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.5em;
}

dd:last-child {
	margin-bottom: 0;
}

ul {
	margin-left: 20px;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#qr {
	width: 600px;
	margin: 0 auto 30px;
	padding: 10px 40px;
	border:1px solid #d7d7d7;
	border-radius:4px;
	display: table;
}

#qr span, #qr img {
	vertical-align: middle;
	display: table-cell;
}

#qr span {
	width: 489px;
}

#footer{
	height: 40px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #777777;
}

#footer:after {
	content: "";
	display: block;
	clear: both;
}

#footer a:last-child {
	float: right;
}