@charset "utf-8";

.RSSBox {
    background: url("/zope/skin/img/linkMono");
    background-repeat: no-repeat;
    background-position: 2px center;
    background-color: #c0c0c0;
    margin: 0 1 0 0;
    font-size: x-small;
    /*font-weight: bold;*/
    color: #ffffff;
    padding: 0 6 0 12;
    border: 1px solid #909090;
}
.RSSBox a {color: #ffffff; text-decoration: none;}
.RSSBox a:link {color: #ffffff; text-decoration: none;}
.RSSBox a:visited {color: #ffffff; text-decoration: none;}
.RSSBox a:active {color: #ffffff; text-decoration: underline;}
.RSSBox a:hover {color: #ffffff; text-decoration: underline;}
/* ------------------------------------------------------------*/

/* サイト一覧 */
table.RSSMAP {
	background-color: #bbbbbb;
	width: 212px;
	font-size: x-small;
}
table.RSSTITLE {
	background-color: WhiteSmoke;
	text-align: left;
	font-size: medium;
	width: 100%;
}
table.RSSITEMS {
	background-color: #ffffff;
	width: 100%;
	font-size: x-small;
}
table.RSSITEMS td.SITE {
	font-size: x-small;
	font-weight: bold;
}
table.RSSITEMS .BUTTON {
	background-color: #ffffff;
	border-width: 0 0 1 1;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
}
table.RSSITEMS .NEWS {
	font-size: x-small;
	font-weight: normal;
	line-height: 120%;
	white-space: nowrap;
}
table.RSSITEMS .NEWS3 {
	font-weight: normal;
	line-height: 130%;
}
td.NEWS {
	vertical-align: bottom;
}

/* トップ記事 */
table.RSSTOP {
	text-align: center;
	background-color: #ffffff;
	font-size: large;
	line-height: 120%;
}
table.RSSTOP td.TITLE {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	font-family: "Sazanami Mincho",Serif;
	vertical-align: bottom;
	line-height: 150%;
}
table.RSSTOP td.DESC {
	font-size: large;
	text-align: left;
	font-size: 120%;
	color: #808080;
	line-height: 130%;
}
td.RSSTEXT {
	background-color: #faf8ea;
	font-size: medium;
	line-height: 140%;
}
.deco {
	color: Brown;
	font-size: 120%;
	/*font-weight: bold;*/
}
.pen {
	vertical-align: middle;
	border: 0;
	font-size: 10pt;
}
.back {
	/* background-color: #faf8ea; */
	font-family: "VL PGothic", sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 130%;
}

/* 一般記事 */
table.SITE {
	background-color: #bbbbbb;
	font-size: small;
	width: 100%;
}
table.SITETOP {
	background-color: WhiteSmoke;
	text-align: left;
	font-size: small;
	width: 100%;
}
table.SITETOP th.SITEDATE {
	background-color: WhiteSmoke;
	text-align: right;
	font-weight: normal;
	font-size: xx-small;
}
table.SITEDSC {
	background-color: #ffffff;
	font-family: "VL PGothic",Osaka,verdana,arial,sans-serif;
	font-size: small;
	width: 100%;
}
table.SITEDSC td.SITEDSC:first-letter {
	font-size: 120%;
	font-weight: 600;
	color: Brown;
	float: left;
	margin-right: 1px;
}

