@charset "shift_jis";

/*----------------------------------------
	.backnumber
----------------------------------------*/

div#bn_head {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	width: 650px;
	padding-bottom: 5px;
}

div#bn_ttl {
	margin-bottom: 10px;
}

div#bn_content_name {
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FCC;
	margin-left: 5px;
	margin-right: 5px;
}

p#content_name {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size: 18px;
	margin-bottom: 2px;
	margin-top: -2px;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	color: #F36;
}

p#content_read {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: -2px;
	padding: 3px;
}

div#bn_to {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-left: 5px;
	margin-right: 5px;
}

p#content_title {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size: 15px;
	margin-bottom: 3px;
	margin-top: -2px;
	background-color: #E9E9E9;
	padding: 3px;
}

p#content_no {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size: 10px;
	margin-bottom: 3px;
	margin-top: -2px;
	padding-right: 3px;
	padding-left: 3px;
}

