/* CSS Document */
#news>div{
	font-size: 11px;
	line-height: 1.6;
	color:#666;
}
#news>div .c1{color:#d78e98;}
#news>div .c2{color:#53c8be;}
#news>div .c3{color:#f6ae20;}
#news>div .c4{color:#333;}

#news>div h3 {
	font-size:13px;
	font-weight:bold;
}
#news>div h3 a{
}
#news>div .b{
	font-weight:bold;
}
#news>div ul.mark li{
	list-style:disc inside;
}
#news>div ol li{
	list-style:decimal inside;
}

#news>div table{
	width:100%;
	border-collapse: separate;
	border-spacing:4px;
}
#news>div th{
	font-weight:bold;
	border-bottom:1px solid #666;
}
#news>div td{
	border-bottom:dotted 1px #ccc;
}
#news>div th,
#news>div td{
	padding:2px;
}
#news>div .rl{
	writing-mode: tb-rl; /* IE用 */
	writing-mode: vertical-rl; /* Chrome、Firefox用 */
	margin: 0 auto;
	white-space: nowrap;
	width: 1em; /* firefox対策 */
	line-height: 1em; /* firefox対策 */
	text-orientation: upright;
}