@charset "iso-2022-jp";

/* board */
div#brd-archive {
	background-image:url(img/archive_brd.png);
	background-repeat:repeat-y;
	background-position:center top;
	}
div#brd-archive h1 {
	font-size:2px;
	text-indent:-9999px;
	background-image:url(img/archive_brd.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:60px;
	}
div#brd-archive div.bx-brdbtm {
	background-image:url(img/archive_brd.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0 25px 50px 50px;
	}

div#brd-archive dl dt, div#brd-archive dl dd {
	font-size:83%;
	line-height:1.25;
	padding-top:0.25em;
	padding-bottom:0.25em;
	}

div#brd-archive dl dt {
	float:left;
	color:#cc420a;
	}
div#brd-archive dl dd {
	font-weight:bold;
	border-bottom:1px dashed #f6eadd;
	padding-left:8em;
	}

div#brd-archive dl dd a.btn-gallery {
	display:block;
	font-size:2px;
	text-indent:-9999px;
	background-image:url(img/gallery_img.png);
	background-repeat:no-repeat;
	background-position:-540px 0;
	width:172px;
	height:19px;
	}
div#brd-archive dl dd a.btn-gallery:hover {
	background-position:-540px -20px;
	}