body{ background-image: url(../images/bg_002.jpg);}

div{
	width: 250px;
}

ul{}

li{
	display: block;
	margin-bottom: 5px;
	list-style: none;
	padding-left: 3px;
}

li#exception{
	padding-left: 0;
}

ul#sub{
	margin: 20px 0 20px 0;
}

ul#sub li{
	margin-bottom: 0;
}

/*C*/

li#letter{
	font-size: 13px;
	color: #333333;
}

li#letter span{
	font-weight: bold;
}