@charset "utf-8";

body{
	margin: 0;
	padding: 0;
	}
#tablesWrap{
	text-align: center;
	padding: 20px;
	line-height: 120%;
	}

#tablesWrap p.ctLink{
	text-align: right;
	letter-spacing: 1px;
	margin:0 0 10px 0;
	}

#tablesWrap p.ctLink a{
background: url("/ss/recoder/selection/spec_select/images/icon_arrow_red01.gif") no-repeat 0 3px;
padding: 0 0 0 10px;
font-size:82%;
line-height: 150%;
	}
#tablesWrap img {
	border-style:none;
	}

#tablesWrap p.ctLink a:link { text-decoration:underline; color:#777777; }
#tablesWrap p.ctLink a:visited { text-decoration:underline; color:#777777; }
#tablesWrap p.ctLink a:hover { text-decoration:underline; color:#ff0000; }
#tablesWrap p.ctLink a:active { text-decoration:underline; color:#ff0000; }

#tablecol {
	clear: both;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
	}
#tablecol .tabletop {
	border-top: 1px #a5b6ca solid;
	}
#tablecol td {
	padding: 5px 3px;
	border-right: 1px #a5b6ca solid;
	border-bottom: 1px #a5b6ca solid;
	font-size: 82%;
	}
#tablecol td.tit {
	background: #c8d2de url(/ss/recoder/selection/spec_select/images/bg_header.gif) no-repeat;
	border-left: 1px #a5b6ca solid;
	color: #1A59A8;
	font-weight: bold;
	white-space: nowrap;
	font-size: 90%;
	}
#tablecol td.tit.tit-alignTop {
	vertical-align: top;
	}
#tablecol td.tit span {
	white-space: nowrap;
	}
#tablecol td.tdWidth {
	white-space: nowrap;
	font-weight: bold;
	}
#tablecol td.pic {
	padding: 0;
	}
#tablecol td.pic a {
	display: block;
	}
#tablecol td.pic2 {
	padding: 3px 0;
	}
#tablecol td.pic2 a img {
	width: 110px;
	}
#tablecol td.pic img {
	width: 115px;
	}
#tablecol td.chart {
	padding: 10px 0 5px;
	text-align: left;
	}
#tablecol td.chart table.tablebar {
	margin-bottom: 5px;
	}
#tablecol td.chart table.tablebar td {
	padding: 3px 0 2px 20px;
	border: none;
	font-size: 100%;
	}
#tablecol td.chart table.tablebar td.barA {
	background-color: #FFFFBF;
	width: 412px;
	}
#tablecol td.chart table.tablebar td.barB {
	background-color: #EED8FF;
	width: 412px;
	}
#tablecol td.chart table.tablebar td.barNull {
	width: 207px;
	}

#tablecol td.chart table.tablebar.tablebar-modified td.barA {
	width: 388px;
	}
#tablecol td.chart table.tablebar.tablebar-modified td.barB {
	width: 630px;
	}