html {
	height: 100%;
}
body {
	height:100%;
	background: url("../img/bg_b.gif") fixed;
	color: #333333;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 13px;
	line-height: 150%;
}
a {
	text-decoration: none;
}

#cover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url("../img/cover_bg.png");
}
#cover img {
	position: absolute;
	top: 50%;
	left: 50%;
}

#container{
	margin: 0 auto;
	width: 880px;
	min-height: 100%;
	background: #FFFFFF;
}

#head {
	position: relative;
	height: 100px;
	border-bottom: 2px solid #333333;
}
h1 {
	position: absolute;
	top: 35px;
	left: 20px;
	font-size: 182%;
	font-weight: bold;
}
#head ul {
	position: absolute;
	bottom: 5px;
	right: 0;
	line-height: 100%;
}
#head li {
	float: left;
	margin-right: 10px;
}
#profile a {
	color: #999999;
}
#profile a:hover {
	color: #000000;
}

#main {
	padding: 10px 20px 30px;
}
h2 {
	margin-top: 10px;
	font-size: 153.9%;
	font-weight: bold;
}
#main li {
	float: left;
	margin: 10px;
}

#popup {
	display: none;
}

#fancybox-content img {
	margin-bottom: 10px;
}
strong {
	font-size: 138.5%;
}
.date {
	font-style: italic;
}
p {
	margin-top: 1em;
}
