@charset "utf-8";
.dol {
	width: 800px;
	margin: 0 auto;
}
p.dolimg {
	display: block;
	margin: 10px 0;
}
img.title2016 {
	display: block;
	margin: 10px auto;
}
h1 {
	background: #510B76;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4em;
	padding-left: 7px;
	width: 800px;
	margin: 0 auto;
	border-radius: 2px;
}
#list {
	padding: 20px 0;
	width: 800px;
	margin: 0 auto;
}
#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 {
	width: 50px;
	height: 50px;
	bottom: 50px; 
	right: 180px;
	font-size: 2em;
	color: #fff;
	position: fixed; 
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #3F2E5A;
	text-align: center;
	line-height: 50px;
	opacity: 0.7;
}
#goTop a {
	color: #FFF;
	text-decoration: none;
}