/*header*/
#servicelist h1 {
	background:url(../../images/servicelist_header.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:604px;
	height:44px;
	margin-bottom:10px;
	text-indent:-9999px;
}

/*テーブル*/
#servicelist table {
	width:584px;
	/*border:solid 1px;*/
	border:1px solid #cccccc;
	border-collapse:collapse;
}

#servicelist table tr.head td {
	border-bottom:1px solid #cccccc;
}

#servicelist table tr.titlebar td {
	border-bottom:1px solid #cccccc;
	padding-left:5px;
}

#servicelist td#titlebar_security {
	background-color:#f0f6fe;
}

#servicelist td#titlebar_application {
	background-color:#fdf5f7;
}

#servicelist td#titlebar_communication {
	background-color:#fffce9;
}

#servicelist td#titlebar_platform {
	background-color:#f1fff0;
}


#servicelist table td {
	/*border:solid 1px;*/
	border-color:#666666;
}
/*
#servicelist tr.main td {
	border-bottom:dotted 1px #666666;
}
*/
#servicelist table td.col1 {
	text-align:left;
	width:286px;
}

#servicelist table .col2 {
	text-align:center;
	width:74px;
}

#servicelist table .col3 {
	text-align:center;
	width:74px;
}

#servicelist table .col4 {
	text-align:center;
	width:74px;
}

#servicelist table .col5 {
	text-align:center;
	width:72px;
}


#servicelist tr.head td {
	font-size:75%;
	_font-size:55%;
	background-color:#DAE8F0;
	color:#666666;
	text-align:center;
	padding:5px 0px;
	line-height:120%;
}

#servicelist tr.head td.col2 {
	_font-size:50%;
}

#servicelist tr.head td.col1,
#servicelist tr.head td.col2,
#servicelist tr.head td.col3,
#servicelist tr.head td.col4 {
	border-right:1px solid #ffffff;
}

#servicelist td.spacer {
	height:5px;
	background-color:#DAE8F0;
}

#servicelist .comment {
	/*border-top:dotted 1px #666666;*/
	font-size:90%;
	_font-size:75%;
	padding:2px 5px 5px 5px;
	line-height:120%;
	border-bottom:1px solid #cccccc;
}


/*その他*/
#servicelist div.titlebar {
	text-align:left;
	height:25px;
	margin-bottom:10px;
}


#servicelist div.info {
	margin:10px 0px;
}

#servicelist td.line_dots {
	background:url(../../images/line_dots_l.gif);
	background-repeat: repeat-x;
	background-position: center;
	height:1px;
}

#servicelist div.copy_frost {
	font-size:80%;
}