#contents #audition UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contents #audition LI {
	margin: 0.5em 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	text-indent: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#photo UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#photo LI {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	text-indent: 1em;
	font-size: 10px;
	letter-spacing: 1px;

}

.roundedcornr_box {
	background: #f0f0f0;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.roundedcornr_top div {
   background: url(images/cornr_tl.png) no-repeat left top;
}
.roundedcornr_top {
   background: url(images/cornr_tr.png) no-repeat right top;
}
.roundedcornr_bottom div {
   background: url(images/cornr_bl.png) no-repeat left bottom;
}
.roundedcornr_bottom {
   background: url(images/cornr_br.png) no-repeat right bottom;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 12px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 12px; }

