@charset "Shift_JIS";

/*main
--------------------------------------------------------------------------------------------------------------*/
#main dl {
	width: 580px;
	margin: 0 0 30px;
}
	#main dl dt {
		float: left;
		clear: both;
		border-bottom: 1px dotted #c7c7c7;
		width: 90px;
		padding: 7px 0;
	}
	#main dl dd {
		border-bottom: 1px dotted #c7c7c7;
		padding: 7px 0;
	}
/* #info
--------------------------------------------------------------------------------------------------------------*/
#info h2 {
	background: url(img/tit_news.gif) no-repeat;
	width: 580px;
	height: 30px;
	text-indent: -9999px;
	margin-top: 14px;
}
#info h3#re_popup_title {
	background: #888;
	width: 570px;
	margin: 10px 0 5px;
	padding: 5px;
	font-size: 116%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
}

/*news
--------------------------------------------------------------------------------------------------------------*/
#main #news h3 {
	background: none;
	margin: 10px 0 0;
	padding: 0;
}
	#news p {
		position: relative;
	}
		#news p a {
			position: absolute;
			top: -35px;
			right: 10px;
			display: block;
			background: url(img/btn_bn.gif) no-repeat;
			width: 72px;
			height: 11px;
			text-indent: -9999px;
		}

/*backnumber
--------------------------------------------------------------------------------------------------------------*/
#bn h2 {
	background: url(img/tit_bn.gif) no-repeat;
	width: 580px;
	height: 30px;
	text-indent: -9999px;
	margin-top: 14px;
}

