@media projection, screen {
    .tabs-hide {
        display: none;
    }
}

.anchors {
	display: block;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 100px;
}

.anchors:after { 
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
	margin-top: 0;
	margin-left: 0;
	padding-bottom: 5px;
}
.anchors a {
	z-index: 2;
	color: #999999;
	font-size: 12px;
	padding-left: 14px;
	background-image: url(../img/li_gry.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.anchors .on a {
	font-weight: bold;
	color: #333333;
	display: block;
	font-size: 12px;
	padding-left: 14px;
	background-image: url(../img/li_blk.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
.anchors a:focus, .anchors a:active {
		background-image: url(../img/li_blk.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active,
.fragment {
   
}
.anchors .on a:link, .anchors .on a:visited { 
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}

.fragment {
	float: right;
	width: 540px;
	clear: right;
}
#news-body .section {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.section p {
	margin-top: 3px;
}
.anchors2 {
	display: block;
	width: 470px;
	float: right;
	padding-right: 20px;
}
.section h3 {
	font-size: 12px;
	font-weight: bold;
}
.fragment li .date {
	padding-right: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.fragment li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(../img/border_news.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

