@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}

.section {
	margin-bottom: 1.5em;
}
.rss-js-entry {
	padding-bottom: 15px;
	margin: 10px 15px;
	margin-bottom: 6px;
	border-bottom: #999999 1px dotted;
}
table.rss-js td {
	vertical-align: top;
}
.rss-js-entry img {
	float: left;
	margin: 0 1em 0 20px;
	padding: 3px;
	width: 127px;
	height: 93px;
	overflow: hidden;
	border: #888 1px solid;
}
.rss-js-entry a {
	background: url(images/point.gif) no-repeat 0 3px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 108%;
}
.rss-js-entry{
    zoom:1;/*for IE 5.5-7*/
}
.rss-js-entry:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .rss-js-entry{
	display:inline-table;
	/*\*/display:block;/**/
}

ul.news {
	margin: 10px 15px;
}
ul.news li {
	background: url(images/point.gif) no-repeat 0 6px;
	padding-left: 10px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: #999999 1px dotted;
}
.date {
	padding-right: 15px;
	font-weight: bold;
}