* {
	margin: 0;
	padding: 0;
	font-family: "メイリオ";
	letter-spacing: 0.025em;
}
br {
	letter-spacing: normal;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: url(../img/bg.png);
}
li {
	list-style-type: none;
}
#wrapper {
	margin: 0 27px;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 81px;
	line-height: 81px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	min-width: 640px;
	z-index: 5;
}
#header img {
	position: absolute;
	top: 27px;
	left: 27px;
}
#header p{
	position: absolute;
	right: 27px;
	font-size: 12px;
}
#main {
	margin: 162px auto;
	margin-bottom: 0;
	width: 75%;
	min-width: 586px;
}
.image {
	width: 475px;
	height: 174px;
	margin: 27px auto;
}
.content {
	font-size: 14px;
	line-height: 28px;
	margin: 54px auto;
	width: 100%;
}
.content-title {
	margin: 81px auto;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
.content div {
	width: 586px;
	height: 469px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
	z-index: 1;
}
.content div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 586px;
	height: 469px;
	margin: 0;
}
.content div span {
	position: absolute;
	right: -81px;
	bottom: 0;
	width: 81px;
	height: 36px;
	line-height: 36px;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	text-align: center;
}
.shadow-line {
	margin: 54px 0;
	width: 100%;
	height: 0px;
	border-top: 2px solid rgba(0,0,0,0.1);
	border-bottom: 2px solid rgba(255,255,255,0.75);
}
.shadow-box {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	text-align: center;
	z-index: 10;
}
.shadow-box img {
	position: relative;
	top: 50%;
}
.content-footer {
	font-size: 14px;
	line-height: 28px;
	margin: 54px auto;
	width: 100%;
	text-align: center;
}
#gallery {
	margin: 0 auto;
	min-width: 586px;
	min-height: 260px;
}
#gallery div {
	float: left;
	margin: 2%;
	width: 28%;
}
#gallery div a img {
	width: 100%;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
}