/* CSS Document */


/*センターボックス*/
#center {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}

/*ページタイトル*/
#center #page_title {
	width: 810px;
	margin-bottom: 10px;
}

#center .contents{
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 5px;
}

#center .contents h2{
	padding-top: 10px;
	padding-bottom: 10px;
}

/*ＰＤＦダウンロードボタン*/
#center .bt{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#center .bt a{
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	display: block;
	background-image: url(image/pdf_bt.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
}

#center .bt a:hover{
	background-position: 0px -30px;
}

