@charset "shift_jis";

#contents h2 {
  background: url(../images/common/line_01_l.gif) no-repeat 0 bottom;
}
#contents .releaseList {
	width:768px;
	margin-bottom:35px; margin-left: auto; margin-right: auto;
	border-top:1px solid #DBDBDB;
	border-left:1px solid #DBDBDB;
}
#contents .releaseList table {
	width:100%;
}
#contents .releaseList th,
#contents .releaseList td {
	padding:7px 0;
	border-right:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	font-weight:normal;
}
#contents .releaseList th {
	padding-left:14px;
	text-align:left;
	white-space:nowrap;
}
#contents .releaseList td {
	padding:7px 0;
	text-align:center;
}

#contents .releaseList thead th {
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	padding:7px 0;
}
#contents .releaseList thead th.name {
	padding-left:14px;
	text-align:left;
}

#contents .releaseList .even th,
#contents .releaseList .even td {
	background-color:#F2F2F2;
}




