@charset "Shift_JIS";



h3.softwareName{
	font-weight: bold;
	color: #666;
	font-size: 116%;
	margin-bottom: 5px;
}


/*===========　リスト設定1　==========*/
.list_1 li{
	background-image: url(../../../img/listImage_2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.35em;
	padding-left: 12px;
}


/*===========　リスト付きdl　==========*/
dl.point {
	margin-bottom: 1em;
}

dl.point dt {
	font-weight: bold;
	color: #666;
	background-image: url(../../../img/listImage_2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding-left: 13px;
}

dl.point dd{
	padding-left: 13px;	
}

/*===========　テーブル設定　==========*/
.spec {
	font-size: 93%;
}

.spec th,
.spec td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCC;
}

.spec th{
	background-color: #999;
	color: #FFF;
	font-weight: bold;
}


.spec .zebra1{
	background-color: #E8ECF2;
}


.spec .zebra2{
	background-color: #A5B5CD;
	font-weight: bold;
	color: #FFF;
}


table.samples td{
	padding-bottom:0.7em;
}

