@charset "utf-8";
/* CSS Document */

#main .section {margin-bottom:20px;}
#main .section_title{
	background-color:#DBD3B9;
	font-size: 18px;
	line-height:normal;
	font-weight:bold;
	margin: 5px 0px;
	padding: 0px 3px;
}
#main .section_title .sp{ font-size: xx-large; color:red; font-weight:bolder; }

#main table.list{
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
	empty-cells: show;
	
	width: 610px;
	float: left;
	margin: 0px 10px;
}
#main table tr.data{

}
#main table th {
	white-space: nowrap;
	border-bottom: inset 1px gray;	
	border-right: inset 1px gray;
	padding:1px 10px;
	background-color:#FFB;
	text-align:left;
}

#main table tr td.name{
	white-space: nowrap;
	border-bottom: dashed 1px gray;	
	padding:5px 10px;
}
#main table tr td.name .sp{ color:blue; font-weight:bold; }

#main table tr td.course{
	white-space: normal;
	border-bottom: dashed 1px gray;	
	padding:5px 10px;
}
#main table tr td.course .sp{ color:red; font-weight:bold; }

#main table tr td.type{
	white-space: nowrap;
	border-bottom: dashed 1px gray;	
	padding:5px 10px;
}
#main table tr td.place{
	white-space: nowrap;
	border-bottom: dashed 1px gray;	
	padding:5px 10px;
}
#main table tr td.studentname{
	white-space: nowrap;
	border-bottom: dashed 1px gray;	
	padding:5px 10px;
}

#main .rightphotos{
	width:260px;
	paddin\:5px 10px;
	float:left;
}
#main .rightphotos img{
	margin:3px 0px;
	border-right: inset 2px gray;
	border-bottom: inset 2px gray;
}

#main .clear{
	clear:both;
}

#main .photos{
	margin: 20px;
	padding: 15px;
	border: dashed #CCC;
	border-width: 1px 0px;
	text-align: center;
}

#main .photos img{
	margin: 3px;
}