@charset "utf-8";
@import "cmn.css";

#main .letsrec{
	margin-top:-20px;
}
#main .recList{
	margin-top:20px;
}
#main .recList a{
	display:block;
	width:180px;
	padding-top:172px;
	text-align:center;
	font:bold 120% 'Arial';
}
#main .recList a.self{
	background:url('../img/recording/self.jpg') no-repeat;
}
#main .recList a.care{
	margin:0 20px;
	background:url('../img/recording/care.jpg') no-repeat;
}
#main .recList a.full{
	background:url('../img/recording/full.jpg') no-repeat;
}
#main .recList a:link, #main .recList a:visited{
	background-position:top left;
}
#main .recList a:hover, #main .recList a:active{
	background-position:top right;
}
#main .recTable th{
	padding:0 30px 15px 0;
	text-align:left;
}
#main .recTable th span{
	padding:2px 5px;
	border-left:5px solid #990000;
	font:bold 100% 'Arial';
	color:#999999;
}
#main .recTable td{
	padding-bottom:15px;
}
