@charset "UTF-8";
/* CSS Document */

.update {
	background:#E1F5FF;
}

#TOC {
	width:500px;
	margin: 20px auto;
	font-size:large;
	line-height:200%;
}
#TOC ul {
	list-style: none;
}
#TOC li {
	background:url(../../img/common/right-arrow_navy-blue.gif) center left scroll no-repeat;
	padding-left:40px;
}
#TOC ul li a {
	text-decoration: none;
}