@charset "utf-8";
/* CSS Document */

/*product/softwareのメニュー*/
ul#naviProductDetail_software{
	display:inline;
	}
	
	
	#naviProductDetail_software li{
	float: left;
	height: 25px;
	width: 85px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
}

	#naviProductDetail_software li a{
	background-color:#ACD6EA;
	color: #FFFFFF;
	height: 20px;
	width: 85px;
	display: block;
	padding-top: 5px;
	}


	#naviProductDetail_software li a:hover{
	background-color:#3399CC;
	color: #FFFFFF;
	height: 20px;
	width: 85px;	
	display: block;
	padding-top: 5px;
}

/*ハイライト*/
.sub_software .overview #overview {
	background-color:#ACD6EA;
	cursor:default;
	}

.sub_software .function #function {
	background-color:#ACD6EA;
	cursor:default;
	}
	
.sub_software .specifications #specification {
	background-color:#ACD6EA;
	cursor:default;
	}

.sub_software .overview #overview a{
	background-color:#3399CC;
	cursor:default;
	}

.sub_software .function #function a{
	background-color:#3399CC;
	cursor:default;
	}
	
.sub_software .specifications #specification a{
	background-color:#3399CC;
	cursor:default;
	}
	
	
	
/*上のライン*/
.soft_popup{
	border-top: 15px solid #3399CC;
	width:572px!important;
	}}

