#jugem_header {
	text-align:left;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    color: rgba(255,255,255,1.00);
    background-color: rgba(120,120,120,1.00);
    background-image: none;
	clear:both;
}
#jugem_header .feed_title a:link {
	color:rgba(255,255,255,1.00);
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration:none;
	word-wrap: break-word;
}
#jugem_header .feed_title a:visited {
	color:rgba(255,255,255,1.00);
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration:none;
	word-wrap: break-word;
}
#jugem_header .feed_title a:hover {
	color:rgba(255,255,255,0.70);
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration:none;
	word-wrap: break-word;
}

.jugem_rss_box {
    border-bottom: 0px solid black;
    text-align: left;
    padding: 5px 0px 0px;
    position: relative;
    overflow: hidden;
    z-index: 2;
	clear:both;
}

.feed_item {
	list-style:none;
    margin: 0 0 7px -40px;
    padding: 0 0 7px 0;
    border-bottom: 1px dashed #CCCCCC;
    clear: both;
}

.feed_item_title {
	font-size:85%;
    margin: 1px 0 1px 3px;
    padding: 1px 0px 1px 3px;
    color: rgba(102,102,102,1.00);
    font-weight: bold;
}

.feed_item_title a:link {
    color: rgba(102,102,102,1.00);
    text-decoration: none;
}
.feed_item_title a:visited {
    color: rgba(102,102,102,1.00);
    text-decoration: none;
}
.feed_item_title a:hover {
    color: rgba(102,102,102,0.70);
    text-decoration: none;
}

.feed_item_date {
    margin: 0 0 0 3px;
    padding: 0 2px 0 3px;
    color: rgba(102,102,102,1.00);
	font-weight:100;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
}

.red {
	color:rgba(255,0,0,1.00);
}

.dl {
	list-style:none;
    margin: 0 0 7px 0px;
    padding: 0 0 7px 0;
    border-bottom: 1px dashed #CCCCCC;
    clear: both;
}

dt {
	font-size:85%;
    margin: 0 0 0 3px;
    padding: 0 2px 0 3px;
    color: rgba(102,102,102,1.00);
	font-weight:100;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
}

dd {
    margin: 1px 0 1px 3px;
    padding: 1px 0px 1px 3px;
    color: rgba(102,102,102,1.00);
    font-weight: bold;
}

dd a:link {
    color: rgba(102,102,102,1.00);
    text-decoration: none;
}
dd a:visited {
    color: rgba(102,102,102,1.00);
    text-decoration: none;
}
dd a:hover {
    color: rgba(102,102,102,0.70);
    text-decoration: none;
}


#rss_info {
	list-style:none;
    margin: 0 0 7px 0px;
    padding: 0 0 7px 0;
    <!-- border-bottom: 1px dashed #CCCCCC; -->
    clear: both;
}

#rss_info .dates {
	font-size:85%;
    margin: 0 0 0 3px;
    padding: 0 2px 0 3px;
    color: rgba(102,102,102,1.00);
	font-weight:100;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
}

#rss_info .sub_title {
    margin: 1px 0 1px 3px;
    padding: 1px 0px 1px 3px;
    color: rgba(102,102,102,1.00);
    font-weight: bold;
}

#rss_info .sub_title a:link {
    color: rgba(102,102,102,1.00);
    text-decoration: none;
}
#rss_info .sub_title a:visited {
    color: rgba(102,102,102,1.00);
    text-decoration: none;
}
#rss_info .sub_title a:hover {
    color: rgba(102,102,102,0.70);
    text-decoration: none;
}
