@charset "euc-jp";

/* 簡単お知らせビューア用スタイルシート */
#js-info2 {
	background: #fdb0cf;
	width: 200px;
	height: 300px;
	padding: 10px;
	margin-bottom:30px;
	font-size: 80%;
}
*html #js-info2 {
	width: 220px;
	height: 320px;
}
#js-info {
	background-color:#fff;
	width: 180px;
	height: 280px;
	overflow: auto;
	padding: 10px;
}
*html #js-info {
	width: 200px;
	height: 300px;
}
#js-info p a:link, #js-info p a:visited {
	color: #2663ff;
	text-decoration: none;
}
#js-info p a:hover {
	color: #C36;
	text-decoration: none;
}
p.title {
	font-size: 12px;
	margin: 0;
	padding-bottom: 3px;
	color: #36c;
	line-height: normal;
}
p.edit {
	font-size: 12px;
	margin: 0;
	padding-top: 5px;
}
#js-info p {
	margin: 0 0 5px 0;
	padding-bottom: 10px;
	border-bottom:1px #999999 dotted;
	width:160px;
}
* html #js-info p {
	margin: 0 0 5px 0;
	padding-bottom: 10px;
	border-bottom:1px #999999 dotted;
	width:160px;
}
