
div.contentInfo
{
	width: 780px;
	margin: 0 auto;
	font-size: 14px;
}
div.contentInfo img
{
	vertical-align: middle;
}

div.title
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

p
{
	margin-top: 21px !important;
}

ul
{
	padding: 8px 0 0 20px;
}
ul li
{
	height: 22px;
	margin-top: 5px;
	font-weight: bold;
	list-style-image: url(/i/i/list4.png);
}
ul li a
{
	color: #56b;
	text-decoration: none;
	border-bottom: 1px dotted #56b;
}

ul li a:hover
{
	color: #e90;
	border-bottom: 1px dotted #e90;
}

a.soundInfo
{
	width: 100px;
	height: 37px;
	margin: 0 10px 0 5px;
	padding: 4px 4px 5px 4px;
	text-align: center;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px #fff, 0 0 7px #345;
	opacity: 0.75;
}
a.soundInfo:hover
{
	box-shadow: inset 1px 1px 1px #fff, 0 0 4px #789;
	opacity: 1;
}
a.soundInfo img
{
	width: 24px;
	vertical-align: middle;
}
