@charset "utf-8";
/* CSS Document */
#wrap {
	width: 600px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}
.dol {
	margin: 10px;
}
p.dolimg {
	display: block;
}
#wrap h1 {
	background: url(../img/title.png) no-repeat 0 0;
	width: 308px;
	height: 66px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	font-size: 0;
}
.days {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
}
#photo {
	width: 600px;
}
#list {
	padding: 30px 0;
}
#list dl {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#list dl.last {
	margin: 10px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: none;
}
#list dt {
	font-weight: bold;
}
#list dd {
	line-height: 1.7;
	text-indent: 1em;
}
a.pdf {
	display: inline-block;
	padding-right: 20px;
	background: url(../img/icon_pdf.gif) no-repeat right center;
}
a.html {
	display: inline-block;
	padding-right: 20px;
	background: url(../img/icon_html.gif) no-repeat right center;
}
#goTop {
	padding: 10px; 
	bottom: 5px; 
	right: 250px;
	background: #000;
	font-size: 0.8em;
	color: #FFF;
	position: fixed; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#goTop a {
	color: #FFF;
}