.td0{
	background-image: url("images/bar.jpg");
	font-size: 14;
	color: #FFFFFF;
	background-repeat: repeat-x;
}
.td1{
	text-align: center;
	/*background-color: #D5DEEA;*/
	background-color: #E2E2E2;
	/* 
	background-repeat: repeat-y;
	background-image: url("images/item4.jpg");
	*/
}
.td2{
	/*border-bottom: solid 1px #719CD0;*/
	border-bottom: solid 1px #A9A9A9;
}
.explain{
	font-size: 16px;
}
/* カテゴリ/コネクタ名表示バー */
.title_bar{
	height: 40px;
	/*background-image: url("images/bar5.jpg");*/
	background-image: url("../images/menu_bar2.jpg");
	background-repeat: no-repeat;
	/*vertical-align: middle;*/
	letter-spacing: 2px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	/*argin-left: 20px;効かない*/
}
/* Category/Connector Name Bar */
.title_bar_e{
	height: 35px;
	/*background-image: url("images/bar5.jpg");*/
	background-image: url("../images/menu_bar2.jpg");
	background-repeat: no-repeat;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
/* カテゴリ/コネクタ名 */
.title_series{
	margin-left: 20px;
}
.pitch{
	font-size: 16;
	color: #E2549B;
	font-weight: bold;
}
.detail_bar{
	/*background-image: url("images/item3.jpg");*/
	background-image: url("images/item4.png");
	font-size: 16;
	font-weight: bold;
	color: #324859;
	height: 30px;
	background-repeat: no-repeat;
}
.margin_left_20{
	margin-left: 20px;
}
.nomen_keyword{
	color: Black;
	background: Yellow;
}
.explain_item{
	color: #763233;
	font-size: 16;
	font-weight: bold;
}
.bottom_line{
	border-bottom: solid 1px #A7A4A4;
}
.alphabet_index{
	width:150px;
	height:25px;
	font-size:18;
	color:#CC6666;
	font-weight:bold;
	border-bottom:solid #000000 1px;
}
/* 解像度 */
.display{
	color: #E44C6D;
	font-size: 18px;
	font-weight: bold;
}
/* 使用許諾ボタン */
.license_btn{
	width: 220px;
	height: 30px;
}
/* 使用許諾キャンセルボタン */
.license_cancel_btn{
	height: 30px;
}
/* 赤文字 */
.font_red{
	color: red;
}
/* DOWNLOAD画像 */
.download a{
	display: block;
	width: 70px;
	height: 24px;
	float: left;
	border: 0;
	padding: 0;
	margin-left: 5px;
	margin-bottom: 5px;
	text-indent: -210px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.download a:hover{
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
.download a,
.download a:hover{
	background-image: url(images/download.jpg);
}


