@charset "utf-8";
/* CSS Document */

/*　ホームのみで使用しているCSS　*/
.home dl.entry_list {margin-bottom:5px}
.home ul.entry_list {margin-bottom:5px}

#pagetop {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	height: 20px;
}

#pagetop a {
	/* ページの先頭へのリンク設定 */
	display: block;
	margin-left: auto;
	width: 105px;
	height: 20px;
	overflow: hidden;
	background-image: url(../images/returnTop_1E.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}

#pagetop a:hover {
	/* ページの先頭へのリンク設定 */
	background-image: url(../images/returnTop_1E.png);
	background-position: 0px -20px;
}

#pagetopE {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
}

#pagetopE a {
	/* ページの先頭へのリンク設定 */
	display: block;
	margin-left: auto;
	width: 105px;
	height: 20px;
	overflow: hidden;
	background-image: url(../images/returnTop_1EE.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}
